Package | Description |
---|---|
com.kabira.platform |
Managed Object Services
|
Modifier and Type | Method and Description |
---|---|
Transaction.IsolationLevel |
Transaction.Properties.getIsolationLevel()
Get the isolation level.
|
static Transaction.IsolationLevel |
Transaction.IsolationLevel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Transaction.IsolationLevel[] |
Transaction.IsolationLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Transaction.Properties.setIsolationLevel(Transaction.IsolationLevel isolationLevel)
Set the isolation level.
|
Constructor and Description |
---|
Properties(java.lang.String transactionName,
Transaction.IsolationLevel isolationLevel)
Construct a properties instance with the given name and
isolation level.
|
Properties(Transaction.IsolationLevel isolationLevel)
Construct a properties instance with the given isolation level
and a null transaction name.
|