Class ListAttributeImpl<X,V>

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

public class ListAttributeImpl<X,V> extends PluralAttributeImpl<X,List<V>,V> implements ListAttribute<X,V>

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

Description: Instances of the type ListAttribute represent persistent List-valued attributes.

Since:
EclipseLink 1.2 - JPA 2.0
See Also: