Interface SetAttribute<X,E>
- Type Parameters:
X- The type the represented Set belongs toE- The element type of the represented Set
- All Superinterfaces:
Attribute<X,Set<E>>, Bindable<E>, PluralAttribute<X, 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 Attribute
Attribute.PersistentAttributeTypeNested classes/interfaces inherited from interface Bindable
Bindable.BindableTypeNested classes/interfaces inherited from interface PluralAttribute
PluralAttribute.CollectionType -
Method Summary
Methods inherited from interface Attribute
getDeclaringType, getJavaMember, getJavaType, getName, getPersistentAttributeType, isAssociation, isCollectionMethods inherited from interface Bindable
getBindableJavaType, getBindableTypeMethods inherited from interface PluralAttribute
getCollectionType, getElementType