Package jakarta.persistence.metamodel
Interface CollectionAttribute<X,E>
- 
- Type Parameters:
- X- The type the represented Collection belongs to
- E- The element type of the represented Collection
 - All Superinterfaces:
- Attribute<X,Collection<E>>,- Bindable<E>,- PluralAttribute<X,Collection<E>,E>
 
 public interface CollectionAttribute<X,E> extends PluralAttribute<X,Collection<E>,E> Instances of the typeCollectionAttributerepresent persistentjava.util.Collection-valued attributes.- Since:
- 2.0
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface jakarta.persistence.metamodel.AttributeAttribute.PersistentAttributeType
 - 
Nested classes/interfaces inherited from interface jakarta.persistence.metamodel.BindableBindable.BindableType
 - 
Nested classes/interfaces inherited from interface jakarta.persistence.metamodel.PluralAttributePluralAttribute.CollectionType
 
- 
 - 
Method Summary- 
Methods inherited from interface jakarta.persistence.metamodel.AttributegetDeclaringType, getJavaMember, getJavaType, getName, getPersistentAttributeType, isAssociation, isCollection
 - 
Methods inherited from interface jakarta.persistence.metamodel.BindablegetBindableJavaType, getBindableType
 - 
Methods inherited from interface jakarta.persistence.metamodel.PluralAttributegetCollectionType, getElementType
 
- 
 
-