Uses of Class
com.orientechnologies.orient.object.db.OObjectDatabaseTx
Packages that use OObjectDatabaseTx
-
Uses of OObjectDatabaseTx in com.orientechnologies.orient.object.db
Methods in com.orientechnologies.orient.object.db that return OObjectDatabaseTxModifier and TypeMethodDescriptionOObjectDatabaseTx.begin()OObjectDatabaseTx.begin(OTransaction.TXTYPE iType) OObjectDatabaseTx.commit()OObjectDatabaseTx.commit(boolean force) protected static OObjectDatabaseTxOLazyCollectionUtil.getDatabase()Gets the current thread database as a ODatabasePojoAbstract, wrapping it where necessary.protected OObjectDatabaseTxOObjectLazyList.getDatabase()protected OObjectDatabaseTxOObjectLazyMap.getDatabase()protected OObjectDatabaseTxOObjectLazySet.getDatabase()OObjectDatabaseTx.rollback()OObjectDatabaseTx.rollback(boolean force) OObjectDatabaseTx.setConflictStrategy(ORecordConflictStrategy iResolver) OObjectDatabaseTx.setConflictStrategy(String iStrategyName) Constructors in com.orientechnologies.orient.object.db with parameters of type OObjectDatabaseTxModifierConstructorDescriptionOObjectLazyIterator(OObjectDatabaseTx database, javassist.util.proxy.ProxyObject iSourceRecord, Iterator<? extends Object> iIterator, boolean iConvertToRecord, boolean iOrphanRemoval)