Uses of Interface
org.hibernate.query.sqm.tree.domain.SqmMapPersistentAttribute
Packages that use SqmMapPersistentAttribute
Package
Description
Nodes representing path expressions in the SQM tree.
-
Uses of SqmMapPersistentAttribute in org.hibernate.query.sqm.tree.domain
Methods in org.hibernate.query.sqm.tree.domain that return SqmMapPersistentAttributeModifier and TypeMethodDescription@NonNull SqmMapPersistentAttribute<L, K, V> SqmMapJoin.getAttribute()SqmMapJoin.getModel()Constructors in org.hibernate.query.sqm.tree.domain with parameters of type SqmMapPersistentAttributeModifierConstructorDescriptionSqmMapJoin(SqmFrom<?, L> lhs, SqmMapPersistentAttribute<? super L, K, V> pluralValuedNavigable, @Nullable String alias, SqmJoinType sqmJoinType, boolean fetched, NodeBuilder nodeBuilder) protectedSqmMapJoin(SqmFrom<?, L> lhs, NavigablePath navigablePath, SqmMapPersistentAttribute<L, K, V> pluralValuedNavigable, @Nullable String alias, SqmJoinType joinType, boolean fetched, NodeBuilder nodeBuilder)