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 SqmSetPersistentAttributeConstructors in org.hibernate.query.sqm.tree.domain with parameters of type SqmSetPersistentAttributeModifierConstructorDescriptionSqmSetJoin
(SqmFrom<?, O> lhs, SqmSetPersistentAttribute<? super O, E> pluralValuedNavigable, String alias, SqmJoinType sqmJoinType, boolean fetched, NodeBuilder nodeBuilder) protected
SqmSetJoin
(SqmFrom<?, O> lhs, NavigablePath navigablePath, SqmSetPersistentAttribute<O, E> pluralValuedNavigable, String alias, SqmJoinType joinType, boolean fetched, NodeBuilder nodeBuilder)