Package jakarta.persistence.metamodel
Interface CollectionAttribute<X,E>
- Type Parameters:
X
- The type the represented Collection belongs toE
- The element type of the represented Collection
- All Superinterfaces:
Attribute<X,
,Collection<E>> Bindable<E>
,PluralAttribute<X,
Collection<E>, E>
Instances of the type
CollectionAttribute
represent
persistent Collection
-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