Uses of Class
org.hibernate.query.sqm.tree.from.SqmFromClause
-
Packages that use SqmFromClause 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.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 SqmFromClause in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal that return SqmFromClause Modifier and Type Method Description SqmFromClause
SemanticQueryBuilder. visitFromClause(HqlParser.FromClauseContext parserFromClause)
Methods in org.hibernate.query.hql.internal with parameters of type SqmFromClause Modifier and Type Method Description protected SqmSelectClause
SemanticQueryBuilder. buildInferredSelectClause(SqmFromClause fromClause)
-
Uses of SqmFromClause in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm with parameters of type SqmFromClause Modifier and Type Method Description T
SemanticQueryWalker. visitFromClause(SqmFromClause fromClause)
-
Uses of SqmFromClause in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal with parameters of type SqmFromClause Modifier and Type Method Description Object
SqmTreePrinter. visitFromClause(SqmFromClause fromClause)
-
Uses of SqmFromClause in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi with parameters of type SqmFromClause Modifier and Type Method Description Object
BaseSemanticQueryWalker. visitFromClause(SqmFromClause fromClause)
-
Uses of SqmFromClause in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql with parameters of type SqmFromClause Modifier and Type Method Description Void
BaseSqmToSqlAstConverter. visitFromClause(SqmFromClause sqmFromClause)
-
Uses of SqmFromClause in org.hibernate.query.sqm.tree.from
Methods in org.hibernate.query.sqm.tree.from that return SqmFromClause Modifier and Type Method Description SqmFromClause
SqmFromClause. copy(SqmCopyContext context)
SqmFromClause
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 SqmFromClause Modifier and Type Method Description SqmFromClause
SqmQuerySpec. getFromClause()
Methods in org.hibernate.query.sqm.tree.select with parameters of type SqmFromClause Modifier and Type Method Description void
SqmQuerySpec. setFromClause(SqmFromClause fromClause)
-