Package com.orientechnologies.orient.core.db.record
package com.orientechnologies.orient.core.db.record
-
ClassDescriptionAuthor : henryzhao81@gmail.com Feb 19, 2013The factory that defines a set of components that current database should use to be compatible to current version of storage.Objects of this class can be detached.Base interface for identifiable objects.Lazy implementation of Iterator that load the records only when accessed.Event that contains information about operation that is performed on tracked collection.Operation that is performed on collection.Container that contains information about all operations that were performed on collection starting from the time when it was loaded from DB.Generic proxy abstratc class.Base interface that represents a record element.Available record statuses.Lazy implementation of ArrayList.Lazy implementation of LinkedHashMap.Lazy implementation of Set.Lazy implementation of ArrayList.Contains the information about a database operation.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.OTrackedMultiValue<K,
V> Interface that indicates that collection will send notifications about operations that are performed on it to the listeners.OTrackedSet<T>Implementation of Set bound to a source ORecord object to keep track of changes.