
| Interface | Description |
|---|---|
| OAutoConvertToRecord | |
| ODetachable |
Objects of this class can be detached.
|
| OIdentifiable |
Base interface for identifiable objects.
|
| ORecordElement |
Base interface that represents a record element.
|
| ORecordLazyMultiValue | |
| OTrackedMultiValue<K,V> |
Interface that indicates that collection will send notifications about operations that are
performed on it to the listeners.
|
| Class | Description |
|---|---|
| OClassTrigger |
Author : henryzhao81@gmail.com Feb 19, 2013
|
| OCurrentStorageComponentsFactory |
The factory that defines a set of components that current database should use to be compatible to
current version of storage.
|
| OLazyRecordIterator |
Lazy implementation of Iterator that load the records only when accessed.
|
| OMultiValueChangeEvent<K,V> |
Event that contains information about operation that is performed on tracked collection.
|
| OMultiValueChangeTimeLine<K,V> |
Container that contains information about all operations that were performed on collection
starting from the time when it was loaded from DB.
|
| OPlaceholder |
Base interface for identifiable objects.
|
| OProxedResource<T> |
Generic proxy abstratc class.
|
| ORecordLazyList |
Lazy implementation of ArrayList.
|
| ORecordLazyMap |
Lazy implementation of LinkedHashMap.
|
| ORecordLazySet |
Lazy implementation of Set.
|
| ORecordMultiValueHelper |
Lazy implementation of ArrayList.
|
| ORecordOperation |
Contains the information about a database operation.
|
| ORecordTrackedIterator |
Implementation of Iterator that keeps track of changes to the source record avoiding to call
setDirty() by hand.
|
| OTrackedList<T> |
Implementation of ArrayList bound to a source ORecord object to keep track of changes for literal
types.
|
| OTrackedMap<T> |
Implementation of LinkedHashMap bound to a source ORecord object to keep track of changes.
|
| OTrackedSet<T> |
Implementation of Set bound to a source ORecord object to keep track of changes.
|
| Enum | Description |
|---|---|
| OMultiValueChangeEvent.OChangeType |
Operation that is performed on collection.
|
| ORecordElement.STATUS |
Available record statuses.
|
| ORecordMultiValueHelper.MULTIVALUE_CONTENT_TYPE |
Copyright © 2009–2025 OrientDB. All rights reserved.