Interface ListPersistentAttribute<D,E>
-
- All Superinterfaces:
Attribute<D,List<E>>
,Bindable<E>
,BindableType<E>
,ListAttribute<D,E>
,PersistentAttribute<D,List<E>>
,PluralAttribute<D,List<E>,E>
,PluralPersistentAttribute<D,List<E>,E>
,SqmExpressible<E>
,SqmExpressibleAccessor<E>
,SqmJoinable<D,E>
,SqmPathSource<E>
- All Known Implementing Classes:
ListAttributeImpl
public interface ListPersistentAttribute<D,E> extends ListAttribute<D,E>, PluralPersistentAttribute<D,List<E>,E>
Hibernate extension to the JPAListAttribute
descriptor
-
-
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqmPathSource<Integer>
getIndexPathSource()
-
Methods inherited from interface jakarta.persistence.metamodel.Attribute
getJavaMember, getJavaType, getName, getPersistentAttributeType, isAssociation, isCollection
-
Methods inherited from interface jakarta.persistence.metamodel.Bindable
getBindableJavaType, getBindableType
-
Methods inherited from interface org.hibernate.query.BindableType
getBindableJavaType
-
Methods inherited from interface org.hibernate.metamodel.model.domain.PersistentAttribute
getAttributeClassification, getAttributeJavaType
-
Methods inherited from interface jakarta.persistence.metamodel.PluralAttribute
getCollectionType
-
Methods inherited from interface org.hibernate.metamodel.model.domain.PluralPersistentAttribute
getCollectionClassification, getDeclaringType, getElementPathSource, getElementType, getKeyGraphType, getValueGraphType
-
Methods inherited from interface org.hibernate.query.sqm.SqmExpressible
getExpressibleJavaType, getRelationalJavaType, getTypeName, isInstance, resolveExpressible
-
Methods inherited from interface org.hibernate.query.sqm.tree.SqmExpressibleAccessor
getNodeJavaType
-
Methods inherited from interface org.hibernate.query.sqm.SqmJoinable
createNavigablePath, createSqmJoin, getName
-
Methods inherited from interface org.hibernate.query.sqm.SqmPathSource
createSqmPath, findSubPathSource, findSubPathSource, getExpressible, getIntermediatePathSource, getPathName, getSqmPathType, getSqmType, getSubPathSource, getSubPathSource, isGeneric
-
-
-
-
Method Detail
-
getIndexPathSource
SqmPathSource<Integer> getIndexPathSource()
- Specified by:
getIndexPathSource
in interfacePluralPersistentAttribute<D,List<E>,E>
-
-