Uses of Interface
org.hibernate.query.sqm.tree.domain.SqmPluralPersistentAttribute
Packages that use SqmPluralPersistentAttribute
Package
Description
Nodes representing path expressions in the SQM tree.
-
Uses of SqmPluralPersistentAttribute in org.hibernate.query.sqm.tree.domain
Subinterfaces of SqmPluralPersistentAttribute in org.hibernate.query.sqm.tree.domainModifier and TypeInterfaceDescriptioninterface
interface
interface
SqmMapPersistentAttribute<D,
K, V> interface
Methods in org.hibernate.query.sqm.tree.domain that return SqmPluralPersistentAttributeModifier and TypeMethodDescriptionSqmManagedDomainType.findDeclaredPluralAttribute
(String name) SqmPolymorphicRootDescriptor.findDeclaredPluralAttribute
(String name) SqmPluralPersistentAttribute
<? super J, ?, ?> SqmManagedDomainType.findPluralAttribute
(String name) SqmPluralPersistentAttribute
<? super T, ?, ?> SqmPolymorphicRootDescriptor.findPluralAttribute
(String name) AbstractSqmPluralJoin.getModel()
Constructors in org.hibernate.query.sqm.tree.domain with parameters of type SqmPluralPersistentAttributeModifierConstructorDescriptionAbstractSqmPluralJoin
(SqmFrom<?, L> lhs, SqmPluralPersistentAttribute<? super L, C, E> joinedNavigable, String alias, SqmJoinType joinType, boolean fetched, NodeBuilder nodeBuilder) SqmPluralValuedSimplePath
(NavigablePath navigablePath, SqmPluralPersistentAttribute<?, C, ?> referencedNavigable, SqmPath<?> lhs, String explicitAlias, NodeBuilder nodeBuilder) SqmPluralValuedSimplePath
(NavigablePath navigablePath, SqmPluralPersistentAttribute<?, C, ?> referencedNavigable, SqmPath<?> lhs, NodeBuilder nodeBuilder)