Class ComplexSubFieldIndex<C,T>

Type Parameters:
C - the type of the complex field
T - the type of the indexed sub-field
Direct Known Subclasses:
CollectionElementIndex, MapKeyIndex, MapValueIndex

public abstract class ComplexSubFieldIndex<C,T> extends SimpleIndex<T>
A simple index on a ComplexField sub-field.
  • Method Details

    • getIndex

      public final CoreIndex1<T,ObjId> getIndex(Transaction tx)
      Description copied from class: Index
      Get this index's view of the given transaction.
      Specified by:
      getIndex in class SimpleIndex<T>
      Parameters:
      tx - transaction
      Returns:
      view of this index in tx