Class CollectionAttributeImpl<X,V>

Type Parameters:
X - The type the represented Collection belongs to
V - The element type of the represented Collection
All Implemented Interfaces:
Attribute<X,Collection<V>>, Bindable<V>, CollectionAttribute<X,V>, PluralAttribute<X,Collection<V>,V>, Serializable

public class CollectionAttributeImpl<X,V> extends PluralAttributeImpl<X,Collection<V>,V> implements CollectionAttribute<X,V>

Purpose: Provides the implementation for the CollectionAttribute interface of the JPA 2.0 Metamodel API (part of the JSR-317 EJB 3.1 Criteria API)

Description: Instances of the type CollectionAttribute represent persistent Collection-valued attributes.

Since:
EclipseLink 1.2 - JPA 2.0
See Also: