public class ODocumentWrapper
extends com.orientechnologies.orient.core.record.impl.ODocument
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
indexAttribute |
_allowChainedAccess, _fieldChangeListeners, _fieldCollectionChangeTimeLines, _fieldOriginalValues, _fieldTypes, _fieldValues, _lazyLoad, _ordered, _owners, _trackingChanges, EMPTY_STRINGS, RECORD_TYPE
Modifier | Constructor and Description |
---|---|
protected |
ODocumentWrapper() |
|
ODocumentWrapper(B b) |
|
ODocumentWrapper(com.orientechnologies.orient.core.record.impl.ODocument doc) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKey() |
<B extends TransientObject> |
toObject(java.lang.Class<B> type) |
static <B extends TransientObject> |
toObject(com.orientechnologies.orient.core.record.impl.ODocument doc,
java.lang.Class<B> type) |
addOwner, checkFieldName, checkForFields, clear, containsField, convertAllMultiValuesToTrackedVersions, copy, copyTo, deserializeFields, detach, equals, field, field, field, field, field, fieldNames, fields, fields, fields, fieldType, fieldValues, flatCopy, fromStream, fromString, getCollectionTimeLine, getDirtyFields, getOriginalValue, getOwners, getRecordType, hasOwners, hasSameContentOf, internalReset, isAllowChainedAccess, isEmbedded, isEmpty, isLazyLoad, isOrdered, isTrackingChanges, iterator, load, load, load, merge, merge, onAfterIdentityChanged, onBeforeIdentityChanged, placeholder, rawField, readExternal, reload, removeField, removeOwner, reset, save, save, save, save, setAllowChainedAccess, setDirty, setFieldType, setLazyLoad, setOrdered, setTrackingChanges, setup, toStream, toString, undo, unload, writeExternal
checkFieldAccess, getClassName, getSchemaClass, remove, setClass, setClassName, setClassNameIfExists, toStream, validate, validateEmbedded, validateField, validateLink, validateType
addListener, checkForLoading, compare, compareTo, delete, fill, fromJSON, fromJSON, fromJSON, fromJSON, getDatabase, getDataSegmentName, getIdentity, getInternalStatus, getRecord, getRecordVersion, getSize, getVersion, hashCode, invokeListenerEvent, isDirty, isPinned, load, pin, reload, reload, removeListener, setDataSegmentName, setIdentity, setIdentity, setInternalStatus, setVersion, toJSON, toJSON, unpin, unsetDirty
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addListener, fill, removeListener, setIdentity, setIdentity, setVersion, unsetDirty
delete, fromJSON, getDatabase, getDataSegmentName, getIdentity, getRecordVersion, getSize, getVersion, isDirty, isPinned, load, pin, reload, setDataSegmentName, toJSON, toJSON, unpin
getInternalStatus, setInternalStatus
public static final java.lang.String indexAttribute
protected ODocumentWrapper()
public ODocumentWrapper(com.orientechnologies.orient.core.record.impl.ODocument doc)
public ODocumentWrapper(B b)
public java.lang.String getKey()
public static <B extends TransientObject> B toObject(com.orientechnologies.orient.core.record.impl.ODocument doc, java.lang.Class<B> type)
public <B extends TransientObject> B toObject(java.lang.Class<B> type)