Uses of Interface
com.orientechnologies.orient.core.db.record.OTrackedMultiValue
Packages that use OTrackedMultiValue
Package
Description
-
Uses of OTrackedMultiValue in com.orientechnologies.orient.core.db.record
Classes in com.orientechnologies.orient.core.db.record that implement OTrackedMultiValueModifier and TypeClassDescriptionclassLazy implementation of ArrayList.classLazy implementation of LinkedHashMap.classLazy implementation of Set.classOTrackedList<T>Implementation of ArrayList bound to a source ORecord object to keep track of changes for literal types.classOTrackedMap<T>Implementation of LinkedHashMap bound to a source ORecord object to keep track of changes.classOTrackedSet<T>Implementation of Set bound to a source ORecord object to keep track of changes. -
Uses of OTrackedMultiValue in com.orientechnologies.orient.core.db.record.ridbag
Subinterfaces of OTrackedMultiValue in com.orientechnologies.orient.core.db.record.ridbagClasses in com.orientechnologies.orient.core.db.record.ridbag that implement OTrackedMultiValue -
Uses of OTrackedMultiValue in com.orientechnologies.orient.core.db.record.ridbag.embedded
Classes in com.orientechnologies.orient.core.db.record.ridbag.embedded that implement OTrackedMultiValue -
Uses of OTrackedMultiValue in com.orientechnologies.orient.core.serialization.serializer.record.binary
Methods in com.orientechnologies.orient.core.serialization.serializer.record.binary with type parameters of type OTrackedMultiValueModifier and TypeMethodDescriptionstatic <T extends OTrackedMultiValue<?,OIdentifiable>>
THelperClasses.readLinkCollection(BytesContainer bytes, T found, boolean justRunThrough) -
Uses of OTrackedMultiValue in com.orientechnologies.orient.core.storage.ridbag
Classes in com.orientechnologies.orient.core.storage.ridbag that implement OTrackedMultiValue -
Uses of OTrackedMultiValue in com.orientechnologies.orient.core.storage.ridbag.sbtree
Classes in com.orientechnologies.orient.core.storage.ridbag.sbtree that implement OTrackedMultiValueModifier and TypeClassDescriptionclassPersistent Setimplementation that uses the SBTree to handle entries in persistent way.