| Package | Description |
|---|---|
| com.orientechnologies.orient.core.record | |
| com.orientechnologies.orient.core.record.impl | |
| com.orientechnologies.orient.core.tx |
| Modifier and Type | Field and Description |
|---|---|
protected ODirtyManager |
ORecordAbstract._dirtyManager |
| Modifier and Type | Method and Description |
|---|---|
protected ODirtyManager |
ORecordAbstract.getDirtyManager() |
static ODirtyManager |
ORecordInternal.getDirtyManager(ORecord record) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ORecordAbstract.setDirtyManager(ODirtyManager dirtyManager) |
static void |
ORecordInternal.setDirtyManager(ORecord record,
ODirtyManager dirtyManager) |
| Modifier and Type | Method and Description |
|---|---|
ODirtyManager |
ODirtyManager.getReal() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ODirtyManager.isSame(ODirtyManager other) |
void |
ODirtyManager.merge(ODirtyManager toMerge) |
| Modifier and Type | Method and Description |
|---|---|
ORecord |
OTransactionNoTx.saveNew(ODocument document,
ODirtyManager manager,
String iClusterName,
ORecord original,
ODatabase.OPERATION_MODE iMode,
boolean iForceCreate,
ORecordCallback<? extends Number> iRecordCreatedCallback,
ORecordCallback<Integer> iRecordUpdatedCallback) |
Copyright © 2009–2025 OrientDB. All rights reserved.