Interface ListPersistentAttribute<D,E>
- All Superinterfaces:
Attribute<D,,List<E>> Bindable<E>,ListAttribute<D,,E> PathSource<E>,PersistentAttribute<D,,List<E>> PluralAttribute<D,,List<E>, E> PluralPersistentAttribute<D,List<E>, E>
- All Known Subinterfaces:
SqmListPersistentAttribute<D,E>
- All Known Implementing Classes:
ListAttributeImpl
public interface ListPersistentAttribute<D,E>
extends ListAttribute<D,E>, PluralPersistentAttribute<D,List<E>,E>
Hibernate extension to the JPA
ListAttribute descriptor-
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
getJavaMember, getJavaType, getName, getPersistentAttributeType, isAssociation, isCollectionMethods inherited from interface jakarta.persistence.metamodel.Bindable
getBindableJavaType, getBindableTypeMethods inherited from interface org.hibernate.metamodel.model.domain.PathSource
findSubPathSource, findSubPathSource, getPathName, getPathTypeMethods inherited from interface org.hibernate.metamodel.model.domain.PersistentAttribute
getAttributeClassification, getAttributeJavaTypeMethods inherited from interface jakarta.persistence.metamodel.PluralAttribute
getCollectionTypeMethods inherited from interface org.hibernate.metamodel.model.domain.PluralPersistentAttribute
getCollectionClassification, getDeclaringType, getElementPathSource, getElementType, getKeyGraphType, getValueGraphType
-
Method Details
-
getIndexPathSource
PathSource<Integer> getIndexPathSource()- Specified by:
getIndexPathSourcein interfacePluralPersistentAttribute<D,List<E>, E>
-