Uses of Class
org.hibernate.query.sqm.tree.select.SqmSelection
Packages that use SqmSelection
Package
Description
Implementation of the SPIs for HQL support.
This package defines a semantic model of HQL queries.
Package for the SQM-backed Query implementation details
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.hql.internal
Methods in org.hibernate.query.hql.internal that return SqmSelectionModifier and TypeMethodDescriptionSqmSelection<?>
SemanticQueryBuilder.visitSelection
(HqlParser.SelectionContext ctx) -
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.internal
Methods in org.hibernate.query.sqm.internal with parameters of type SqmSelectionModifier and TypeMethodDescriptionstatic boolean
SqmUtil.isHqlTuple
(SqmSelection<?> selection) static boolean
SqmUtil.isSelectionAssignableToResultType
(SqmSelection<?> selection, Class<?> expectedResultType) SqmTreePrinter.visitSelection
(SqmSelection<?> selection) -
Uses of SqmSelection in org.hibernate.query.sqm.mutation.internal
Methods in org.hibernate.query.sqm.mutation.internal that return SqmSelectionModifier and TypeMethodDescriptionstatic SqmSelection<Object>
SelectableMappingExpressionConverter.forSelectableMapping
(SqmFrom<?, ?> from, SelectableMapping selectableMapping) -
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
Methods 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 TypeMethodDescriptionvoid
SqmSelectClause.add
(SqmSelection<?> aliasExpression) void
SqmSelectClause.addSelection
(SqmSelection<?> selection) void
SqmSelectClause.setSelection
(SqmSelection<?> sqmSelection)