Uses of Class
org.hibernate.query.sqm.tree.from.SqmDerivedJoin
-
Packages that use SqmDerivedJoin Package Description 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. -
-
Uses of SqmDerivedJoin in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm with parameters of type SqmDerivedJoin Modifier and Type Method Description TSemanticQueryWalker. visitQualifiedDerivedJoin(SqmDerivedJoin<?> joinedFromElement) -
Uses of SqmDerivedJoin in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal with parameters of type SqmDerivedJoin Modifier and Type Method Description ObjectSqmTreePrinter. visitQualifiedDerivedJoin(SqmDerivedJoin<?> joinedFromElement) -
Uses of SqmDerivedJoin in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi with parameters of type SqmDerivedJoin Modifier and Type Method Description protected voidBaseSemanticQueryWalker. consumeDerivedJoin(SqmDerivedJoin<?> sqmJoin, boolean transitive)ObjectBaseSemanticQueryWalker. visitQualifiedDerivedJoin(SqmDerivedJoin<?> joinedFromElement) -
Uses of SqmDerivedJoin in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql with parameters of type SqmDerivedJoin Modifier and Type Method Description ExpressionBaseSqmToSqlAstConverter. visitQualifiedDerivedJoin(SqmDerivedJoin<?> sqmJoin) -
Uses of SqmDerivedJoin in org.hibernate.query.sqm.tree.domain
Subclasses of SqmDerivedJoin in org.hibernate.query.sqm.tree.domain Modifier and Type Class Description classSqmCorrelatedDerivedJoin<T>Methods in org.hibernate.query.sqm.tree.domain that return SqmDerivedJoin Modifier and Type Method Description SqmDerivedJoin<T>SqmCorrelatedDerivedJoin. getCorrelationParent()Constructors in org.hibernate.query.sqm.tree.domain with parameters of type SqmDerivedJoin Constructor Description SqmCorrelatedDerivedJoin(SqmDerivedJoin<T> correlationParent) -
Uses of SqmDerivedJoin in org.hibernate.query.sqm.tree.from
Methods in org.hibernate.query.sqm.tree.from that return SqmDerivedJoin Modifier and Type Method Description SqmDerivedJoin<T>SqmDerivedJoin. copy(SqmCopyContext context)SqmDerivedJoin<T>SqmDerivedJoin. on(Expression<Boolean> restriction)SqmDerivedJoin<T>SqmDerivedJoin. on(Predicate... restrictions)SqmDerivedJoin<T>SqmDerivedJoin. on(JpaExpression<Boolean> restriction)SqmDerivedJoin<T>SqmDerivedJoin. on(JpaPredicate... restrictions)
-