Package jakarta.persistence.metamodel
Interface ListAttribute<X,E> 
- Type Parameters:
 X- The type the represented List belongs toE- The element type of the represented List
- All Superinterfaces:
 Attribute<X,,List<E>> Bindable<E>,PluralAttribute<X,List<E>, E> 
Instances of the type 
ListAttribute represent persistent 
 List-valued attributes.- Since:
 - 2.0
 
- 
Nested Class Summary
Nested classes/interfaces inherited from interface jakarta.persistence.metamodel.Attribute
Attribute.PersistentAttributeTypeNested classes/interfaces inherited from interface jakarta.persistence.metamodel.Bindable
Bindable.BindableTypeNested 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, isCollectionMethods inherited from interface jakarta.persistence.metamodel.Bindable
getBindableJavaType, getBindableTypeMethods inherited from interface jakarta.persistence.metamodel.PluralAttribute
getCollectionType, getElementType