Modifier and Type | Method and Description |
---|---|
OTransaction |
OScriptDocumentDatabaseWrapper.getTransaction()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
OTransaction |
ODatabase.getTransaction()
Return active transaction.
|
default OTransaction |
ODatabaseDocumentInternal.swapTx(OTransaction newTx) |
Modifier and Type | Method and Description |
---|---|
ODatabase<T> |
ODatabase.begin(OTransaction iTx)
Deprecated.
|
void |
ODatabaseDocumentInternal.rawBegin(OTransaction transaction) |
default OTransaction |
ODatabaseDocumentInternal.swapTx(OTransaction newTx) |
Modifier and Type | Class and Description |
---|---|
class |
OTransactionOptimisticClient
Created by tglman on 03/01/17.
|
Modifier and Type | Field and Description |
---|---|
protected OTransaction |
ODatabaseDocumentAbstract.currentTx |
Modifier and Type | Method and Description |
---|---|
OTransaction |
ODatabaseDocumentAbstract.getTransaction() |
OTransaction |
ODatabaseDocumentTx.getTransaction()
Deprecated.
|
OTransaction |
ODatabaseDocumentAbstract.swapTx(OTransaction newTx) |
Modifier and Type | Method and Description |
---|---|
ODatabaseDocument |
ODatabaseDocumentAbstract.begin(OTransaction iTx)
Deprecated.
|
ODatabase<ORecord> |
ODatabaseDocumentTx.begin(OTransaction iTx)
Deprecated.
|
void |
ODatabaseDocumentAbstract.rawBegin(OTransaction iTx) |
void |
ODatabaseDocumentTx.rawBegin(OTransaction transaction)
Deprecated.
|
OTransaction |
ODatabaseDocumentAbstract.swapTx(OTransaction newTx) |
Modifier and Type | Class and Description |
---|---|
class |
OTransactionAbstract |
class |
OTransactionNoTx
No operation transaction.
|
class |
OTransactionOptimistic |
class |
OTransactionRealAbstract |
Modifier and Type | Method and Description |
---|---|
OTransaction |
OTransactionAbstract.lockRecord(OIdentifiable iRecord,
OStorage.LOCKING_STRATEGY lockingStrategy) |
OTransaction |
OTransaction.lockRecord(OIdentifiable iRecord,
OStorage.LOCKING_STRATEGY iLockingStrategy)
Deprecated.
|
OTransaction |
OTransactionAbstract.setIsolationLevel(OTransaction.ISOLATION_LEVEL isolationLevel) |
OTransaction |
OTransactionNoTx.setIsolationLevel(OTransaction.ISOLATION_LEVEL isolationLevel) |
OTransaction |
OTransaction.setIsolationLevel(OTransaction.ISOLATION_LEVEL iIsolationLevel)
Changes the isolation level.
|
OTransaction |
OTransactionAbstract.unlockRecord(OIdentifiable iRecord) |
OTransaction |
OTransaction.unlockRecord(OIdentifiable iRecord)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
OTransaction |
OObjectDatabaseTx.getTransaction() |
Modifier and Type | Method and Description |
---|---|
OObjectDatabaseTx |
OObjectDatabaseTx.begin(OTransaction iTx) |
Modifier and Type | Class and Description |
---|---|
class |
OTransactionOptimisticDistributed |
Modifier and Type | Class and Description |
---|---|
class |
OTransactionOptimisticProxy |
class |
OTransactionOptimisticServer
Created by tglman on 28/12/16.
|
Copyright © 2009–2020 OrientDB. All rights reserved.