|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Mode | |
---|---|
javax.cache | This package contains the API for JCache. |
javax.cache.transaction | This package contains the transactional support for JCache API. |
Uses of Mode in javax.cache |
---|
Methods in javax.cache that return Mode | |
---|---|
Mode |
CacheConfiguration.getTransactionMode()
Gets the transaction mode. |
Methods in javax.cache with parameters of type Mode | |
---|---|
CacheBuilder<K,V> |
CacheBuilder.setTransactionEnabled(IsolationLevel isolationLevel,
Mode mode)
Sets whether transaction are enabled for this cache. |
Uses of Mode in javax.cache.transaction |
---|
Methods in javax.cache.transaction that return Mode | |
---|---|
static Mode |
Mode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Mode[] |
Mode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |