Uses of Class
org.hibernate.query.sqm.tree.domain.SqmCorrelatedCrossJoin
-
Packages that use SqmCorrelatedCrossJoin 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 SqmCorrelatedCrossJoin in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm with parameters of type SqmCorrelatedCrossJoin Modifier and Type Method Description default TSemanticQueryWalker. visitCorrelatedCrossJoin(SqmCorrelatedCrossJoin<?> join) -
Uses of SqmCorrelatedCrossJoin in org.hibernate.query.sqm.tree.domain
Methods in org.hibernate.query.sqm.tree.domain that return SqmCorrelatedCrossJoin Modifier and Type Method Description SqmCorrelatedCrossJoin<T>SqmCorrelatedCrossJoin. copy(SqmCopyContext context)SqmCorrelatedCrossJoin<T>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 Modifier and Type Method Description SqmCorrelatedCrossJoin<T>SqmCrossJoin. createCorrelation()
-