Uses of Class
javax.cache.transaction.IsolationLevel

Packages that use IsolationLevel
javax.cache This package contains the API for JCache.. 
javax.cache.transaction This package contains the API for JCache.. 
 

Uses of IsolationLevel in javax.cache
 

Methods in javax.cache that return IsolationLevel
 IsolationLevel CacheConfiguration.getTransactionIsolationLevel()
          Gets the transaction isolation level.
 

Methods in javax.cache with parameters of type IsolationLevel
 CacheBuilder<K,V> CacheBuilder.setTransactionEnabled(IsolationLevel isolationLevel, Mode mode)
          Sets whether transaction are enabled for this cache.
 

Uses of IsolationLevel in javax.cache.transaction
 

Methods in javax.cache.transaction that return IsolationLevel
static IsolationLevel IsolationLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IsolationLevel[] IsolationLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2011. All Rights Reserved.