org.glassfish.admin.amx.intf.config
Class IsolationValues
java.lang.Object
org.glassfish.admin.amx.intf.config.IsolationValues
public final class IsolationValues
- extends Object
Values which are legal to pass for 'isolation'
See JDBCConnectionPoolConfig#setTransactionIsolationLevel and
ResourcesConfig#createJDBCConnectionPoolConfig.
- See Also:
JDBCConnectionPoolConfigKeys#TRANSACTION_ISOLATION_LEVEL_KEY
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
READ_UNCOMMITTED
public static final String READ_UNCOMMITTED
- See Also:
- Constant Field Values
READ_COMMITTED
public static final String READ_COMMITTED
- See Also:
- Constant Field Values
REPEATABLE_READ
public static final String REPEATABLE_READ
- See Also:
- Constant Field Values
SERIALIZABLE
public static final String SERIALIZABLE
- See Also:
- Constant Field Values
Copyright © 2012 GlassFish Community. All Rights Reserved.