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 representingselectstatements 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 SqmFromClauseSemanticQueryBuilder. visitFromClause(HqlParser.FromClauseContext parserFromClause)Methods in org.hibernate.query.hql.internal with parameters of type SqmFromClause Modifier and Type Method Description protected SqmSelectClauseSemanticQueryBuilder. 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 TSemanticQueryWalker. 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 ObjectSqmTreePrinter. 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 ObjectBaseSemanticQueryWalker. 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 VoidBaseSqmToSqlAstConverter. 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 SqmFromClauseSqmFromClause. copy(SqmCopyContext context)SqmFromClauseSqmFromClauseContainer. 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 SqmFromClauseSqmQuerySpec. getFromClause()Methods in org.hibernate.query.sqm.tree.select with parameters of type SqmFromClause Modifier and Type Method Description voidSqmQuerySpec. setFromClause(SqmFromClause fromClause)
-