Interface PluralPersistentAttribute<D,C,E>
-
- All Superinterfaces:
Attribute<D,C>,Bindable<E>,BindableType<E>,PersistentAttribute<D,C>,PluralAttribute<D,C,E>,SqmExpressible<E>,SqmExpressibleAccessor<E>,SqmJoinable<D,E>,SqmPathSource<E>
- All Known Subinterfaces:
BagPersistentAttribute<D,E>,ListPersistentAttribute<D,E>,MapPersistentAttribute<D,K,V>,SetPersistentAttribute<D,E>
- All Known Implementing Classes:
AbstractPluralAttribute,BagAttributeImpl,ListAttributeImpl,MapAttributeImpl,SetAttributeImpl
public interface PluralPersistentAttribute<D,C,E> extends PersistentAttribute<D,C>, SqmPathSource<E>, SqmJoinable<D,E>, PluralAttribute<D,C,E>
Extension of the JPA-definedPluralAttributeinterface.
-
-
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 Default Methods Modifier and Type Method Description CollectionClassificationgetCollectionClassification()ManagedDomainType<D>getDeclaringType()SqmPathSource<E>getElementPathSource()SimpleDomainType<E>getElementType()default SqmPathSource<?>getIndexPathSource()default SimpleDomainType<?>getKeyGraphType()SimpleDomainType<E>getValueGraphType()-
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.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
-
getDeclaringType
ManagedDomainType<D> getDeclaringType()
- Specified by:
getDeclaringTypein interfaceAttribute<D,C>- Specified by:
getDeclaringTypein interfacePersistentAttribute<D,C>
-
getCollectionClassification
CollectionClassification getCollectionClassification()
-
getElementPathSource
SqmPathSource<E> getElementPathSource()
-
getIndexPathSource
default SqmPathSource<?> getIndexPathSource()
-
getElementType
SimpleDomainType<E> getElementType()
- Specified by:
getElementTypein interfacePluralAttribute<D,C,E>
-
getValueGraphType
SimpleDomainType<E> getValueGraphType()
- Specified by:
getValueGraphTypein interfacePersistentAttribute<D,C>
-
getKeyGraphType
default SimpleDomainType<?> getKeyGraphType()
- Specified by:
getKeyGraphTypein interfacePersistentAttribute<D,C>
-
-