Uses of Class
com.orientechnologies.orient.core.index.OIndexOneValue
Packages that use OIndexOneValue
Package
Description
-
Uses of OIndexOneValue in com.orientechnologies.orient.core.index
Subclasses of OIndexOneValue in com.orientechnologies.orient.core.indexModifier and TypeClassDescriptionclassDictionary index similar to unique index but does not check for updates, just executes changes.classIndex implementation that allows only one value for a key.Methods in com.orientechnologies.orient.core.index that return OIndexOneValue -
Uses of OIndexOneValue in com.orientechnologies.orient.core.index.iterator
Constructors in com.orientechnologies.orient.core.index.iterator with parameters of type OIndexOneValueModifierConstructorDescriptionPureTxBetweenIndexBackwardSpliterator(OIndexOneValue oIndexTxAwareOneValue, Object fromKey, boolean fromInclusive, Object toKey, boolean toInclusive, OTransactionIndexChanges indexChanges) PureTxBetweenIndexForwardSpliterator(OIndexOneValue oIndexTxAwareOneValue, Object fromKey, boolean fromInclusive, Object toKey, boolean toInclusive, OTransactionIndexChanges indexChanges)