Interface PluralPersistentAttribute<D,C,E>

All Superinterfaces:
Attribute<D,C>, Bindable<E>, PathSource<E>, PersistentAttribute<D,C>, PluralAttribute<D,C,E>
All Known Subinterfaces:
BagPersistentAttribute<D,E>, ListPersistentAttribute<D,E>, MapPersistentAttribute<D,K,V>, SetPersistentAttribute<D,E>, SqmBagPersistentAttribute<D,E>, SqmListPersistentAttribute<D,E>, SqmMapPersistentAttribute<D,K,V>, SqmPluralPersistentAttribute<D,C,E>, SqmSetPersistentAttribute<D,E>
All Known Implementing Classes:
AbstractPluralAttribute, BagAttributeImpl, ListAttributeImpl, MapAttributeImpl, SetAttributeImpl

public interface PluralPersistentAttribute<D,C,E> extends PersistentAttribute<D,C>, PathSource<E>, PluralAttribute<D,C,E>
Extension of the JPA-defined PluralAttribute interface.