Uses of Class
org.hibernate.query.sqm.tree.domain.SqmCorrelatedSetJoin
Packages that use SqmCorrelatedSetJoin
Package
Description
This package defines a semantic model of HQL queries.
Nodes representing path expressions in the SQM tree.
Nodes representing
select
statements in the SQM tree.-
Uses of SqmCorrelatedSetJoin in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm with parameters of type SqmCorrelatedSetJoinModifier and TypeMethodDescriptiondefault T
SemanticQueryWalker.visitCorrelatedSetJoin
(SqmCorrelatedSetJoin<?, ?> join) -
Uses of SqmCorrelatedSetJoin in org.hibernate.query.sqm.tree.domain
Methods in org.hibernate.query.sqm.tree.domain that return SqmCorrelatedSetJoinModifier and TypeMethodDescriptionSqmCorrelatedSetJoin.copy
(SqmCopyContext context) SqmSetJoin.createCorrelation()
-
Uses of SqmCorrelatedSetJoin in org.hibernate.query.sqm.tree.select
Methods in org.hibernate.query.sqm.tree.select that return SqmCorrelatedSetJoin