Uses of Class
org.hibernate.query.sqm.tree.from.SqmCrossJoin
-
Packages that use SqmCrossJoin Package Description org.hibernate.query.hql.internal Implementation of the SPIs for HQL support.org.hibernate.query.sqm This package defines a semantic model of HQL queries.org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation detailsorg.hibernate.query.sqm.spi SPI-level SQM contractsorg.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.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.org.hibernate.query.sqm.tree.select Nodes representingselect
statements in the SQM tree. -
-
Uses of SqmCrossJoin in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal that return SqmCrossJoin Modifier and Type Method Description SqmCrossJoin<?>
SemanticQueryBuilder. visitCrossJoin(HqlParser.CrossJoinContext ctx)
-
Uses of SqmCrossJoin in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm with parameters of type SqmCrossJoin Modifier and Type Method Description T
SemanticQueryWalker. visitCrossJoin(SqmCrossJoin<?> joinedFromElement)
-
Uses of SqmCrossJoin in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal with parameters of type SqmCrossJoin Modifier and Type Method Description Object
SqmTreePrinter. visitCrossJoin(SqmCrossJoin joinedFromElement)
-
Uses of SqmCrossJoin in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi with parameters of type SqmCrossJoin Modifier and Type Method Description protected void
BaseSemanticQueryWalker. consumeCrossJoin(SqmCrossJoin<?> sqmJoin, boolean transitive)
Object
BaseSemanticQueryWalker. visitCrossJoin(SqmCrossJoin<?> joinedFromElement)
-
Uses of SqmCrossJoin in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql with parameters of type SqmCrossJoin Modifier and Type Method Description Expression
BaseSqmToSqlAstConverter. visitCrossJoin(SqmCrossJoin<?> sqmJoin)
-
Uses of SqmCrossJoin in org.hibernate.query.sqm.tree.domain
Subclasses of SqmCrossJoin in org.hibernate.query.sqm.tree.domain Modifier and Type Class Description class
SqmCorrelatedCrossJoin<T>
class
SqmTreatedCrossJoin<T,S extends T>
Methods in org.hibernate.query.sqm.tree.domain that return SqmCrossJoin Modifier and Type Method Description SqmCrossJoin<T>
SqmCorrelatedCrossJoin. getCorrelationParent()
Constructors in org.hibernate.query.sqm.tree.domain with parameters of type SqmCrossJoin Constructor Description SqmCorrelatedCrossJoin(SqmCrossJoin<T> correlationParent)
SqmTreatedCrossJoin(SqmCrossJoin<T> wrappedPath, EntityDomainType<S> treatTarget, String alias)
-
Uses of SqmCrossJoin in org.hibernate.query.sqm.tree.from
Methods in org.hibernate.query.sqm.tree.from that return SqmCrossJoin Modifier and Type Method Description SqmCrossJoin<T>
SqmCrossJoin. copy(SqmCopyContext context)
SqmCrossJoin<T>
SqmCrossJoin. makeCopy(SqmCreationProcessingState creationProcessingState)
-
Uses of SqmCrossJoin in org.hibernate.query.sqm.tree.select
Methods in org.hibernate.query.sqm.tree.select that return SqmCrossJoin Modifier and Type Method Description <X> SqmCrossJoin<X>
SqmSubQuery. correlate(JpaCrossJoin<X> parentCrossJoin)
-