Uses of Class
org.hibernate.query.sqm.tree.domain.SqmCorrelatedBagJoin
Packages that use SqmCorrelatedBagJoin
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 SqmCorrelatedBagJoin in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm with parameters of type SqmCorrelatedBagJoinModifier and TypeMethodDescriptiondefault T
SemanticQueryWalker.visitCorrelatedBagJoin
(SqmCorrelatedBagJoin<?, ?> join) -
Uses of SqmCorrelatedBagJoin in org.hibernate.query.sqm.tree.domain
Methods in org.hibernate.query.sqm.tree.domain that return SqmCorrelatedBagJoinModifier and TypeMethodDescriptionSqmCorrelatedBagJoin.copy
(SqmCopyContext context) SqmBagJoin.createCorrelation()
-
Uses of SqmCorrelatedBagJoin in org.hibernate.query.sqm.tree.select
Methods in org.hibernate.query.sqm.tree.select that return SqmCorrelatedBagJoinModifier and TypeMethodDescription<X,
Y> SqmCorrelatedBagJoin<X, Y> SqmSubQuery.correlate
(CollectionJoin<X, Y> parentCollection)