当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 Cache API Documentation 英文版文档
IsolationLevel (JBossCache API) - JBoss 4.0.1 sp1 Cache API Documentation 英文版文档
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.