
| Interface | Description |
|---|---|
| OAutoConvertToRecord | |
| ODetachable |
Objects of this class can be detached.
|
| OIdentifiable |
Base interface for identifiable objects.
|
| OIdentityChangeListener | |
| OMultiValueChangeListener<K,V> |
Listen operations that are performed on tracked collection.
|
| ORecordElement |
Base interface that represents a record element.
|
| ORecordLazyListener | |
| 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
Create a class OTriggered which contains 8 additional class attributes, which link to OFunction - beforeCreate - afterCreate -
beforeRead - afterRead - beforeUpdate - afterUpdate - beforeDelete - afterDelete
|
| 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.
|
| OLazyRecordMultiIterator |
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.
|
| ONestedValueChangeListener<K,V> |
Created by tglman on 11/03/16.
|
| 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.
|
| ORecordTrackedList |
Implementation of ArrayList bound to a source ORecord object to keep track of changes.
|
| ORecordTrackedSet |
Implementation of Set bound to a source ORecord object to keep track of changes.
|
| 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.