Interface CollectionAttribute<X,E>

Type Parameters:
X - The type the represented Collection belongs to
E - The element type of the represented Collection
All Superinterfaces:
Attribute<X,Collection<E>>, Bindable<E>, FieldSpecification<X,Collection<E>>, PluralAttribute<X,Collection<E>,E>
All Known Implementing Classes:
CollectionAttributeImpl

public interface CollectionAttribute<X,E> extends PluralAttribute<X,Collection<E>,E>
Instances of the type CollectionAttribute represent persistent javax.util.Collection-valued attributes.