Class AbstractPluralAttribute<D,C,E>

java.lang.Object
org.hibernate.metamodel.model.domain.internal.AbstractAttribute<D,C,E>
org.hibernate.metamodel.model.domain.internal.AbstractPluralAttribute<D,C,E>
Type Parameters:
D - The (D)eclaring type
C - The Collection type
E - The type of the Collection's elements
All Implemented Interfaces:
Attribute<D,C>, Bindable<E>, PluralAttribute<D,C,E>, Serializable, PersistentAttribute<D,C>, PluralPersistentAttribute<D,C,E>, BindableType<E>, SqmExpressible<E>, SqmJoinable<D,E>, SqmPathSource<E>, SqmExpressibleAccessor<E>
Direct Known Subclasses:
BagAttributeImpl, ListAttributeImpl, MapAttributeImpl, SetAttributeImpl

public abstract class AbstractPluralAttribute<D,C,E> extends AbstractAttribute<D,C,E> implements PluralPersistentAttribute<D,C,E>, Serializable
See Also: