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 representingselectstatements 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 TSemanticQueryWalker. 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 ObjectSqmTreePrinter. 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 ObjectBaseSemanticQueryWalker. 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 VoidBaseSqmToSqlAstConverter. visitSelection(int index, SqmSelection<?> sqmSelection)VoidBaseSqmToSqlAstConverter. 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 voidSqmSelectClause. add(SqmSelection<?> aliasExpression)voidSqmSelectClause. addSelection(SqmSelection<?> selection)voidSqmSelectClause. setSelection(SqmSelection<?> sqmSelection)
-