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

public class SetAttributeImpl<X,V> extends PluralAttributeImpl<X,Set<V>,V> implements SetAttribute<X,V>

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

Description: Instances of the type SetAttribute represent persistent Set-valued attributes.

Since:
EclipseLink 1.2 - JPA 2.0
See Also: