Class CollectionElementIndex<C extends Collection<E>,E>

Type Parameters:
C - the type of the collection field
E - the type of the collection element sub-field
Direct Known Subclasses:
ListElementIndex, SetElementIndex

public abstract class CollectionElementIndex<C extends Collection<E>,E> extends ComplexSubFieldIndex<C,E>
A simple index on the elements of a CollectionField.