Uses of Class
org.hibernate.query.sqm.tree.domain.SqmCorrelatedRootJoin
Packages that use SqmCorrelatedRootJoin
Package
Description
This package defines a semantic model of HQL queries.
Nodes representing path expressions in the SQM tree.
-
Uses of SqmCorrelatedRootJoin in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm with parameters of type SqmCorrelatedRootJoinModifier and TypeMethodDescriptiondefault TSemanticQueryWalker.visitCorrelatedRootJoin(SqmCorrelatedRootJoin<?> correlatedRootJoin) -
Uses of SqmCorrelatedRootJoin in org.hibernate.query.sqm.tree.domain
Methods in org.hibernate.query.sqm.tree.domain that return SqmCorrelatedRootJoinModifier and TypeMethodDescriptionSqmCorrelatedRootJoin.copy(SqmCopyContext context) static <X,J extends SqmJoin<X, ?>>
SqmCorrelatedRootJoin<X>SqmCorrelatedRootJoin.create(J correlationParent, J correlatedJoin) Constructors in org.hibernate.query.sqm.tree.domain with parameters of type SqmCorrelatedRootJoinModifierConstructorDescriptionSqmCorrelatedEntityJoin(EntityDomainType<T> joinedEntityDescriptor, String alias, SqmJoinType joinType, SqmRoot<?> sqmRoot, SqmCorrelatedRootJoin<T> correlatedRootJoin, SqmEntityJoin<T> correlationParent)