Uses of Class
org.hibernate.query.sqm.tree.domain.SqmCorrelatedEntityJoin
-
Packages that use SqmCorrelatedEntityJoin Package Description org.hibernate.query.sqm This package defines a semantic model of HQL queries.org.hibernate.query.sqm.tree.domain Nodes representing path expressions in the SQM tree.org.hibernate.query.sqm.tree.from 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 SqmCorrelatedEntityJoin Modifier and Type Method Description default 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 SqmCorrelatedEntityJoin Modifier and Type Method Description SqmCorrelatedEntityJoin<T>
SqmCorrelatedEntityJoin. copy(SqmCopyContext context)
SqmCorrelatedEntityJoin<T>
SqmCorrelatedEntityJoin. makeCopy(SqmCreationProcessingState creationProcessingState)
-
Uses of SqmCorrelatedEntityJoin in org.hibernate.query.sqm.tree.from
Methods in org.hibernate.query.sqm.tree.from that return SqmCorrelatedEntityJoin Modifier and Type Method Description SqmCorrelatedEntityJoin<T>
SqmCteJoin. createCorrelation()
SqmCorrelatedEntityJoin<T>
SqmDerivedJoin. createCorrelation()
SqmCorrelatedEntityJoin<T>
SqmEntityJoin. createCorrelation()
-