Uses of Interface
org.hibernate.metamodel.model.domain.PluralPersistentAttribute
Packages that use PluralPersistentAttribute
Package
Description
Defines the runtime domain metamodel, which describes the Java aspect of
the application's domain model parts (entities, attributes).
The JPA-standard criteria query API defines all the operations needed express
any query written in standard JPQL.
Nodes representing path expressions in the SQM tree.
-
Uses of PluralPersistentAttribute in org.hibernate.metamodel.model.domain
Subinterfaces of PluralPersistentAttribute in org.hibernate.metamodel.model.domainModifier and TypeInterfaceDescriptioninterface
Hibernate extension to the JPACollectionAttribute
descriptorinterface
Hibernate extension to the JPAListAttribute
descriptorinterface
MapPersistentAttribute<D,
K, V> Hibernate extension to the JPAMapAttribute
descriptorinterface
Hibernate extension to the JPASetAttribute
descriptorMethods in org.hibernate.metamodel.model.domain that return PluralPersistentAttributeModifier and TypeMethodDescriptionManagedDomainType.findDeclaredPluralAttribute
(String name) PluralPersistentAttribute
<? super J, ?, ?> ManagedDomainType.findPluralAttribute
(String name) -
Uses of PluralPersistentAttribute in org.hibernate.query.criteria
Methods in org.hibernate.query.criteria that return PluralPersistentAttributeModifier and TypeMethodDescriptionPluralPersistentAttribute
<? super O, C, E> JpaPluralJoin.getAttribute()
-
Uses of PluralPersistentAttribute in org.hibernate.query.sqm.tree.domain
Subinterfaces of PluralPersistentAttribute in org.hibernate.query.sqm.tree.domainModifier and TypeInterfaceDescriptioninterface
interface
interface
SqmMapPersistentAttribute<D,
K, V> interface
SqmPluralPersistentAttribute<D,
C, E> interface
Methods in org.hibernate.query.sqm.tree.domain that return PluralPersistentAttributeModifier and TypeMethodDescriptionPluralPersistentAttribute
<?, ?, ?> AbstractSqmSpecificPluralPartPath.getPluralAttribute()
SqmIndexedCollectionAccessPath.getPluralAttribute()
SqmPluralValuedSimplePath.getPluralAttribute()
Constructors in org.hibernate.query.sqm.tree.domain with parameters of type PluralPersistentAttributeModifierConstructorDescriptionprotected
AbstractSqmPluralJoin
(SqmFrom<?, L> lhs, NavigablePath navigablePath, PluralPersistentAttribute<L, C, E> joinedNavigable, String alias, SqmJoinType joinType, boolean fetched, NodeBuilder nodeBuilder) AbstractSqmSpecificPluralPartPath
(NavigablePath navigablePath, SqmPath<?> pluralDomainPath, PluralPersistentAttribute<?, ?, ?> referencedAttribute, SqmPathSource<T> pathSource)