Uses of Interface
org.hibernate.query.sqm.tree.domain.SqmPluralPersistentAttribute
Packages that use SqmPluralPersistentAttribute
Package
Description
Implementation of the SPI for the runtime domain metamodel.
Nodes representing path expressions in the SQM tree.
-
Uses of SqmPluralPersistentAttribute in org.hibernate.metamodel.model.domain.internal
Classes in org.hibernate.metamodel.model.domain.internal that implement SqmPluralPersistentAttributeModifier and TypeClassDescriptionclass
AbstractPluralAttribute<D,
C, E> class
BagAttributeImpl<X,
E> class
ListAttributeImpl<X,
E> class
MapAttributeImpl<X,
K, V> class
SetAttributeImpl<X,
E> Methods in org.hibernate.metamodel.model.domain.internal that return SqmPluralPersistentAttributeModifier and TypeMethodDescriptionAbstractManagedType.findDeclaredPluralAttribute
(String name) SqmPluralPersistentAttribute<? super J,
?, ?> AbstractManagedType.findPluralAttribute
(String name) -
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)