Uses of Class
org.hibernate.query.sqm.tree.domain.SqmCorrelatedEntityJoin
Packages that use SqmCorrelatedEntityJoin
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.
-
Uses of SqmCorrelatedEntityJoin in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm with parameters of type SqmCorrelatedEntityJoinModifier and TypeMethodDescriptiondefault T
SemanticQueryWalker.visitCorrelatedEntityJoin
(SqmCorrelatedEntityJoin<?, ?> join) -
Uses of SqmCorrelatedEntityJoin in org.hibernate.query.sqm.tree.domain
Methods in org.hibernate.query.sqm.tree.domain that return SqmCorrelatedEntityJoinModifier and TypeMethodDescriptionSqmCorrelatedEntityJoin.copy
(SqmCopyContext context) SqmCorrelatedEntityJoin.createCorrelation()
SqmCorrelatedEntityJoin.makeCopy
(SqmCreationProcessingState creationProcessingState) -
Uses of SqmCorrelatedEntityJoin in org.hibernate.query.sqm.tree.from
Methods in org.hibernate.query.sqm.tree.from that return SqmCorrelatedEntityJoinModifier and TypeMethodDescriptionSqmCteJoin.createCorrelation()
SqmDerivedJoin.createCorrelation()
SqmEntityJoin.createCorrelation()