Interface PluralQueryAttribute<X,C,E>

Type Parameters:
X - The type the represented collection belongs to
C - The type of the represented collection
E - The element type of the represented collection
All Superinterfaces:
Bindable<E>, FieldSpecification<X,C>, QueryAttribute<X,C>
All Known Implementing Classes:
PluralQueryAttributeImpl

public interface PluralQueryAttribute<X,C,E> extends QueryAttribute<X,C>, Bindable<E>
Instances of the type PluralAttribute represent persistent collection-valued attributes defined by a query.
  • Method Details

    • getCollectionType

      CollectionType getCollectionType()
      Return the collection type.
      Returns:
      collection type
    • getElementType

      Type<E> getElementType()
      Return the type representing the element type of the collection.
      Returns:
      element type