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 booleanSqmUtil.isHqlTuple(SqmSelection<?> selection) static booleanSqmUtil.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 TypeMethodDescriptionvoidSqmSelectClause.add(SqmSelection<?> aliasExpression) voidSqmSelectClause.addSelection(SqmSelection<?> selection) voidSqmSelectClause.setSelection(SqmSelection<?> sqmSelection)