| Modifier and Type | Method and Description |
|---|---|
protected Object |
OStorageRemote.readSynchResult(OChannelBinaryAsynchClient network,
ODatabaseDocument database,
List<ORecord> temporaryResults) |
| Modifier and Type | Field and Description |
|---|---|
protected ORecord |
OConsoleDatabaseApp.currentRecord |
| Modifier and Type | Method and Description |
|---|---|
ORecord |
OConsoleDatabaseApp.getCurrentRecord()
Should be used only by console commands
|
| Modifier and Type | Method and Description |
|---|---|
ORecord |
OLocalRecordCache.findRecord(ORID rid)
Looks up for record in cache by it's identifier.
|
ORecord |
OAbstractRecordCache.freeRecord(ORID rid)
Remove record with specified identifier
|
ORecord |
ORecordCache.get(ORID id)
Look up for record in cache by it's identifier
|
ORecord |
ORecordCacheSoftRefs.get(ORID rid) |
ORecord |
ORecordCacheWeakRefs.get(ORID rid) |
ORecord |
ORecordCache.put(ORecord record)
Push record to cache.
|
ORecord |
ORecordCacheSoftRefs.put(ORecord record) |
ORecord |
ORecordCacheWeakRefs.put(ORecord record) |
ORecord |
ORecordCache.remove(ORID id)
Remove record with specified identifier
|
ORecord |
ORecordCacheSoftRefs.remove(ORID rid) |
ORecord |
ORecordCacheWeakRefs.remove(ORID rid) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
OCommandCacheHook.invalidateCache(ORecord iRecord) |
void |
OCommandCacheHook.onRecordAfterCreate(ORecord iRecord) |
void |
OCommandCacheHook.onRecordAfterDelete(ORecord iRecord) |
void |
OCommandCacheHook.onRecordAfterUpdate(ORecord iRecord) |
ORecord |
ORecordCache.put(ORecord record)
Push record to cache.
|
ORecord |
ORecordCacheSoftRefs.put(ORecord record) |
ORecord |
ORecordCacheWeakRefs.put(ORecord record) |
void |
OLocalRecordCache.updateRecord(ORecord record)
Pushes record to cache.
|
| Modifier and Type | Method and Description |
|---|---|
<RET extends ORecord> |
OScriptDocumentDatabaseWrapper.getRecord(OIdentifiable iIdentifiable) |
<RET extends ORecord> |
OScriptDocumentDatabaseWrapper.load(ORecord iRecord) |
<RET extends ORecord> |
OScriptDocumentDatabaseWrapper.load(ORecord iRecord,
String iFetchPlan) |
<RET extends ORecord> |
OScriptDocumentDatabaseWrapper.load(ORecord iRecord,
String iFetchPlan,
boolean iIgnoreCache) |
<RET extends ORecord> |
OScriptDocumentDatabaseWrapper.load(ORID iRecordId) |
<RET extends ORecord> |
OScriptDocumentDatabaseWrapper.load(ORID iRecordId,
String iFetchPlan) |
<RET extends ORecord> |
OScriptDocumentDatabaseWrapper.load(ORID iRecordId,
String iFetchPlan,
boolean iIgnoreCache) |
<RET extends ORecord> |
OScriptDocumentDatabaseWrapper.load(String iRidAsString) |
| Modifier and Type | Method and Description |
|---|---|
ODatabase<ORecord> |
OScriptDocumentDatabaseWrapper.begin() |
ODatabase<ORecord> |
OScriptDocumentDatabaseWrapper.commit() |
ODatabase<ORecord> |
OScriptDocumentDatabaseWrapper.delete(ORID iRid) |
ODictionary<ORecord> |
OScriptDocumentDatabaseWrapper.getDictionary() |
ODatabase<ORecord> |
OScriptDocumentDatabaseWrapper.rollback() |
| Modifier and Type | Method and Description |
|---|---|
<RET extends ORecord> |
OScriptDocumentDatabaseWrapper.load(ORecord iRecord) |
<RET extends ORecord> |
OScriptDocumentDatabaseWrapper.load(ORecord iRecord,
String iFetchPlan) |
<RET extends ORecord> |
OScriptDocumentDatabaseWrapper.load(ORecord iRecord,
String iFetchPlan,
boolean iIgnoreCache) |
void |
OScriptDocumentDatabaseWrapper.reload(ORecord iRecord) |
void |
OScriptDocumentDatabaseWrapper.reload(ORecord iRecord,
String iFetchPlan,
boolean iIgnoreCache) |
ODocument |
OScriptDocumentDatabaseWrapper.save(ORecord iRecord) |
ODocument |
OScriptDocumentDatabaseWrapper.save(ORecord iRecord,
ODatabase.OPERATION_MODE iMode,
boolean iForceCreate,
ORecordCallback<? extends Number> iRecordCreatedCallback,
ORecordCallback<Integer> iRecordUpdatedCallback) |
ODocument |
OScriptDocumentDatabaseWrapper.save(ORecord iRecord,
String iClusterName) |
ODocument |
OScriptDocumentDatabaseWrapper.save(ORecord iRecord,
String iClusterName,
ODatabase.OPERATION_MODE iMode,
boolean iForceCreate,
ORecordCallback<? extends Number> iRecordCreatedCallback,
ORecordCallback<Integer> iRecordUpdatedCallback) |
| Modifier and Type | Method and Description |
|---|---|
<RET extends ORecord> |
ODatabaseDocumentInternal.loadIfVersionIsNotLatest(ORID rid,
int recordVersion,
String fetchPlan,
boolean ignoreCache) |
| Modifier and Type | Method and Description |
|---|---|
ORecord |
OHookReplacedRecordThreadLocal.getIfDefined() |
ORecord |
OUserObject2RecordHandler.getRecordByUserObject(Object iUserObject,
boolean iCreateIfNotAvailable)
Returns the record associated to a user object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ODatabaseDocumentInternal.assignAndCheckCluster(ORecord record,
String iClusterName) |
void |
ODatabaseDocumentInternal.recycle(ORecord record) |
void |
OUserObject2RecordHandler.registerUserObject(Object iUserObject,
ORecord iRecord)
Registers the association between a user object and a record.
|
void |
OUserObject2RecordHandler.registerUserObjectAfterLinkSave(ORecord iRecord)
Registers the saved linked record.
|
| Modifier and Type | Method and Description |
|---|---|
<REC extends ORecord> |
ODatabaseDocument.browseCluster(String iClusterName)
Browses all the records of the specified cluster.
|
<REC extends ORecord> |
ODatabaseDocumentTx.browseCluster(String iClusterName,
Class<REC> iClass) |
<REC extends ORecord> |
ODatabaseDocument.browseCluster(String iClusterName,
Class<REC> iRecordClass)
Browses all the records of the specified cluster of the passed record type.
|
<REC extends ORecord> |
ODatabaseDocumentTx.browseCluster(String iClusterName,
Class<REC> iRecordClass,
long startClusterPosition,
long endClusterPosition) |
<REC extends ORecord> |
ODatabaseDocument.browseCluster(String iClusterName,
Class<REC> iRecordClass,
long startClusterPosition,
long endClusterPosition) |
<REC extends ORecord> |
ODatabaseDocumentTx.browseCluster(String iClusterName,
Class<REC> iRecordClass,
long startClusterPosition,
long endClusterPosition,
boolean loadTombstones)
Deprecated.
|
<REC extends ORecord> |
ODatabaseDocument.browseCluster(String iClusterName,
Class<REC> iRecordClass,
long startClusterPosition,
long endClusterPosition,
boolean loadTombstones)
Deprecated.
|
<REC extends ORecord> |
ODatabaseDocument.browseCluster(String iClusterName,
long startClusterPosition,
long endClusterPosition,
boolean loadTombstones) |
<RET extends ORecord> |
ODatabaseDocumentTx.executeReadRecord(ORecordId rid,
ORecord iRecord,
int recordVersion,
String fetchPlan,
boolean ignoreCache,
boolean iUpdateCache,
boolean loadTombstones,
OStorage.LOCKING_STRATEGY lockingStrategy,
ODatabaseDocumentTx.RecordReader recordReader)
This method is internal, it can be subject to signature change or be removed, do not use.
|
<RET extends ORecord> |
ODatabaseDocumentTx.executeSaveEmptyRecord(ORecord record,
String clusterName) |
<RET extends ORecord> |
ODatabaseDocumentTx.executeSaveRecord(ORecord record,
String clusterName,
int ver,
ODatabase.OPERATION_MODE mode,
boolean forceCreate,
ORecordCallback<? extends Number> recordCreatedCallback,
ORecordCallback<Integer> recordUpdatedCallback)
This method is internal, it can be subject to signature change or be removed, do not use.
|
<RET extends ORecord> |
ODatabaseDocumentTx.getRecord(OIdentifiable iIdentifiable)
Returns the record for a OIdentifiable instance.
|
<RET extends ORecord> |
ODatabaseDocument.getRecord(OIdentifiable iIdentifiable)
Returns the record for a OIdentifiable instance.
|
<RET extends ORecord> |
ODatabaseDocumentTx.load(ORecord iRecord) |
<RET extends ORecord> |
ODatabaseDocumentTx.load(ORecord iRecord,
String iFetchPlan) |
<RET extends ORecord> |
ODatabaseDocumentTx.load(ORecord iRecord,
String iFetchPlan,
boolean iIgnoreCache)
Loads a record using a fetch plan.
|
<RET extends ORecord> |
ODatabaseDocumentTx.load(ORecord iRecord,
String iFetchPlan,
boolean iIgnoreCache,
boolean iUpdateCache,
boolean loadTombstone,
OStorage.LOCKING_STRATEGY iLockingStrategy)
Deprecated.
|
<RET extends ORecord> |
ODatabaseDocumentTx.load(ORecord iRecord,
String iFetchPlan,
boolean iIgnoreCache,
boolean loadTombstone,
OStorage.LOCKING_STRATEGY iLockingStrategy)
Deprecated.
|
<RET extends ORecord> |
ODatabaseDocumentTx.load(ORID recordId) |
<RET extends ORecord> |
ODatabaseDocumentTx.load(ORID iRecordId,
String iFetchPlan) |
<RET extends ORecord> |
ODatabaseDocumentTx.load(ORID iRecordId,
String iFetchPlan,
boolean iIgnoreCache)
Loads the entity by the Record ID using a fetch plan and specifying if the cache must be ignored.
|
<RET extends ORecord> |
ODatabaseDocumentTx.load(ORID iRecordId,
String iFetchPlan,
boolean iIgnoreCache,
boolean iUpdateCache,
boolean loadTombstone,
OStorage.LOCKING_STRATEGY iLockingStrategy)
Deprecated.
|
<RET extends ORecord> |
ODatabaseDocumentTx.load(ORID iRecordId,
String iFetchPlan,
boolean iIgnoreCache,
boolean loadTombstone,
OStorage.LOCKING_STRATEGY iLockingStrategy)
Deprecated.
|
<RET extends ORecord> |
ODatabaseDocumentTx.loadIfVersionIsNotLatest(ORID rid,
int recordVersion,
String fetchPlan,
boolean ignoreCache) |
<RET extends ORecord> |
ODatabaseDocumentTx.reload(ORecord iRecord) |
<RET extends ORecord> |
ODatabaseDocumentTx.reload(ORecord iRecord,
String iFetchPlan) |
<RET extends ORecord> |
ODatabaseDocumentTx.reload(ORecord iRecord,
String iFetchPlan,
boolean iIgnoreCache) |
<RET extends ORecord> |
ODatabaseDocumentTx.reload(ORecord record,
String fetchPlan,
boolean ignoreCache,
boolean force) |
<RET extends ORecord> |
ODatabaseDocumentTx.save(ORecord iRecord)
Saves a document to the database.
|
<RET extends ORecord> |
ODatabaseDocumentTx.save(ORecord iRecord,
ODatabase.OPERATION_MODE iMode,
boolean iForceCreate,
ORecordCallback<? extends Number> iRecordCreatedCallback,
ORecordCallback<Integer> iRecordUpdatedCallback)
Saves a document to the database.
|
<RET extends ORecord> |
ODatabaseDocumentTx.save(ORecord iRecord,
String iClusterName)
Saves a document specifying a cluster where to store the record.
|
<RET extends ORecord> |
ODatabaseDocumentTx.save(ORecord iRecord,
String iClusterName,
ODatabase.OPERATION_MODE iMode,
boolean iForceCreate,
ORecordCallback<? extends Number> iRecordCreatedCallback,
ORecordCallback<Integer> iRecordUpdatedCallback)
Saves a document specifying a cluster where to store the record.
|
| Modifier and Type | Method and Description |
|---|---|
ODatabase<ORecord> |
ODatabaseDocumentTx.cleanOutRecord(ORID iRecord,
int iVersion) |
ODatabase<ORecord> |
ODatabaseDocumentTx.commit()
Commits the current transaction.
|
ODatabase<ORecord> |
ODatabaseDocumentTx.delete(ORID iRecord,
int iVersion)
Deletes the record checking the version.
|
Set<ORecord> |
ODatabaseDocumentTx.executeReadRecords(Set<ORecordId> iRids,
boolean ignoreCache)
This method is internal, it can be subject to signature change or be removed, do not use.
|
ODictionary<ORecord> |
ODatabaseDocumentTx.getDictionary()
Returns the Dictionary manual index.
|
ODatabase<ORecord> |
ODatabaseDocumentTx.rollback()
Aborts the current running transaction.
|
ODatabaseInternal<ORecord> |
ODatabaseDocumentTx.setDatabaseOwner(ODatabaseInternal<?> iOwner)
Internal.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ODatabaseDocumentTx.assignAndCheckCluster(ORecord record,
String iClusterName) |
ODatabaseDocumentTx |
ODatabaseDocumentTx.delete(ORecord record)
Deletes a document.
|
ODatabaseDocument |
ODatabaseDocumentTx.delete(ORecord iRecord,
ODatabase.OPERATION_MODE iMode) |
<RET extends ORecord> |
ODatabaseDocumentTx.executeReadRecord(ORecordId rid,
ORecord iRecord,
int recordVersion,
String fetchPlan,
boolean ignoreCache,
boolean iUpdateCache,
boolean loadTombstones,
OStorage.LOCKING_STRATEGY lockingStrategy,
ODatabaseDocumentTx.RecordReader recordReader)
This method is internal, it can be subject to signature change or be removed, do not use.
|
void |
ODatabaseDocumentTx.executeRecycleRecord(ORecord record)
This method is internal, it can be subject to signature change or be removed, do not use.
|
<RET extends ORecord> |
ODatabaseDocumentTx.executeSaveEmptyRecord(ORecord record,
String clusterName) |
<RET extends ORecord> |
ODatabaseDocumentTx.executeSaveRecord(ORecord record,
String clusterName,
int ver,
ODatabase.OPERATION_MODE mode,
boolean forceCreate,
ORecordCallback<? extends Number> recordCreatedCallback,
ORecordCallback<Integer> recordUpdatedCallback)
This method is internal, it can be subject to signature change or be removed, do not use.
|
static Object |
ODatabaseDocumentTx.executeWithRetries(OCallable<Object,Integer> callback,
int maxRetry,
int waitBetweenRetry,
ORecord[] recordToReloadOnRetry) |
<RET extends ORecord> |
ODatabaseDocumentTx.load(ORecord iRecord) |
<RET extends ORecord> |
ODatabaseDocumentTx.load(ORecord iRecord,
String iFetchPlan) |
<RET extends ORecord> |
ODatabaseDocumentTx.load(ORecord iRecord,
String iFetchPlan,
boolean iIgnoreCache)
Loads a record using a fetch plan.
|
<RET extends ORecord> |
ODatabaseDocumentTx.load(ORecord iRecord,
String iFetchPlan,
boolean iIgnoreCache,
boolean iUpdateCache,
boolean loadTombstone,
OStorage.LOCKING_STRATEGY iLockingStrategy)
Deprecated.
|
<RET extends ORecord> |
ODatabaseDocumentTx.load(ORecord iRecord,
String iFetchPlan,
boolean iIgnoreCache,
boolean loadTombstone,
OStorage.LOCKING_STRATEGY iLockingStrategy)
Deprecated.
|
void |
ODatabaseDocumentTx.recycle(ORecord record) |
<RET extends ORecord> |
ODatabaseDocumentTx.reload(ORecord iRecord) |
<RET extends ORecord> |
ODatabaseDocumentTx.reload(ORecord iRecord,
String iFetchPlan) |
<RET extends ORecord> |
ODatabaseDocumentTx.reload(ORecord iRecord,
String iFetchPlan,
boolean iIgnoreCache) |
<RET extends ORecord> |
ODatabaseDocumentTx.reload(ORecord record,
String fetchPlan,
boolean ignoreCache,
boolean force) |
<RET extends ORecord> |
ODatabaseDocumentTx.save(ORecord iRecord)
Saves a document to the database.
|
<RET extends ORecord> |
ODatabaseDocumentTx.save(ORecord iRecord,
ODatabase.OPERATION_MODE iMode,
boolean iForceCreate,
ORecordCallback<? extends Number> iRecordCreatedCallback,
ORecordCallback<Integer> iRecordUpdatedCallback)
Saves a document to the database.
|
<RET extends ORecord> |
ODatabaseDocumentTx.save(ORecord iRecord,
String iClusterName)
Saves a document specifying a cluster where to store the record.
|
<RET extends ORecord> |
ODatabaseDocumentTx.save(ORecord iRecord,
String iClusterName,
ODatabase.OPERATION_MODE iMode,
boolean iForceCreate,
ORecordCallback<? extends Number> iRecordCreatedCallback,
ORecordCallback<Integer> iRecordUpdatedCallback)
Saves a document specifying a cluster where to store the record.
|
| Modifier and Type | Field and Description |
|---|---|
protected ORecord |
OTrackedMap.sourceRecord |
protected ORecord |
OTrackedList.sourceRecord |
protected ORecord |
OTrackedSet.sourceRecord |
protected ORecord |
ORecordTrackedSet.sourceRecord |
| Modifier and Type | Method and Description |
|---|---|
<T extends ORecord> |
OIdentifiable.getRecord()
Returns the record instance.
|
<T extends ORecord> |
OPlaceholder.getRecord() |
| Modifier and Type | Method and Description |
|---|---|
ORecord |
ORecordOperation.getRecord() |
| Modifier and Type | Method and Description |
|---|---|
void |
ORecordLazySet.onAfterIdentityChange(ORecord record) |
void |
ORecordLazySet.onBeforeIdentityChange(ORecord record) |
ORecordHook.RESULT |
OClassTrigger.onTrigger(ORecordHook.TYPE iType,
ORecord iRecord) |
void |
ORecordTrackedSet.setOwner(ORecord owner) |
| Constructor and Description |
|---|
OLazyRecordIterator(ORecord iSourceRecord,
Iterator<? extends OIdentifiable> iIterator,
boolean iConvertToRecord) |
OLazyRecordMultiIterator(ORecord iSourceRecord,
Object[] iIterators,
boolean iConvertToRecord) |
OPlaceholder(ORecord iRecord) |
ORecordTrackedIterator(ORecord iSourceRecord,
Iterator<?> iIterator) |
ORecordTrackedList(ORecord iSourceRecord) |
ORecordTrackedSet(ORecord iSourceRecord) |
OTrackedList(ORecord iSourceRecord) |
OTrackedList(ORecord iRecord,
Collection<? extends T> iOrigin,
Class<?> iGenericClass) |
OTrackedMap(ORecord iSourceRecord) |
OTrackedMap(ORecord iRecord,
Map<Object,T> iOrigin,
Class<?> cls) |
OTrackedSet(ORecord iSourceRecord) |
OTrackedSet(ORecord iRecord,
Collection<? extends T> iOrigin,
Class<?> cls) |
| Modifier and Type | Method and Description |
|---|---|
ORecord |
ORidBagDelegate.getOwner() |
| Modifier and Type | Method and Description |
|---|---|
void |
ORidBag.setOwner(ORecord owner) |
void |
ORidBagDelegate.setOwner(ORecord owner) |
| Modifier and Type | Method and Description |
|---|---|
ORecord |
OEmbeddedRidBag.getOwner() |
| Modifier and Type | Method and Description |
|---|---|
void |
OEmbeddedRidBag.setOwner(ORecord owner) |
| Modifier and Type | Method and Description |
|---|---|
ORecord |
OSBTreeRidBag.getOwner() |
| Modifier and Type | Method and Description |
|---|---|
void |
OSBTreeRidBag.setOwner(ORecord owner) |
| Modifier and Type | Method and Description |
|---|---|
static void |
OFetchHelper.fetch(ORecord iRootRecord,
Object iUserObject,
OFetchPlan iFetchPlan,
OFetchListener iListener,
OFetchContext iContext,
String iFormat) |
| Modifier and Type | Method and Description |
|---|---|
void |
OJSONFetchContext.writeSignature(OJSONWriter json,
ORecord record) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
ORemoteFetchListener.sendRecord(ORecord iLinked) |
| Modifier and Type | Method and Description |
|---|---|
void |
ORecordHookAbstract.onRecordAfterCreate(ORecord iRecord)
It's called just after the iRecord is created.
|
void |
ORecordHookAbstract.onRecordAfterDelete(ORecord iRecord)
It's called just after the iRecord is deleted.
|
void |
ORecordHookAbstract.onRecordAfterRead(ORecord iRecord)
It's called just after the iRecord is read.
|
void |
ORecordHookAbstract.onRecordAfterReplicaAdd(ORecord record) |
void |
ORecordHookAbstract.onRecordAfterReplicaDelete(ORecord record) |
void |
ORecordHookAbstract.onRecordAfterReplicaUpdate(ORecord record) |
void |
ORecordHookAbstract.onRecordAfterUpdate(ORecord iRecord)
It's called just after the iRecord is updated.
|
ORecordHook.RESULT |
ORecordHookAbstract.onRecordBeforeCreate(ORecord iRecord)
It's called just before to create the new iRecord.
|
ORecordHook.RESULT |
ORecordHookAbstract.onRecordBeforeDelete(ORecord iRecord)
It's called just before to delete the iRecord.
|
ORecordHook.RESULT |
ORecordHookAbstract.onRecordBeforeRead(ORecord iRecord)
It's called just before to read the iRecord.
|
ORecordHook.RESULT |
ORecordHookAbstract.onRecordBeforeReplicaAdd(ORecord record) |
ORecordHook.RESULT |
ORecordHookAbstract.onRecordBeforeReplicaDelete(ORecord record) |
ORecordHook.RESULT |
ORecordHookAbstract.onRecordBeforeReplicaUpdate(ORecord record) |
ORecordHook.RESULT |
ORecordHookAbstract.onRecordBeforeUpdate(ORecord iRecord)
It's called just before to update the iRecord.
|
void |
ORecordHookAbstract.onRecordCreateFailed(ORecord iRecord) |
void |
ORecordHookAbstract.onRecordCreateReplicated(ORecord iRecord) |
void |
ORecordHookAbstract.onRecordDeleteFailed(ORecord iRecord) |
void |
ORecordHookAbstract.onRecordDeleteReplicated(ORecord iRecord) |
void |
ORecordHookAbstract.onRecordFinalizeCreation(ORecord record) |
void |
ORecordHookAbstract.onRecordFinalizeDeletion(ORecord record) |
void |
ORecordHookAbstract.onRecordFinalizeUpdate(ORecord record) |
void |
ORecordHookAbstract.onRecordReadFailed(ORecord iRecord) |
void |
ORecordHookAbstract.onRecordReadReplicated(ORecord iRecord) |
void |
ORecordHookAbstract.onRecordReplicaAddFailed(ORecord record) |
void |
ORecordHookAbstract.onRecordReplicaDeleteFailed(ORecord record) |
void |
ORecordHookAbstract.onRecordReplicaUpdateFailed(ORecord record) |
void |
ORecordHookAbstract.onRecordUpdateFailed(ORecord iRecord) |
void |
ORecordHookAbstract.onRecordUpdateReplicated(ORecord iRecord) |
ORecordHook.RESULT |
ODocumentHookAbstract.onTrigger(ORecordHook.TYPE iType,
ORecord iRecord) |
ORecordHook.RESULT |
ORecordHook.onTrigger(ORecordHook.TYPE iType,
ORecord iRecord) |
ORecordHook.RESULT |
ORecordHookAbstract.onTrigger(ORecordHook.TYPE iType,
ORecord record) |
| Modifier and Type | Method and Description |
|---|---|
<T extends ORecord> |
ORecordId.getRecord() |
| Modifier and Type | Method and Description |
|---|---|
ODictionary<ORecord> |
OIndexManagerProxy.getDictionary() |
ODictionary<ORecord> |
OIndexManagerAbstract.getDictionary() |
ODictionary<ORecord> |
OIndexManager.getDictionary()
Return a dictionary index.
|
| Modifier and Type | Method and Description |
|---|---|
ORecordHook.RESULT |
ClassIndexManagerRemote.onTrigger(ORecordHook.TYPE iType,
ORecord iRecord) |
| Modifier and Type | Class and Description |
|---|---|
class |
ORecordIteratorClass<REC extends ORecord>
Iterator class to browse forward and backward the records of a cluster.
|
class |
ORecordIteratorClassDescendentOrder<REC extends ORecord>
Record iterator to browse records in inverse order: from last to the first.
|
class |
ORecordIteratorCluster<REC extends ORecord>
Iterator class to browse forward and backward the records of a cluster.
|
class |
ORecordIteratorClusters<REC extends ORecord>
Iterator to browse multiple clusters forward and backward.
|
| Modifier and Type | Field and Description |
|---|---|
protected ORecord |
ORecordIteratorClusters.currentRecord |
| Modifier and Type | Method and Description |
|---|---|
ORecord |
OIdentifiableIterator.current() |
protected ORecord |
OIdentifiableIterator.getRecord()
Return the record to use for the operation.
|
protected ORecord |
OIdentifiableIterator.getTransactionEntry() |
protected ORecord |
OIdentifiableIterator.readCurrentRecord(ORecord iRecord,
int iMovement)
Read the current record and increment the counter if the record was found.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
ORecordIteratorClass.include(ORecord record) |
protected boolean |
ORecordIteratorClusters.include(ORecord iRecord) |
protected ORecord |
OIdentifiableIterator.readCurrentRecord(ORecord iRecord,
int iMovement)
Read the current record and increment the counter if the record was found.
|
| Modifier and Type | Method and Description |
|---|---|
ORecordHook.RESULT |
OFunctionTrigger.onTrigger(ORecordHook.TYPE iType,
ORecord iRecord) |
| Modifier and Type | Method and Description |
|---|---|
void |
OClassImpl.checkPersistentPropertyType(ODatabaseInternal<ORecord> database,
String propertyName,
OType type) |
| Modifier and Type | Method and Description |
|---|---|
ORecordHook.RESULT |
OUserTrigger.onTrigger(ORecordHook.TYPE iType,
ORecord iRecord) |
| Modifier and Type | Class and Description |
|---|---|
class |
ORecordAbstract |
| Modifier and Type | Method and Description |
|---|---|
<RET extends ORecord> |
ORecord.clear()
All the fields are deleted but the record identity is maintained.
|
<RET extends ORecord> |
ORecord.copy()
Creates a copy of the record.
|
<RET extends ORecord> |
ORecord.delete()
Deletes the record from the database.
|
protected <RET extends ORecord> |
ORecordAbstract.flatCopy() |
<RET extends ORecord> |
ORecordAbstract.fromJSON(InputStream iContentResult) |
<RET extends ORecord> |
ORecordAbstract.fromJSON(String iSource) |
<RET extends ORecord> |
ORecord.fromJSON(String iJson)
Fills the record parsing the content in JSON format.
|
<RET extends ORecord> |
ORecordAbstract.fromJSON(String iSource,
boolean needReload) |
<RET extends ORecord> |
ORecordAbstract.fromJSON(String iSource,
String iOptions) |
<RET extends ORecord> |
ORecord.load()
Loads the record content in memory.
|
<RET extends ORecord> |
ORecord.reload()
Loads the record content in memory.
|
<RET extends ORecord> |
ORecord.reload(String fetchPlan,
boolean ignoreCache,
boolean force) |
<RET extends ORecord> |
ORecord.reset()
Resets the record to be reused.
|
<RET extends ORecord> |
ORecord.save()
Saves in-memory changes to the database.
|
<RET extends ORecord> |
ORecord.save(boolean forceCreate) |
<RET extends ORecord> |
ORecord.save(String iCluster)
Saves in-memory changes to the database defining a specific cluster where to save it.
|
<RET extends ORecord> |
ORecord.save(String iCluster,
boolean forceCreate) |
<RET extends ORecord> |
ORecord.unload()
Unloads current record.
|
| Modifier and Type | Method and Description |
|---|---|
ORecord |
ORecordAbstract.getRecord() |
ORecord |
ORecordAbstract.load() |
ORecord |
ORecordFactoryManager.newInstance() |
ORecord |
ORecordFactoryManager.newInstance(byte iRecordType) |
ORecord |
ORecordFactoryManager.ORecordFactory.newRecord() |
ORecord |
ORecordAbstract.reload() |
ORecord |
ORecordAbstract.reload(String fetchPlan) |
ORecord |
ORecordAbstract.reload(String fetchPlan,
boolean ignoreCache) |
ORecord |
ORecordAbstract.reload(String fetchPlan,
boolean ignoreCache,
boolean force) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ORecord> |
ORecordFactoryManager.getRecordTypeClass(byte iRecordType) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ORecordInternal.addIdentityChangeListener(ORecord record,
OIdentityChangeListener identityChangeListener) |
static void |
ORecordInternal.clearSource(ORecord record) |
static ORecordAbstract |
ORecordInternal.fill(ORecord record,
ORID iRid,
int iVersion,
byte[] iBuffer,
boolean iDirty)
Internal only.
|
static ODirtyManager |
ORecordInternal.getDirtyManager(ORecord record) |
static byte |
ORecordInternal.getRecordType(ORecord record)
Internal only.
|
static boolean |
ORecordInternal.isContentChanged(ORecord record) |
void |
OIdentityChangeListener.onAfterIdentityChange(ORecord record)
called afer the change of the identity is made.
|
static void |
ORecordInternal.onAfterIdentityChanged(ORecord record) |
protected void |
ORecordAbstract.onAfterIdentityChanged(ORecord iRecord) |
void |
OIdentityChangeListener.onBeforeIdentityChange(ORecord record)
Called before the change of the identity is made.
|
static void |
ORecordInternal.onBeforeIdentityChanged(ORecord record) |
protected void |
ORecordAbstract.onBeforeIdentityChanged(ORecord iRecord) |
void |
ORecordListener.onEvent(ORecord iDocument,
ORecordListener.EVENT iEvent)
Deprecated.
|
static void |
ORecordInternal.removeIdentityChangeListener(ORecord record,
OIdentityChangeListener identityChangeListener) |
static void |
ORecordInternal.setContentChanged(ORecord record,
boolean changed) |
static void |
ORecordInternal.setDirtyManager(ORecord record,
ODirtyManager dirtyManager) |
static ORecordAbstract |
ORecordInternal.setIdentity(ORecord record,
int iClusterId,
long iClusterPosition)
Internal only.
|
static ORecordAbstract |
ORecordInternal.setIdentity(ORecord record,
ORecordId iIdentity)
Internal only.
|
static void |
ORecordInternal.setRecordSerializer(ORecord record,
ORecordSerializer serializer) |
static void |
ORecordInternal.setVersion(ORecord record,
int iVersion)
Internal only.
|
static void |
ORecordInternal.track(ORecord pointer,
OIdentifiable pointed) |
static void |
ORecordInternal.unsetDirty(ORecord record)
Internal only.
|
static void |
ORecordInternal.unTrack(ORecord pointer,
OIdentifiable pointed) |
| Modifier and Type | Method and Description |
|---|---|
void |
ORecordFactoryManager.declareRecordType(byte iByte,
String iName,
Class<? extends ORecord> iClass,
ORecordFactoryManager.ORecordFactory iFactory) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OBlob
Created by tglman on 05/01/16.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ODocument
Document representation to handle values dynamically.
|
class |
ORecordBytes
The rawest representation of a record.
|
class |
ORecordBytesLazy
Deprecated.
|
class |
ORecordFlat
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ORecord |
ODocument.placeholder()
Returns an empty record as place-holder of the current.
|
ORecord |
ORecordFlat.reload()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ORecord> |
ODirtyManager.getNewRecords() |
Set<ORecord> |
ODirtyManager.getUpdateRecords() |
| Modifier and Type | Method and Description |
|---|---|
List<OIdentifiable> |
ODirtyManager.getPointed(ORecord rec) |
void |
ODirtyManager.removeNew(ORecord record) |
void |
ODirtyManager.removePointed(ORecord record) |
void |
ODirtyManager.setDirty(ORecord record) |
void |
ODirtyManager.track(ORecord pointing,
OIdentifiable pointed) |
void |
ODirtyManager.unTrack(ORecord pointing,
OIdentifiable pointed) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
ODocument.toString(Set<ORecord> inspected) |
| Modifier and Type | Method and Description |
|---|---|
ORecordHook.RESULT |
OSchedulerTrigger.onTrigger(ORecordHook.TYPE iType,
ORecord iRecord) |
| Modifier and Type | Method and Description |
|---|---|
OJSONWriter |
OJSONWriter.writeRecord(int iIdentLevel,
boolean iNewLine,
Object iName,
ORecord iRecord) |
| Modifier and Type | Method and Description |
|---|---|
ORecord |
ORecordSerializerRaw.fromStream(byte[] iSource) |
ORecord |
ORecordSerializer.fromStream(byte[] iSource,
ORecord iRecord,
String[] iFields) |
ORecord |
ORecordSerializerRaw.fromStream(byte[] iSource,
ORecord iRecord,
String[] iFields) |
static ORecord |
ORecordSaveThreadLocal.getLast() |
| Modifier and Type | Method and Description |
|---|---|
ORecord |
ORecordSerializer.fromStream(byte[] iSource,
ORecord iRecord,
String[] iFields) |
ORecord |
ORecordSerializerRaw.fromStream(byte[] iSource,
ORecord iRecord,
String[] iFields) |
static void |
ORecordSaveThreadLocal.setLast(ORecord document) |
byte[] |
ORecordSerializer.toStream(ORecord iSource,
boolean iOnlyDelta) |
byte[] |
ORecordSerializerRaw.toStream(ORecord iSource,
boolean iOnlyDelta) |
byte[] |
ORecordSerializer.writeClassOnly(ORecord iSource) |
byte[] |
ORecordSerializerRaw.writeClassOnly(ORecord iSource) |
| Modifier and Type | Method and Description |
|---|---|
ORecord |
ORecordSerializerBinary.fromStream(byte[] iSource,
ORecord iRecord,
String[] iFields) |
ORecord |
ORecordSerializerNetwork.fromStream(byte[] iSource,
ORecord iRecord,
String[] iFields) |
| Modifier and Type | Method and Description |
|---|---|
ORecord |
ORecordSerializerBinary.fromStream(byte[] iSource,
ORecord iRecord,
String[] iFields) |
ORecord |
ORecordSerializerNetwork.fromStream(byte[] iSource,
ORecord iRecord,
String[] iFields) |
byte[] |
ORecordSerializerBinary.toStream(ORecord iSource,
boolean iOnlyDelta) |
byte[] |
ORecordSerializerNetwork.toStream(ORecord iSource,
boolean iOnlyDelta) |
byte[] |
ORecordSerializerBinary.writeClassOnly(ORecord iSource) |
byte[] |
ORecordSerializerNetwork.writeClassOnly(ORecord iSource) |
| Modifier and Type | Method and Description |
|---|---|
ORecord |
ORecordSerializerStringAbstract.fromStream(byte[] iSource,
ORecord iRecord,
String[] iFields) |
ORecord |
ORecordSerializerStringAbstract.fromString(String iSource) |
ORecord |
ORecordSerializerJSON.fromString(String iSource,
ORecord iRecord,
String[] iFields) |
ORecord |
ORecordSerializerSchemaAware2CSV.fromString(String iContent,
ORecord iRecord,
String[] iFields) |
abstract ORecord |
ORecordSerializerStringAbstract.fromString(String iContent,
ORecord iRecord,
String[] iFields) |
ORecord |
ORecordSerializerJSON.fromString(String iSource,
ORecord iRecord,
String[] iFields,
boolean needReload) |
ORecord |
ORecordSerializerJSON.fromString(String iSource,
ORecord iRecord,
String[] iFields,
String iOptions,
boolean needReload) |
| Modifier and Type | Method and Description |
|---|---|
Object |
ORecordSerializerCSVAbstract.fieldFromStream(ORecord iSourceRecord,
OType iType,
OClass iLinkedClass,
OType iLinkedType,
String iName,
String iValue) |
ORecord |
ORecordSerializerStringAbstract.fromStream(byte[] iSource,
ORecord iRecord,
String[] iFields) |
ORecord |
ORecordSerializerJSON.fromString(String iSource,
ORecord iRecord,
String[] iFields) |
ORecord |
ORecordSerializerSchemaAware2CSV.fromString(String iContent,
ORecord iRecord,
String[] iFields) |
abstract ORecord |
ORecordSerializerStringAbstract.fromString(String iContent,
ORecord iRecord,
String[] iFields) |
ORecord |
ORecordSerializerJSON.fromString(String iSource,
ORecord iRecord,
String[] iFields,
boolean needReload) |
ORecord |
ORecordSerializerJSON.fromString(String iSource,
ORecord iRecord,
String[] iFields,
String iOptions,
boolean needReload) |
byte[] |
ORecordSerializerSchemaAware2CSV.toStream(ORecord iRecord,
boolean iOnlyDelta) |
byte[] |
ORecordSerializerStringAbstract.toStream(ORecord iRecord,
boolean iOnlyDelta) |
StringBuilder |
ORecordSerializerStringAbstract.toString(ORecord iRecord,
StringBuilder iOutput,
String iFormat) |
StringBuilder |
ORecordSerializerJSON.toString(ORecord iRecord,
StringBuilder iOutput,
String iFormat,
OUserObject2RecordHandler iObjHandler,
boolean iOnlyDelta,
boolean autoDetectCollectionType) |
protected StringBuilder |
ORecordSerializerSchemaAware2CSV.toString(ORecord iRecord,
StringBuilder iOutput,
String iFormat,
OUserObject2RecordHandler iObjHandler,
boolean iOnlyDelta,
boolean autoDetectCollectionType) |
protected abstract StringBuilder |
ORecordSerializerStringAbstract.toString(ORecord iRecord,
StringBuilder iOutput,
String iFormat,
OUserObject2RecordHandler iObjHandler,
boolean iOnlyDelta,
boolean autoDetectCollectionType) |
byte[] |
ORecordSerializerJSON.writeClassOnly(ORecord iSource) |
byte[] |
ORecordSerializerSchemaAware2CSV.writeClassOnly(ORecord iSource) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
OCommandExecutorSQLResultsetAbstract.assignLetClauses(ORecord iRecord) |
protected boolean |
OCommandExecutorSQLResultsetAbstract.evaluateRecord(ORecord iRecord,
OCommandContext iContext) |
protected boolean |
OCommandExecutorSQLResultsetAbstract.filter(ORecord iRecord,
OCommandContext iContext) |
static Object |
OSQLHelper.getValue(Object iObject,
ORecord iRecord,
OCommandContext iContext) |
protected void |
OCommandExecutorSQLInsert.saveRecord(ORecord rec) |
| Modifier and Type | Method and Description |
|---|---|
protected static boolean |
OQueryOperatorEquals.comparesValues(Object iValue,
ORecord iRecord,
boolean iConsiderIn) |
| Modifier and Type | Method and Description |
|---|---|
void |
OBasicResultSet.setTemporaryRecordCache(List<ORecord> temporaryRecordCache) |
| Constructor and Description |
|---|
ORawBuffer(ORecord iRecord)
Creates a new object by the record received.
|
| Modifier and Type | Field and Description |
|---|---|
static ORecord |
OTransactionRealAbstract.DELETED_RECORD
USE THIS AS RESPONSE TO REPORT A DELETED RECORD IN TX
|
| Modifier and Type | Method and Description |
|---|---|
ORecord |
OTransaction.getRecord(ORID iRid) |
ORecord |
OTransactionNoTx.getRecord(ORID rid) |
ORecord |
OTransactionRealAbstract.getRecord(ORID rid) |
ORecord |
OTransaction.loadRecord(ORID iRid,
ORecord iRecord,
String iFetchPlan,
boolean ignoreCache) |
ORecord |
OTransactionNoTx.loadRecord(ORID iRid,
ORecord iRecord,
String iFetchPlan,
boolean ignoreCache) |
ORecord |
OTransactionOptimistic.loadRecord(ORID rid,
ORecord record,
String fetchPlan,
boolean ignoreCache) |
ORecord |
OTransaction.loadRecord(ORID iRid,
ORecord iRecord,
String iFetchPlan,
boolean ignoreCache,
boolean iUpdateCache,
boolean loadTombstone,
OStorage.LOCKING_STRATEGY iLockingStrategy)
Deprecated.
|
ORecord |
OTransactionNoTx.loadRecord(ORID iRid,
ORecord iRecord,
String iFetchPlan,
boolean ignoreCache,
boolean iUpdateCache,
boolean loadTombstone,
OStorage.LOCKING_STRATEGY iLockingStrategy)
Deprecated.
|
ORecord |
OTransactionOptimistic.loadRecord(ORID rid,
ORecord iRecord,
String fetchPlan,
boolean ignoreCache,
boolean iUpdateCache,
boolean loadTombstone,
OStorage.LOCKING_STRATEGY lockingStrategy) |
ORecord |
OTransaction.loadRecord(ORID iRid,
ORecord iRecord,
String iFetchPlan,
boolean ignoreCache,
boolean loadTombstone,
OStorage.LOCKING_STRATEGY iLockingStrategy)
Deprecated.
|
ORecord |
OTransactionNoTx.loadRecord(ORID iRid,
ORecord iRecord,
String iFetchPlan,
boolean ignoreCache,
boolean loadTombstone,
OStorage.LOCKING_STRATEGY iLockingStrategy)
Deprecated.
|
ORecord |
OTransactionOptimistic.loadRecord(ORID rid,
ORecord iRecord,
String fetchPlan,
boolean ignoreCache,
boolean loadTombstone,
OStorage.LOCKING_STRATEGY lockingStrategy) |
ORecord |
OTransaction.loadRecordIfVersionIsNotLatest(ORID rid,
int recordVersion,
String fetchPlan,
boolean ignoreCache) |
ORecord |
OTransactionNoTx.loadRecordIfVersionIsNotLatest(ORID rid,
int recordVersion,
String fetchPlan,
boolean ignoreCache) |
ORecord |
OTransactionOptimistic.loadRecordIfVersionIsNotLatest(ORID rid,
int recordVersion,
String fetchPlan,
boolean ignoreCache) |
ORecord |
OTransaction.reloadRecord(ORID iRid,
ORecord iRecord,
String iFetchPlan,
boolean ignoreCache) |
ORecord |
OTransactionNoTx.reloadRecord(ORID rid,
ORecord record,
String fetchPlan,
boolean ignoreCache) |
ORecord |
OTransactionOptimistic.reloadRecord(ORID rid,
ORecord iRecord,
String fetchPlan,
boolean ignoreCache) |
ORecord |
OTransaction.reloadRecord(ORID iRid,
ORecord iRecord,
String iFetchPlan,
boolean ignoreCache,
boolean force) |
ORecord |
OTransactionNoTx.reloadRecord(ORID rid,
ORecord record,
String fetchPlan,
boolean ignoreCache,
boolean force) |
ORecord |
OTransactionOptimistic.reloadRecord(ORID rid,
ORecord passedRecord,
String fetchPlan,
boolean ignoreCache,
boolean force) |
ORecord |
OTransactionNoTx.saveNew(ODocument document,
ODirtyManager manager,
String iClusterName,
ORecord original,
ODatabase.OPERATION_MODE iMode,
boolean iForceCreate,
ORecordCallback<? extends Number> iRecordCreatedCallback,
ORecordCallback<Integer> iRecordUpdatedCallback) |
ORecord |
OTransaction.saveRecord(ORecord iRecord,
String iClusterName,
ODatabase.OPERATION_MODE iMode,
boolean iForceCreate,
ORecordCallback<? extends Number> iRecordCreatedCallback,
ORecordCallback<Integer> iRecordUpdatedCallback) |
ORecord |
OTransactionNoTx.saveRecord(ORecord iRecord,
String iClusterName,
ODatabase.OPERATION_MODE iMode,
boolean iForceCreate,
ORecordCallback<? extends Number> iRecordCreatedCallback,
ORecordCallback<Integer> iRecordUpdatedCallback)
Update the record.
|
ORecord |
OTransactionOptimistic.saveRecord(ORecord iRecord,
String iClusterName,
ODatabase.OPERATION_MODE iMode,
boolean iForceCreate,
ORecordCallback<? extends Number> iRecordCreatedCallback,
ORecordCallback<Integer> iRecordUpdatedCallback) |
| Modifier and Type | Method and Description |
|---|---|
void |
OTransactionOptimistic.addRecord(ORecord iRecord,
byte iStatus,
String iClusterName) |
void |
OTransaction.deleteRecord(ORecord iRecord,
ODatabase.OPERATION_MODE iMode) |
void |
OTransactionNoTx.deleteRecord(ORecord iRecord,
ODatabase.OPERATION_MODE iMode)
Deletes the record.
|
void |
OTransactionOptimistic.deleteRecord(ORecord iRecord,
ODatabase.OPERATION_MODE iMode) |
String |
OTransactionAbstract.getClusterName(ORecord record) |
ORecord |
OTransaction.loadRecord(ORID iRid,
ORecord iRecord,
String iFetchPlan,
boolean ignoreCache) |
ORecord |
OTransactionNoTx.loadRecord(ORID iRid,
ORecord iRecord,
String iFetchPlan,
boolean ignoreCache) |
ORecord |
OTransactionOptimistic.loadRecord(ORID rid,
ORecord record,
String fetchPlan,
boolean ignoreCache) |
ORecord |
OTransaction.loadRecord(ORID iRid,
ORecord iRecord,
String iFetchPlan,
boolean ignoreCache,
boolean iUpdateCache,
boolean loadTombstone,
OStorage.LOCKING_STRATEGY iLockingStrategy)
Deprecated.
|
ORecord |
OTransactionNoTx.loadRecord(ORID iRid,
ORecord iRecord,
String iFetchPlan,
boolean ignoreCache,
boolean iUpdateCache,
boolean loadTombstone,
OStorage.LOCKING_STRATEGY iLockingStrategy)
Deprecated.
|
ORecord |
OTransactionOptimistic.loadRecord(ORID rid,
ORecord iRecord,
String fetchPlan,
boolean ignoreCache,
boolean iUpdateCache,
boolean loadTombstone,
OStorage.LOCKING_STRATEGY lockingStrategy) |
ORecord |
OTransaction.loadRecord(ORID iRid,
ORecord iRecord,
String iFetchPlan,
boolean ignoreCache,
boolean loadTombstone,
OStorage.LOCKING_STRATEGY iLockingStrategy)
Deprecated.
|
ORecord |
OTransactionNoTx.loadRecord(ORID iRid,
ORecord iRecord,
String iFetchPlan,
boolean ignoreCache,
boolean loadTombstone,
OStorage.LOCKING_STRATEGY iLockingStrategy)
Deprecated.
|
ORecord |
OTransactionOptimistic.loadRecord(ORID rid,
ORecord iRecord,
String fetchPlan,
boolean ignoreCache,
boolean loadTombstone,
OStorage.LOCKING_STRATEGY lockingStrategy) |
void |
OTransaction.recycleRecord(ORecord iRecord) |
void |
OTransactionNoTx.recycleRecord(ORecord iRecord)
Recycles the record.
|
void |
OTransactionOptimistic.recycleRecord(ORecord iRecord) |
ORecord |
OTransaction.reloadRecord(ORID iRid,
ORecord iRecord,
String iFetchPlan,
boolean ignoreCache) |
ORecord |
OTransactionNoTx.reloadRecord(ORID rid,
ORecord record,
String fetchPlan,
boolean ignoreCache) |
ORecord |
OTransactionOptimistic.reloadRecord(ORID rid,
ORecord iRecord,
String fetchPlan,
boolean ignoreCache) |
ORecord |
OTransaction.reloadRecord(ORID iRid,
ORecord iRecord,
String iFetchPlan,
boolean ignoreCache,
boolean force) |
ORecord |
OTransactionNoTx.reloadRecord(ORID rid,
ORecord record,
String fetchPlan,
boolean ignoreCache,
boolean force) |
ORecord |
OTransactionOptimistic.reloadRecord(ORID rid,
ORecord passedRecord,
String fetchPlan,
boolean ignoreCache,
boolean force) |
ORecord |
OTransactionNoTx.saveNew(ODocument document,
ODirtyManager manager,
String iClusterName,
ORecord original,
ODatabase.OPERATION_MODE iMode,
boolean iForceCreate,
ORecordCallback<? extends Number> iRecordCreatedCallback,
ORecordCallback<Integer> iRecordUpdatedCallback) |
ORecord |
OTransaction.saveRecord(ORecord iRecord,
String iClusterName,
ODatabase.OPERATION_MODE iMode,
boolean iForceCreate,
ORecordCallback<? extends Number> iRecordCreatedCallback,
ORecordCallback<Integer> iRecordUpdatedCallback) |
ORecord |
OTransactionNoTx.saveRecord(ORecord iRecord,
String iClusterName,
ODatabase.OPERATION_MODE iMode,
boolean iForceCreate,
ORecordCallback<? extends Number> iRecordCreatedCallback,
ORecordCallback<Integer> iRecordUpdatedCallback)
Update the record.
|
ORecord |
OTransactionOptimistic.saveRecord(ORecord iRecord,
String iClusterName,
ODatabase.OPERATION_MODE iMode,
boolean iForceCreate,
ORecordCallback<? extends Number> iRecordCreatedCallback,
ORecordCallback<Integer> iRecordUpdatedCallback) |
| Modifier and Type | Method and Description |
|---|---|
ODatabase<T> |
ODatabasePojoAbstract.delete(ORecord iRecord) |
void |
OObjectDatabaseTx.registerUserObject(Object iObject,
ORecord iRecord) |
void |
ODatabasePojoAbstract.registerUserObject(Object iObject,
ORecord iRecord)
Register a new POJO
|
void |
OObjectDatabaseTx.registerUserObjectAfterLinkSave(ORecord iRecord) |
| Constructor and Description |
|---|
OObjectEnumLazyIterator(Class<Enum> iEnumClass,
ORecord iSourceRecord,
Iterator<? extends Object> iIterator) |
OObjectEnumLazyList(Class<Enum> iEnumClass,
ORecord iSourceRecord,
List<Object> iRecordList) |
OObjectEnumLazyList(Class<Enum> iEnumClass,
ORecord iSourceRecord,
List<Object> iRecordList,
Collection<? extends TYPE> iSourceList) |
OObjectEnumLazyMap(Class<Enum> iEnumClass,
ORecord iSourceRecord,
Map<Object,Object> iRecordMap) |
OObjectEnumLazyMap(Class<Enum> iEnumClass,
ORecord iSourceRecord,
Map<Object,Object> iRecordMap,
Map<Object,Object> iSourceMap) |
OObjectEnumLazySet(Class<Enum> iEnumClass,
ORecord iSourceRecord,
Set<Object> iRecordSource) |
OObjectEnumLazySet(Class<Enum> iEnumClass,
ORecord iSourceRecord,
Set<Object> iRecordSource,
Set<? extends TYPE> iSourceCollection) |
| Constructor and Description |
|---|
OObjectCustomSerializerIterator(Class<?> iDeserializeClass,
ORecord iSourceRecord,
Iterator<? extends Object> iIterator) |
OObjectCustomSerializerList(Class<?> iDeserializeClass,
ORecord iSourceRecord,
List<Object> iRecordList) |
OObjectCustomSerializerList(Class<?> iDeserializeClass,
ORecord iSourceRecord,
List<Object> iRecordList,
Collection<? extends TYPE> iSourceList) |
OObjectCustomSerializerMap(Class<?> iDeserializeClass,
ORecord iSourceRecord,
Map<Object,Object> iRecordMap) |
OObjectCustomSerializerMap(Class<?> iDeserializeClass,
ORecord iSourceRecord,
Map<Object,Object> iRecordMap,
Map<Object,Object> iSourceMap) |
OObjectCustomSerializerSet(Class<?> iDeserializeClass,
ORecord iSourceRecord,
Set<Object> iRecordSource) |
OObjectCustomSerializerSet(Class<?> iDeserializeClass,
ORecord iSourceRecord,
Set<Object> iRecordSource,
Set<? extends TYPE> iSourceCollection) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
ODistributedStorage.checkForCluster(ORecord record,
String localNodeName,
ODistributedConfiguration dbCfg) |
| Modifier and Type | Method and Description |
|---|---|
ORecord |
OUpdateRecordTask.getRecord() |
ORecord |
ODeleteRecordTask.getRecord() |
ORecord |
OCreateRecordTask.getRecord() |
ORecord |
OAbstractReadRecordTask.getRecord() |
ORecord |
OUpdateRecordTask.prepareUndoOperation() |
ORecord |
ODeleteRecordTask.prepareUndoOperation() |
ORecord |
OCreateRecordTask.prepareUndoOperation() |
ORecord |
OReadRecordTask.prepareUndoOperation() |
| Modifier and Type | Method and Description |
|---|---|
OResurrectRecordTask |
OResurrectRecordTask.init(ORecord record) |
OUpdateRecordTask |
OUpdateRecordTask.init(ORecord iRecord) |
OCreateRecordTask |
OCreateRecordTask.init(ORecord record) |
OFixCreateRecordTask |
OFixCreateRecordTask.init(ORecord record) |
OFixUpdateRecordTask |
OFixUpdateRecordTask.init(ORecord iRecord,
int version) |
OUpdateRecordTask |
OUpdateRecordTask.init(ORecord iRecord,
int version) |
| Constructor and Description |
|---|
ODeleteRecordTask(ORecord record) |
| Modifier and Type | Field and Description |
|---|---|
protected ORecord |
OAbstractRecordReplicatedTask.previousRecord |
| Modifier and Type | Method and Description |
|---|---|
abstract ORecord |
OAbstractRecordReplicatedTask.getRecord() |
ORecord |
OAbstractRecordReplicatedTask.prepareUndoOperation() |
| Modifier and Type | Method and Description |
|---|---|
OAbstractRecordReplicatedTask |
OAbstractRecordReplicatedTask.init(ORecord record) |
| Modifier and Type | Method and Description |
|---|---|
protected ORecord |
ONetworkProtocolBinary.createRecord(OClientConnection connection,
ORecordId rid,
byte[] buffer,
byte recordType) |
| Modifier and Type | Method and Description |
|---|---|
Set<ORecord> |
OSyncCommandResultListener.getFetchedRecordsToSend() |
| Modifier and Type | Method and Description |
|---|---|
void |
ONetworkProtocolBinary.fillRecord(OClientConnection connection,
ORecordId rid,
byte[] buffer,
int version,
ORecord record) |
byte[] |
ONetworkProtocolBinary.getRecordBytes(OClientConnection connection,
ORecord iRecord) |
| Modifier and Type | Method and Description |
|---|---|
void |
OHttpResponse.writeRecord(ORecord iRecord) |
OHttpResponseWrapper |
OHttpResponseWrapper.writeRecord(ORecord iRecord)
Writes a record as response.
|
OHttpResponseWrapper |
OHttpResponseWrapper.writeRecord(ORecord iRecord,
String iFetchPlan)
Writes a record as response.
|
void |
OHttpResponse.writeRecord(ORecord iRecord,
String iFetchPlan,
String iFormat) |
| Modifier and Type | Method and Description |
|---|---|
ORecord |
OTransactionOptimisticProxy.getRecord(ORID rid) |
| Modifier and Type | Method and Description |
|---|---|
Map<ORecordId,ORecord> |
OTransactionOptimisticProxy.getCreatedRecords() |
Map<ORecordId,ORecord> |
OTransactionOptimisticProxy.getUpdatedRecords() |
Copyright © 2009–2025 OrientDB. All rights reserved.