org.jboss.cache.lock
Class IsolationLevel
java.lang.Object
org.jboss.cache.lock.IsolationLevel
- public class IsolationLevel
- extends Object
NONE
public static final IsolationLevel NONE
SERIALIZABLE
public static final IsolationLevel SERIALIZABLE
REPEATABLE_READ
public static final IsolationLevel REPEATABLE_READ
READ_COMMITTED
public static final IsolationLevel READ_COMMITTED
READ_UNCOMMITTED
public static final IsolationLevel READ_UNCOMMITTED
toString
public String toString()
stringToIsolationLevel
public static IsolationLevel stringToIsolationLevel(String level)
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.