Uses of Interface
org.hibernate.query.sqm.tree.domain.SqmSetPersistentAttribute
Packages that use SqmSetPersistentAttribute
Package
Description
Nodes representing path expressions in the SQM tree.
-
Uses of SqmSetPersistentAttribute in org.hibernate.query.sqm.tree.domain
Methods in org.hibernate.query.sqm.tree.domain that return SqmSetPersistentAttributeModifier and TypeMethodDescription@NonNull SqmSetPersistentAttribute<O, E> SqmSetJoin.getAttribute()SqmSetJoin.getModel()Constructors in org.hibernate.query.sqm.tree.domain with parameters of type SqmSetPersistentAttributeModifierConstructorDescriptionSqmSetJoin(SqmFrom<?, O> lhs, SqmSetPersistentAttribute<? super O, E> pluralValuedNavigable, @Nullable String alias, SqmJoinType sqmJoinType, boolean fetched, NodeBuilder nodeBuilder) protectedSqmSetJoin(SqmFrom<?, O> lhs, NavigablePath navigablePath, SqmSetPersistentAttribute<O, E> pluralValuedNavigable, @Nullable String alias, SqmJoinType joinType, boolean fetched, NodeBuilder nodeBuilder)