| Package | Description |
|---|---|
| com.orientechnologies.orient.object.db | |
| com.orientechnologies.orient.object.serialization |
| Modifier and Type | Class and Description |
|---|---|
class |
OObjectDatabaseTx
Object Database instance.
|
class |
OObjectDatabaseTxPooled
Pooled wrapper to the OObjectDatabaseTx class.
|
| Modifier and Type | Method and Description |
|---|---|
ODatabasePojoAbstract<Object> |
OObjectDatabaseTx.commit() |
ODatabasePojoAbstract<Object> |
OObjectDatabaseTx.commit(boolean force) |
protected ODatabasePojoAbstract<TYPE> |
OObjectLazySet.getDatabase() |
protected ODatabasePojoAbstract<TYPE> |
OObjectLazyMap.getDatabase() |
protected static <TYPE> ODatabasePojoAbstract<TYPE> |
OLazyCollectionUtil.getDatabase()
Gets the current thread database as a ODatabasePojoAbstract, wrapping it where necessary.
|
ODatabasePojoAbstract<Object> |
OObjectDatabaseTx.rollback() |
ODatabasePojoAbstract<Object> |
OObjectDatabaseTx.rollback(boolean force) |
ODatabasePojoAbstract<T> |
ODatabasePojoAbstract.setRetainObjects(boolean iValue)
Specifies if retain handled objects in memory or not.
|
| Constructor and Description |
|---|
OCommandSQLPojoWrapper(ODatabasePojoAbstract<?> iDatabase,
OCommandRequest iCommand) |
OObjectLazyIterator(ODatabasePojoAbstract<TYPE> database,
javassist.util.proxy.ProxyObject iSourceRecord,
Iterator<? extends Object> iIterator,
boolean iConvertToRecord,
boolean iOrphanRemoval) |
| Modifier and Type | Method and Description |
|---|---|
static ORecordId |
OObjectSerializerHelper.getObjectID(ODatabasePojoAbstract<?> iDb,
Object iPojo) |
Copyright © 2009–2025 OrientDB. All rights reserved.