Uses of Class
org.hibernate.query.sqm.tree.from.SqmFromClause
Packages that use SqmFromClause
Package
Description
This package defines a semantic model of HQL queries.
SPI-level SQM contracts
Package for the translation of SQM into SQL AST
Nodes representing root entities and joins in the SQM tree.
Nodes representing
select
statements in the SQM tree.-
Uses of SqmFromClause in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm with parameters of type SqmFromClause -
Uses of SqmFromClause in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi with parameters of type SqmFromClauseModifier and TypeMethodDescriptionBaseSemanticQueryWalker.visitFromClause
(SqmFromClause fromClause) -
Uses of SqmFromClause in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql with parameters of type SqmFromClauseModifier and TypeMethodDescriptionBaseSqmToSqlAstConverter.visitFromClause
(SqmFromClause sqmFromClause) -
Uses of SqmFromClause in org.hibernate.query.sqm.tree.from
Methods in org.hibernate.query.sqm.tree.from that return SqmFromClauseModifier and TypeMethodDescriptionSqmFromClause.copy
(SqmCopyContext context) SqmFromClauseContainer.getFromClause()
Obtains this container's SqmFromClause. -
Uses of SqmFromClause in org.hibernate.query.sqm.tree.select
Methods in org.hibernate.query.sqm.tree.select that return SqmFromClauseMethods in org.hibernate.query.sqm.tree.select with parameters of type SqmFromClause