Package | Description |
---|---|
com.orientechnologies.orient.object.db | |
com.orientechnologies.orient.object.iterator | |
com.orientechnologies.orient.object.jpa |
Modifier and Type | Class and Description |
---|---|
class |
OObjectDatabaseTxPooled
Pooled wrapper to the OObjectDatabaseTx class.
|
Modifier and Type | Method and Description |
---|---|
OObjectDatabaseTx |
OObjectDatabaseTx.begin() |
OObjectDatabaseTx |
OObjectDatabaseTx.begin(OTransaction.TXTYPE iType) |
OObjectDatabaseTx |
OObjectDatabaseTx.begin(OTransaction iTx) |
OObjectDatabaseTx |
OObjectDatabaseTx.commit() |
OObjectDatabaseTx |
OObjectDatabaseTx.commit(boolean force) |
protected OObjectDatabaseTx |
OObjectDatabasePool.createResource(Object owner,
String iDatabaseName,
Object... iAdditionalArgs)
Deprecated.
|
protected static OObjectDatabaseTx |
OLazyCollectionUtil.getDatabase()
Gets the current thread database as a ODatabasePojoAbstract, wrapping it where necessary.
|
protected OObjectDatabaseTx |
OObjectLazyList.getDatabase() |
protected OObjectDatabaseTx |
OObjectLazyMap.getDatabase() |
protected OObjectDatabaseTx |
OObjectLazySet.getDatabase() |
OObjectDatabaseTx |
OObjectDatabaseTx.rollback() |
OObjectDatabaseTx |
OObjectDatabaseTx.rollback(boolean force) |
OObjectDatabaseTx |
OObjectDatabaseTx.setConflictStrategy(ORecordConflictStrategy iResolver) |
OObjectDatabaseTx |
OObjectDatabaseTx.setConflictStrategy(String iStrategyName) |
OObjectDatabaseTx |
OObjectDatabaseTx.setRetainObjects(boolean iValue)
Deprecated.
|
Constructor and Description |
---|
OCommandSQLPojoWrapper(OObjectDatabaseTx iDatabase,
OCommandRequest iCommand) |
OObjectLazyIterator(OObjectDatabaseTx database,
javassist.util.proxy.ProxyObject iSourceRecord,
Iterator<? extends Object> iIterator,
boolean iConvertToRecord,
boolean iOrphanRemoval) |
Constructor and Description |
---|
OObjectIteratorClass(OObjectDatabaseTx iDatabase,
ODatabaseDocumentInternal iUnderlyingDatabase,
String iClusterName,
boolean iPolymorphic) |
OObjectIteratorCluster(OObjectDatabaseTx iDatabase,
ODatabaseDocumentInternal iUnderlyingDatabase,
int iClusterId) |
Constructor and Description |
---|
OJPAEntityTransaction(OObjectDatabaseTx iDatabase) |
Copyright © 2009–2020 OrientDB. All rights reserved.