Uses of Interface
com.orientechnologies.orient.core.tx.OTransaction
Packages that use OTransaction
Package
Description
-
Uses of OTransaction in com.orientechnologies.orient.client.remote.db.document
Classes in com.orientechnologies.orient.client.remote.db.document that implement OTransactionModifier and TypeClassDescriptionclassCreated by tglman on 03/01/17. -
Uses of OTransaction in com.orientechnologies.orient.core.db
Methods in com.orientechnologies.orient.core.db that return OTransactionModifier and TypeMethodDescriptionODatabase.getTransaction()Return active transaction.default OTransactionODatabaseDocumentInternal.swapTx(OTransaction newTx) Methods in com.orientechnologies.orient.core.db with parameters of type OTransactionModifier and TypeMethodDescriptionvoidODatabaseDocumentInternal.rawBegin(OTransaction transaction) default OTransactionODatabaseDocumentInternal.swapTx(OTransaction newTx) -
Uses of OTransaction in com.orientechnologies.orient.core.db.document
Fields in com.orientechnologies.orient.core.db.document declared as OTransactionMethods in com.orientechnologies.orient.core.db.document that return OTransactionModifier and TypeMethodDescriptionODatabaseDocumentAbstract.getTransaction()ODatabaseDocumentAbstract.swapTx(OTransaction newTx) Methods in com.orientechnologies.orient.core.db.document with parameters of type OTransactionModifier and TypeMethodDescriptionvoidODatabaseDocumentAbstract.rawBegin(OTransaction iTx) ODatabaseDocumentAbstract.swapTx(OTransaction newTx) -
Uses of OTransaction in com.orientechnologies.orient.core.tx
Subinterfaces of OTransaction in com.orientechnologies.orient.core.txModifier and TypeInterfaceDescriptioninterfaceExpose the api for extract the internal details needed by the storage for perform the transaction commitClasses in com.orientechnologies.orient.core.tx that implement OTransactionModifier and TypeClassDescriptionclassclassNo operation transaction.classMethods in com.orientechnologies.orient.core.tx that return OTransactionModifier and TypeMethodDescriptionOTransaction.lockRecord(OIdentifiable iRecord, OStorage.LOCKING_STRATEGY iLockingStrategy) Deprecated.OTransactionAbstract.lockRecord(OIdentifiable iRecord, OStorage.LOCKING_STRATEGY lockingStrategy) OTransaction.setIsolationLevel(OTransaction.ISOLATION_LEVEL iIsolationLevel) Changes the isolation level.OTransactionAbstract.setIsolationLevel(OTransaction.ISOLATION_LEVEL isolationLevel) OTransactionNoTx.setIsolationLevel(OTransaction.ISOLATION_LEVEL isolationLevel) OTransaction.unlockRecord(OIdentifiable iRecord) Deprecated.OTransactionAbstract.unlockRecord(OIdentifiable iRecord) -
Uses of OTransaction in com.orientechnologies.orient.object.db
Methods in com.orientechnologies.orient.object.db that return OTransaction -
Uses of OTransaction in com.orientechnologies.orient.server.distributed.impl
Classes in com.orientechnologies.orient.server.distributed.impl that implement OTransaction -
Uses of OTransaction in com.orientechnologies.orient.server.tx
Classes in com.orientechnologies.orient.server.tx that implement OTransactionModifier and TypeClassDescriptionclassclassCreated by tglman on 28/12/16. -
Uses of OTransaction in org.apache.tinkerpop.gremlin.orientdb
Methods in org.apache.tinkerpop.gremlin.orientdb that return OTransaction