| Package | Description |
|---|---|
| com.orientechnologies.orient.core.db.record | |
| com.orientechnologies.orient.core.record | |
| com.orientechnologies.orient.core.record.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
ORecordLazyList
Lazy implementation of ArrayList.
|
class |
ORecordLazyMap
Lazy implementation of LinkedHashMap.
|
class |
ORecordLazySet
Lazy implementation of Set.
|
class |
ORecordTrackedList
Implementation of ArrayList bound to a source ORecord object to keep track of changes.
|
class |
ORecordTrackedSet
Implementation of Set bound to a source ORecord object to keep track of changes.
|
class |
OTrackedList<T>
Implementation of ArrayList bound to a source ORecord object to keep track of changes for literal types.
|
class |
OTrackedMap<T>
Implementation of LinkedHashMap bound to a source ORecord object to keep track of changes.
|
class |
OTrackedSet<T>
Implementation of Set bound to a source ORecord object to keep track of changes.
|
| Modifier and Type | Method and Description |
|---|---|
ORecordElement |
OTrackedList.getOwner() |
ORecordElement |
ORecordTrackedSet.getOwner() |
ORecordElement |
ORecordElement.getOwner() |
ORecordElement |
OTrackedSet.getOwner() |
ORecordElement |
OTrackedMap.getOwner() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OEdge |
interface |
OElement |
interface |
ORecord
Generic record representation.
|
interface |
OVertex |
| Modifier and Type | Class and Description |
|---|---|
class |
ORecordAbstract |
| Modifier and Type | Method and Description |
|---|---|
ORecordElement |
ORecordAbstract.getOwner() |
| 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 |
OEdgeDelegate |
class |
OEdgeDocument |
class |
ORecordBytes
The rawest representation of a record.
|
class |
ORecordBytesLazy
Deprecated.
|
class |
ORecordFlat
Deprecated.
|
class |
OVertexDelegate |
class |
OVertexDocument |
| Modifier and Type | Field and Description |
|---|---|
protected List<WeakReference<ORecordElement>> |
ODocument._owners |
| Modifier and Type | Method and Description |
|---|---|
ORecordElement |
ODocument.getOwner() |
ORecordElement |
OEdgeDelegate.getOwner() |
ORecordElement |
OVertexDelegate.getOwner() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<ORecordElement> |
ODocument.getOwners() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ODocumentInternal.addOwner(ODocument oDocument,
ORecordElement iOwner) |
protected void |
ODocument.addOwner(ORecordElement iOwner)
Internal.
|
static void |
ODocumentInternal.removeOwner(ODocument oDocument,
ORecordElement iOwner) |
protected void |
ODocument.removeOwner(ORecordElement iRecordElement) |
Copyright © 2009–2025 OrientDB. All rights reserved.