public interface IsolationLevels
Modifier and Type | Field and Description |
---|---|
static int |
IL_DEFAULT
Numeric constant representing the default isolation level used by
OJB - current used default level is
IL_READ_UNCOMMITTED . |
static int |
IL_NONE
Numeric constant representing an no-op isolation level.
|
static int |
IL_OPTIMISTIC
Numeric constant representing the optimistic locking isolation level.
|
static int |
IL_READ_COMMITTED
Numeric constant representing the commited read isolation level.
|
static int |
IL_READ_UNCOMMITTED
Numeric constant representing the uncommited read isolation level.
|
static int |
IL_REPEATABLE_READ
Numeric constant representing the repeatable read isolation level.
|
static int |
IL_SERIALIZABLE
Numeric constant representing the serializable transactions isolation level.
|
static java.lang.String |
LITERAL_IL_NONE
Literal constant representing the uncommited read isolation level.
|
static java.lang.String |
LITERAL_IL_OPTIMISTIC
Literal constant representing the optimistic locking isolation level.
|
static java.lang.String |
LITERAL_IL_READ_COMMITTED
Literal constant representing the commited read isolation level.
|
static java.lang.String |
LITERAL_IL_READ_UNCOMMITTED
Literal constant representing the uncommited read isolation level.
|
static java.lang.String |
LITERAL_IL_REPEATABLE_READ
Literal constant representing the repeatable read isolation level.
|
static java.lang.String |
LITERAL_IL_SERIALIZABLE
Literal constant representing the serializable transactions isolation level.
|
static final int IL_NONE
static final int IL_READ_UNCOMMITTED
static final int IL_READ_COMMITTED
static final int IL_REPEATABLE_READ
static final int IL_SERIALIZABLE
static final int IL_OPTIMISTIC
static final int IL_DEFAULT
IL_READ_UNCOMMITTED
.static final java.lang.String LITERAL_IL_NONE
static final java.lang.String LITERAL_IL_READ_UNCOMMITTED
static final java.lang.String LITERAL_IL_READ_COMMITTED
static final java.lang.String LITERAL_IL_REPEATABLE_READ
static final java.lang.String LITERAL_IL_SERIALIZABLE
static final java.lang.String LITERAL_IL_OPTIMISTIC
(C) 2002 - 2005 Apache Software Foundation
All rights reserved. Published under the Apache License 2.0.
http://db.apache.org/ojb
Version: 1.0.4, 2005-12-30