Uses of Class
org.hibernate.query.sqm.tree.select.SqmSelection
Packages that use SqmSelection
Package
Description
This package defines a semantic model of HQL queries.
SPI-level SQM contracts
Package for the translation of SQM into SQL AST
Nodes representing
select statements in the SQM tree.-
Uses of SqmSelection in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm with parameters of type SqmSelection -
Uses of SqmSelection in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi with parameters of type SqmSelectionModifier and TypeMethodDescriptionBaseSemanticQueryWalker.visitSelection(SqmSelection<?> selection) -
Uses of SqmSelection in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql with parameters of type SqmSelectionModifier and TypeMethodDescriptionBaseSqmToSqlAstConverter.visitSelection(SqmSelection<?> sqmSelection) -
Uses of SqmSelection in org.hibernate.query.sqm.tree.select
Classes in org.hibernate.query.sqm.tree.select that implement interfaces with type arguments of type SqmSelectionMethods in org.hibernate.query.sqm.tree.select that return SqmSelectionModifier and TypeMethodDescriptionSqmSelection<?> SqmSelectClause.add(SqmExpression<?> expression, String alias) SqmSelection.copy(SqmCopyContext context) Methods in org.hibernate.query.sqm.tree.select that return types with arguments of type SqmSelectionMethods in org.hibernate.query.sqm.tree.select with parameters of type SqmSelectionModifier and TypeMethodDescriptionvoidSqmSelectClause.add(SqmSelection<?> aliasExpression) voidSqmSelectClause.addSelection(SqmSelection<?> selection) voidSqmSelectClause.setSelection(SqmSelection<?> sqmSelection)