Uses of Class
org.hibernate.query.sqm.tree.from.SqmDerivedJoin
Packages that use SqmDerivedJoin
Package
Description
This package defines a semantic model of HQL queries.
Package for the SQM-backed Query implementation details
SPI-level SQM contracts
Package for the translation of SQM into SQL AST
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 SqmDerivedJoinModifier and TypeMethodDescriptionSemanticQueryWalker.visitQualifiedDerivedJoin
(SqmDerivedJoin<?> joinedFromElement) -
Uses of SqmDerivedJoin in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal with parameters of type SqmDerivedJoinModifier and TypeMethodDescriptionSqmTreePrinter.visitQualifiedDerivedJoin
(SqmDerivedJoin<?> joinedFromElement) -
Uses of SqmDerivedJoin in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi with parameters of type SqmDerivedJoinModifier and TypeMethodDescriptionprotected void
BaseSemanticQueryWalker.consumeDerivedJoin
(SqmDerivedJoin<?> sqmJoin, boolean transitive) BaseSemanticQueryWalker.visitQualifiedDerivedJoin
(SqmDerivedJoin<?> joinedFromElement) -
Uses of SqmDerivedJoin in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql with parameters of type SqmDerivedJoinModifier and TypeMethodDescriptionBaseSqmToSqlAstConverter.visitQualifiedDerivedJoin
(SqmDerivedJoin<?> sqmJoin) -
Uses of SqmDerivedJoin in org.hibernate.query.sqm.tree.from
Methods in org.hibernate.query.sqm.tree.from that return SqmDerivedJoinModifier and TypeMethodDescriptionSqmDerivedJoin.copy
(SqmCopyContext context) SqmDerivedJoin.on
(Expression<Boolean> restriction) SqmDerivedJoin.on
(JpaExpression<Boolean> restriction) SqmDerivedJoin.on
(JpaPredicate... restrictions)