Interface PluralPersistentAttribute<D,C,E>

All Superinterfaces:
Attribute<D,C>, Bindable<E>, BindableType<E>, PersistentAttribute<D,C>, PluralAttribute<D,C,E>, SqmExpressible<E>, SqmExpressibleAccessor<E>, SqmJoinable<D,E>, SqmPathSource<E>
All Known Subinterfaces:
BagPersistentAttribute<D,E>, ListPersistentAttribute<D,E>, MapPersistentAttribute<D,K,V>, SetPersistentAttribute<D,E>
All Known Implementing Classes:
AbstractPluralAttribute, BagAttributeImpl, ListAttributeImpl, MapAttributeImpl, SetAttributeImpl

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