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>
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 Attribute
Attribute.PersistentAttributeTypeNested classes/interfaces inherited from interface Bindable
Bindable.BindableTypeNested classes/interfaces inherited from interface PluralAttribute
PluralAttribute.CollectionType -
Method Summary
Methods inherited from interface Attribute
getJavaMember, getJavaType, getName, getPersistentAttributeType, isAssociation, isCollectionMethods inherited from interface Bindable
getBindableJavaType, getBindableTypeMethods inherited from interface PathSource
findSubPathSource, findSubPathSource, getPathName, getPathTypeMethods inherited from interface PersistentAttribute
getAttributeClassification, getAttributeJavaTypeMethods inherited from interface PluralAttribute
getCollectionTypeMethods inherited from interface PluralPersistentAttribute
getCollectionClassification, getDeclaringType, getElementPathSource, getElementType, getKeyGraphType, getValueGraphType
-
Method Details
-
getIndexPathSource
PathSource<Integer> getIndexPathSource()- Specified by:
getIndexPathSourcein interfacePluralPersistentAttribute<D,List<E>, E>
-