Uses of Class
org.hibernate.query.sqm.tree.domain.SqmCorrelatedMapJoin
Packages that use SqmCorrelatedMapJoin
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 SqmCorrelatedMapJoin in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm with parameters of type SqmCorrelatedMapJoinModifier and TypeMethodDescriptiondefault T
SemanticQueryWalker.visitCorrelatedMapJoin
(SqmCorrelatedMapJoin<?, ?, ?> join) -
Uses of SqmCorrelatedMapJoin in org.hibernate.query.sqm.tree.domain
Methods in org.hibernate.query.sqm.tree.domain that return SqmCorrelatedMapJoinModifier and TypeMethodDescriptionSqmCorrelatedMapJoin.copy
(SqmCopyContext context) SqmMapJoin.createCorrelation()
-
Uses of SqmCorrelatedMapJoin in org.hibernate.query.sqm.tree.select
Methods in org.hibernate.query.sqm.tree.select that return SqmCorrelatedMapJoin