|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IsolationLevel | |
org.jboss.cache | |
org.jboss.cache.lock |
Uses of IsolationLevel in org.jboss.cache |
Fields in org.jboss.cache declared as IsolationLevel | |
protected IsolationLevel |
TreeCache.isolationLevel
|
Methods in org.jboss.cache that return IsolationLevel | |
IsolationLevel |
TreeCache.getIsolationLevelClass()
|
Methods in org.jboss.cache with parameters of type IsolationLevel | |
void |
TreeCache.setIsolationLevel(IsolationLevel level)
|
Uses of IsolationLevel in org.jboss.cache.lock |
Fields in org.jboss.cache.lock declared as IsolationLevel | |
static IsolationLevel |
IsolationLevel.NONE
|
static IsolationLevel |
IsolationLevel.SERIALIZABLE
|
static IsolationLevel |
IsolationLevel.REPEATABLE_READ
|
static IsolationLevel |
IsolationLevel.READ_COMMITTED
|
static IsolationLevel |
IsolationLevel.READ_UNCOMMITTED
|
Methods in org.jboss.cache.lock that return IsolationLevel | |
static IsolationLevel |
IsolationLevel.stringToIsolationLevel(String level)
|
Methods in org.jboss.cache.lock with parameters of type IsolationLevel | |
static LockStrategy |
LockStrategyFactory.getLockStrategy(IsolationLevel lockingLevel)
|
static void |
LockStrategyFactory.setIsolationLevel(IsolationLevel level)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |