|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
|---|
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||