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.internalClasses in com.db4o.internal that implement FieldIndexKey Modifier and Type Class Description static classCommitTimestampSupport.TimestampEntryMethods in com.db4o.internal that return FieldIndexKey Modifier and Type Method Description protected FieldIndexKeyCommitTimestampFieldMetadata. createFieldIndexKey(int parentID, java.lang.Object indexEntry)protected FieldIndexKeyFieldMetadata. createFieldIndexKey(int parentID, java.lang.Object indexEntry)
- 
Uses of FieldIndexKey in com.db4o.internal.btreeClasses in com.db4o.internal.btree that implement FieldIndexKey Modifier and Type Class Description classFieldIndexKeyImplComposite 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).
 
-