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 TypeInterfaceDescriptioninterfaceinterfaceinterfaceSqmMapPersistentAttribute<D,K, V> interfaceMethods in org.hibernate.query.sqm.tree.domain that return SqmPluralPersistentAttributeModifier and TypeMethodDescription@Nullable SqmPluralPersistentAttribute<J, ?, ?> SqmManagedDomainType.findDeclaredPluralAttribute(String name) @Nullable SqmPluralPersistentAttribute<T, ?, ?> SqmPolymorphicRootDescriptor.findDeclaredPluralAttribute(String name) @Nullable SqmPluralPersistentAttribute<? super J, ?, ?> SqmManagedDomainType.findPluralAttribute(String name) @Nullable 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, @Nullable String alias, SqmJoinType joinType, boolean fetched, NodeBuilder nodeBuilder) SqmPluralValuedSimplePath(NavigablePath navigablePath, SqmPluralPersistentAttribute<?, C, ?> referencedNavigable, SqmPath<?> lhs, @Nullable String explicitAlias, NodeBuilder nodeBuilder) SqmPluralValuedSimplePath(NavigablePath navigablePath, SqmPluralPersistentAttribute<?, C, ?> referencedNavigable, SqmPath<?> lhs, NodeBuilder nodeBuilder)