| Package | Description |
|---|---|
| com.orientechnologies.orient.core.tx |
| Modifier and Type | Field and Description |
|---|---|
protected OTransaction.ISOLATION_LEVEL |
OTransactionAbstract.isolationLevel |
| Modifier and Type | Method and Description |
|---|---|
OTransaction.ISOLATION_LEVEL |
OTransactionAbstract.getIsolationLevel() |
OTransaction.ISOLATION_LEVEL |
OTransaction.getIsolationLevel()
Returns the current isolation level.
|
static OTransaction.ISOLATION_LEVEL |
OTransaction.ISOLATION_LEVEL.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OTransaction.ISOLATION_LEVEL[] |
OTransaction.ISOLATION_LEVEL.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
OTransaction |
OTransactionNoTx.setIsolationLevel(OTransaction.ISOLATION_LEVEL isolationLevel) |
OTransaction |
OTransactionAbstract.setIsolationLevel(OTransaction.ISOLATION_LEVEL isolationLevel) |
OTransaction |
OTransaction.setIsolationLevel(OTransaction.ISOLATION_LEVEL iIsolationLevel)
Changes the isolation level.
|
Copyright © 2009–2025 OrientDB. All rights reserved.