Uses of Class
com.orientechnologies.orient.core.record.ORecordAbstract
Packages that use ORecordAbstract
Package
Description
-
Uses of ORecordAbstract in com.orientechnologies.orient.core.record
Methods in com.orientechnologies.orient.core.record that return ORecordAbstractModifier and TypeMethodDescriptionORecordAbstract.clear()ORecordAbstract.copyTo(ORecordAbstract cloned) ORecordAbstract.delete()Deprecated.protected ORecordAbstractprotected ORecordAbstractORecordAbstract.fill(ORID iRid, int iVersion, byte[] iBuffer, boolean iDirty, ODatabaseDocumentInternal db) static ORecordAbstractInternal only.static ORecordAbstractORecordInternal.fill(ORecord record, ORID iRid, int iVersion, byte[] iBuffer, boolean iDirty, ODatabaseDocumentInternal db) ORecordAbstract.fromStream(byte[] iRecordBuffer) protected ORecordAbstractORecordAbstract.fromStream(byte[] iRecordBuffer, ODatabaseDocumentInternal db) ORecordAbstract.reset()ORecordAbstract.save()Deprecated.ORecordAbstract.save(boolean forceCreate) Deprecated.Deprecated.Deprecated.ORecordAbstract.setDirty()protected ORecordAbstractORecordAbstract.setIdentity(int iClusterId, long iClusterPosition) protected ORecordAbstractORecordAbstract.setIdentity(ORecordId iIdentity) static ORecordAbstractORecordInternal.setIdentity(ORecord record, int iClusterId, long iClusterPosition) Internal only.static ORecordAbstractORecordInternal.setIdentity(ORecord record, ORecordId iIdentity) Internal only.ORecordAbstract.unload()Methods in com.orientechnologies.orient.core.record with parameters of type ORecordAbstract -
Uses of ORecordAbstract in com.orientechnologies.orient.core.record.impl
Subclasses of ORecordAbstract in com.orientechnologies.orient.core.record.implModifier and TypeClassDescriptionclassDocument representation to handle values dynamically.classclassclassThe rawest representation of a record.classDeprecated.classDeprecated.classclassMethods in com.orientechnologies.orient.core.record.impl that return ORecordAbstractModifier and TypeMethodDescriptionORecordBytes.clear()ODocument.copyTo(ORecordAbstract iDestination) Copies all the fields into iDestination document.protected ORecordAbstractprotected ORecordAbstractODocument.fill(ORID iRid, int iVersion, byte[] iBuffer, boolean iDirty, ODatabaseDocumentInternal db) ORecordFlat.fromStream(byte[] iRecordBuffer) Deprecated.Deprecated.ODocument.setDirty()Propagates the dirty status to the owner, if any.Methods in com.orientechnologies.orient.core.record.impl with parameters of type ORecordAbstractModifier and TypeMethodDescriptionODocument.copyTo(ORecordAbstract iDestination) Copies all the fields into iDestination document.