Uses of Class
javax.cache.transaction.IsolationLevel

Packages that use IsolationLevel
com.caucho.distcache.jcache   
com.caucho.server.distcache   
javax.cache   
javax.cache.transaction   
 

Uses of IsolationLevel in com.caucho.distcache.jcache
 

Methods in com.caucho.distcache.jcache with parameters of type IsolationLevel
 CacheBuilder<K,V> CacheBuilderImpl.setTransactionEnabled(IsolationLevel isolationLevel, Mode mode)
           
 

Uses of IsolationLevel in com.caucho.server.distcache
 

Methods in com.caucho.server.distcache that return IsolationLevel
 IsolationLevel CacheConfig.getTransactionIsolationLevel()
           
 

Uses of IsolationLevel in javax.cache
 

Methods in javax.cache that return IsolationLevel
 IsolationLevel CacheConfiguration.getTransactionIsolationLevel()
           
 

Methods in javax.cache with parameters of type IsolationLevel
 CacheBuilder<K,V> CacheBuilder.setTransactionEnabled(IsolationLevel isolationLevel, Mode mode)
           
 

Uses of IsolationLevel in javax.cache.transaction
 

Methods in javax.cache.transaction that return IsolationLevel
static IsolationLevel IsolationLevel.valueOf(java.lang.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.