Uses of Interface
com.db4o.internal.btree.FieldIndexKey
-
Packages that use FieldIndexKey Package Description com.db4o.internal com.db4o.internal.btree -
-
Uses of FieldIndexKey in com.db4o.internal
Classes in com.db4o.internal that implement FieldIndexKey Modifier and Type Class Description static class
CommitTimestampSupport.TimestampEntry
Methods in com.db4o.internal that return FieldIndexKey Modifier and Type Method Description protected FieldIndexKey
CommitTimestampFieldMetadata. createFieldIndexKey(int parentID, java.lang.Object indexEntry)
protected FieldIndexKey
FieldMetadata. createFieldIndexKey(int parentID, java.lang.Object indexEntry)
-
Uses of FieldIndexKey in com.db4o.internal.btree
Classes in com.db4o.internal.btree that implement FieldIndexKey Modifier and Type Class Description class
FieldIndexKeyImpl
Composite key for field indexes, first compares on the actual indexed field _value and then on the _parentID (which is a reference to the containing object).
-