Uses of Class
org.hibernate.query.sqm.tree.select.SqmSelection
-
Packages that use SqmSelection 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.select Nodes representingselect
statements in the SQM tree. -
-
Uses of SqmSelection in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal that return SqmSelection Modifier and Type Method Description SqmSelection<?>
SemanticQueryBuilder. visitSelection(HqlParser.SelectionContext ctx)
-
Uses of SqmSelection in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm with parameters of type SqmSelection Modifier and Type Method Description T
SemanticQueryWalker. visitSelection(SqmSelection<?> selection)
-
Uses of SqmSelection in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal with parameters of type SqmSelection Modifier and Type Method Description Object
SqmTreePrinter. visitSelection(SqmSelection selection)
-
Uses of SqmSelection in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi with parameters of type SqmSelection Modifier and Type Method Description Object
BaseSemanticQueryWalker. visitSelection(SqmSelection<?> selection)
-
Uses of SqmSelection in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql with parameters of type SqmSelection Modifier and Type Method Description Void
BaseSqmToSqlAstConverter. visitSelection(int index, SqmSelection<?> sqmSelection)
Void
BaseSqmToSqlAstConverter. visitSelection(SqmSelection<?> sqmSelection)
-
Uses of SqmSelection in org.hibernate.query.sqm.tree.select
Methods in org.hibernate.query.sqm.tree.select that return SqmSelection Modifier and Type Method Description SqmSelection<?>
SqmSelectClause. add(SqmExpression<?> expression, String alias)
SqmSelection<T>
SqmSelection. copy(SqmCopyContext context)
Methods in org.hibernate.query.sqm.tree.select that return types with arguments of type SqmSelection Modifier and Type Method Description List<SqmSelection<?>>
SqmSelectClause. getSelections()
Methods in org.hibernate.query.sqm.tree.select with parameters of type SqmSelection Modifier and Type Method Description void
SqmSelectClause. add(SqmSelection<?> aliasExpression)
void
SqmSelectClause. addSelection(SqmSelection<?> selection)
void
SqmSelectClause. setSelection(SqmSelection<?> sqmSelection)
-