Uses of Class
org.hibernate.query.sqm.tree.domain.SqmCorrelatedCrossJoin
Packages that use SqmCorrelatedCrossJoin
Package
Description
This package defines a semantic model of HQL queries.
Nodes representing path expressions in the SQM tree.
Nodes representing root entities and joins in the SQM tree.
Nodes representing
select
statements in the SQM tree.-
Uses of SqmCorrelatedCrossJoin in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm with parameters of type SqmCorrelatedCrossJoinModifier and TypeMethodDescriptiondefault T
SemanticQueryWalker.visitCorrelatedCrossJoin
(SqmCorrelatedCrossJoin<?> join) -
Uses of SqmCorrelatedCrossJoin in org.hibernate.query.sqm.tree.domain
Methods in org.hibernate.query.sqm.tree.domain that return SqmCorrelatedCrossJoinModifier and TypeMethodDescriptionSqmCorrelatedCrossJoin.copy
(SqmCopyContext context) SqmCorrelatedCrossJoin.makeCopy
(SqmCreationProcessingState creationProcessingState) -
Uses of SqmCorrelatedCrossJoin in org.hibernate.query.sqm.tree.from
Methods in org.hibernate.query.sqm.tree.from that return SqmCorrelatedCrossJoin -
Uses of SqmCorrelatedCrossJoin in org.hibernate.query.sqm.tree.select
Methods in org.hibernate.query.sqm.tree.select that return SqmCorrelatedCrossJoinModifier and TypeMethodDescription<X> SqmCorrelatedCrossJoin<X>
SqmSubQuery.correlate
(JpaCrossJoin<X> parentCrossJoin)