Package jakarta.persistence.metamodel
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>
public interface SetAttribute<X,E> extends PluralAttribute<X,Set<E>,E>
Instances of the typeSetAttributerepresent persistentjava.util.Set-valued attributes.- Since:
 - 2.0
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface jakarta.persistence.metamodel.Attribute
Attribute.PersistentAttributeType 
- 
Nested classes/interfaces inherited from interface jakarta.persistence.metamodel.Bindable
Bindable.BindableType 
- 
Nested classes/interfaces inherited from interface jakarta.persistence.metamodel.PluralAttribute
PluralAttribute.CollectionType 
 - 
 
- 
Method Summary
- 
Methods inherited from interface jakarta.persistence.metamodel.Attribute
getDeclaringType, getJavaMember, getJavaType, getName, getPersistentAttributeType, isAssociation, isCollection 
- 
Methods inherited from interface jakarta.persistence.metamodel.Bindable
getBindableJavaType, getBindableType 
- 
Methods inherited from interface jakarta.persistence.metamodel.PluralAttribute
getCollectionType, getElementType 
 - 
 
 -