EclipseLink 2.1.2, build 'v20101206-r8635' API Reference

javax.persistence.metamodel
Interface SetAttribute<X,E>

Type Parameters:
X - The type the represented Set belongs to
E - The element type of the represented Set
All Superinterfaces:
Attribute<X,java.util.Set<E>>, Bindable<E>, PluralAttribute<X,java.util.Set<E>,E>

public interface SetAttribute<X,E>
extends PluralAttribute<X,java.util.Set<E>,E>

Instances of the type SetAttribute represent persistent java.util.Set-valued attributes.

Since:
Java Persistence 2.0

Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.persistence.metamodel.PluralAttribute
PluralAttribute.CollectionType
 
Nested classes/interfaces inherited from interface javax.persistence.metamodel.Attribute
Attribute.PersistentAttributeType
 
Nested classes/interfaces inherited from interface javax.persistence.metamodel.Bindable
Bindable.BindableType
 
Method Summary
 
Methods inherited from interface javax.persistence.metamodel.PluralAttribute
getCollectionType, getElementType
 
Methods inherited from interface javax.persistence.metamodel.Attribute
getDeclaringType, getJavaMember, getJavaType, getName, getPersistentAttributeType, isAssociation, isCollection
 
Methods inherited from interface javax.persistence.metamodel.Bindable
getBindableJavaType, getBindableType
 


EclipseLink 2.1.2, build 'v20101206-r8635' API Reference