Uses of Class
org.hibernate.query.sqm.tree.from.SqmFromClause
Packages that use SqmFromClause
Package
Description
Implementation of the SPIs for HQL support.
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.
Nodes representing
select
statements in the SQM tree.-
Uses of SqmFromClause in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal that return SqmFromClauseModifier and TypeMethodDescriptionSemanticQueryBuilder.visitFromClause
(HqlParser.FromClauseContext parserFromClause) Methods in org.hibernate.query.hql.internal with parameters of type SqmFromClauseModifier and TypeMethodDescriptionprotected SqmSelectClause
SemanticQueryBuilder.buildInferredSelectClause
(SqmFromClause fromClause) -
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.internal
Methods in org.hibernate.query.sqm.internal 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