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 transactional support for JCache API. 
 

Uses of IsolationLevel in javax.cache
 

Fields in javax.cache declared as IsolationLevel
protected  IsolationLevel SimpleConfiguration.txnIsolationLevel
          The transaction IsolationLevel.
 

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

Methods in javax.cache with parameters of type IsolationLevel
 SimpleConfiguration<K,V> SimpleConfiguration.setTransactions(IsolationLevel level, Mode mode)
          Set the Transaction IsolationLevel and Mode.
 

Constructors in javax.cache with parameters of type IsolationLevel
SimpleConfiguration(Iterable<CacheEntryListenerRegistration<? super K,? super V>> cacheEntryListenerRegistrations, CacheLoader<K,? extends V> cacheLoader, CacheWriter<? super K,? super V> cacheWriter, ExpiryPolicy<? super K,? super V> expiryPolicy, boolean isReadThrough, boolean isWriteThrough, boolean isStatisticsEnabled, boolean isStoreByValue, boolean isTransactionsEnabled, IsolationLevel txnIsolationLevel, Mode txnMode)
          Constructs a SimpleConfiguration based on a set of parameters.
 

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 © 2013. All Rights Reserved.