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 MutableConfiguration.txnIsolationLevel
          The transaction IsolationLevel.
 

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

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

Constructors in javax.cache with parameters of type IsolationLevel
MutableConfiguration(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 MutableConfiguration 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.