
@Deprecated public class ORecordFlat extends ORecordAbstract implements ORecordStringable
ORecordElement.STATUS| Modifier and Type | Field and Description |
|---|---|
static byte |
RECORD_TYPE
Deprecated.
|
protected String |
value
Deprecated.
|
_contentChanged, _dirty, _dirtyManager, _listeners, _recordFormat, _recordId, _recordVersion, _size, _source, _status| Constructor and Description |
|---|
ORecordFlat()
Deprecated.
|
ORecordFlat(byte[] iSource)
Deprecated.
|
ORecordFlat(ODatabaseDocumentInternal iDatabase)
Deprecated.
|
ORecordFlat(ODatabaseDocument iDatabase,
ORID iRID)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ORecordFlat |
clear()
Deprecated.
All the fields are deleted but the record identity is maintained.
|
ORecordFlat |
copy()
Deprecated.
Creates a copy of the record.
|
ORecordAbstract |
fromStream(byte[] iRecordBuffer)
Deprecated.
Unmarshalls the object.
|
byte |
getRecordType()
Deprecated.
|
ORecord |
reload()
Deprecated.
Loads the record content in memory.
|
ORecordFlat |
reset()
Deprecated.
Resets the record to be reused.
|
int |
size()
Deprecated.
|
byte[] |
toStream()
Deprecated.
Marshalls the object.
|
String |
toString()
Deprecated.
|
ORecordFlat |
unload()
Deprecated.
Unloads current record.
|
String |
value()
Deprecated.
|
ORecordFlat |
value(String iValue)
Deprecated.
|
addIdentityChangeListener, addListener, checkForLoading, clearSource, compare, compareTo, copyTo, delete, detach, equals, fill, flatCopy, fromJSON, fromJSON, fromJSON, fromJSON, getDatabase, getDatabaseIfDefined, getDatabaseIfDefinedInternal, getDatabaseInternal, getDirtyManager, getIdentity, getInternalStatus, getOwner, getRecord, getSize, getVersion, hashCode, invokeListenerEvent, isContentChanged, isDirty, isLocked, load, lock, lockingStrategy, onAfterIdentityChanged, onBeforeIdentityChanged, reload, reload, reload, removeIdentityChangeListener, removeListener, save, save, save, save, setContentChanged, setDirty, setDirtyManager, setDirtyNoChanged, setIdentity, setIdentity, setInternalStatus, setup, setVersion, toJSON, toJSON, toJSON, toJSON, track, unlock, unsetDirty, unTrackclone, finalize, getClass, notify, notifyAll, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic static final byte RECORD_TYPE
protected String value
public ORecordFlat(ODatabaseDocumentInternal iDatabase)
public ORecordFlat()
public ORecordFlat(byte[] iSource)
public ORecordFlat(ODatabaseDocument iDatabase, ORID iRID)
public ORecordFlat value(String iValue)
value in interface ORecordStringablepublic ORecordFlat reset()
ORecordreset in interface ORecordreset in class ORecordAbstractpublic ORecordFlat unload()
ORecordunload in interface ORecordunload in class ORecordAbstractpublic ORecordFlat clear()
ORecordclear in interface ORecordclear in class ORecordAbstractpublic ORecordFlat copy()
ORecordpublic String value()
value in interface ORecordStringablepublic String toString()
toString in class ORecordAbstractpublic ORecord reload()
ORecordreload in interface ORecordreload in class ORecordAbstractpublic ORecordAbstract fromStream(byte[] iRecordBuffer)
OSerializableStreamfromStream in interface OSerializableStreamfromStream in class ORecordAbstractiRecordBuffer - byte array representation of the objectpublic byte[] toStream()
OSerializableStreamtoStream in interface OSerializableStreamtoStream in class ORecordAbstractOSerializableStream.fromStream(byte[])public int size()
public byte getRecordType()
getRecordType in class ORecordAbstractCopyright © 2009–2025 OrientDB. All rights reserved.