Uses of Class
org.hibernate.query.sqm.tree.select.SqmQuerySpec
Packages that use SqmQuerySpec
Package
Description
Internal package containing dialect-specific extensions of
AbstractSqlAstTranslator.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 SqmQuerySpec in org.hibernate.dialect.sql.ast
Methods in org.hibernate.dialect.sql.ast with parameters of type SqmQuerySpecModifier and TypeMethodDescriptionSybaseSqmToSqlAstConverter.visitQuerySpec(SqmQuerySpec<?> sqmQuerySpec) -
Uses of SqmQuerySpec in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm with parameters of type SqmQuerySpec -
Uses of SqmQuerySpec in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi with parameters of type SqmQuerySpecModifier and TypeMethodDescriptionBaseSemanticQueryWalker.visitQuerySpec(SqmQuerySpec<?> querySpec) -
Uses of SqmQuerySpec in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql with parameters of type SqmQuerySpecModifier and TypeMethodDescriptionprotected SqmFrom<?, ?> BaseSqmToSqlAstConverter.determineImplicitSelection(SqmQuerySpec<?> querySpec) BaseSqmToSqlAstConverter.visitQuerySpec(SqmQuerySpec<?> sqmQuerySpec) -
Uses of SqmQuerySpec in org.hibernate.query.sqm.tree.select
Methods in org.hibernate.query.sqm.tree.select that return SqmQuerySpecModifier and TypeMethodDescriptionSqmQuerySpec.copy(SqmCopyContext context) SqmQueryGroup.getFirstQuerySpec()abstract SqmQuerySpec<T> SqmQueryPart.getFirstQuerySpec()SqmQuerySpec.getFirstQuerySpec()SqmQueryGroup.getLastQuerySpec()abstract SqmQuerySpec<T> SqmQueryPart.getLastQuerySpec()SqmQuerySpec.getLastQuerySpec()AbstractSqmSelectQuery.getQuerySpec()SqmSelectQuery.getQuerySpec()SqmSelectStatement.getQuerySpec()SqmQuerySpec.setDistinct(boolean distinct) SqmQuerySpec.setFetch(@Nullable JpaExpression<? extends Number> fetch) SqmQuerySpec.setFetch(JpaExpression<? extends Number> fetch, FetchClauseType fetchClauseType) SqmQuerySpec.setGroupingExpressions(Expression<?>... groupExpressions) SqmQuerySpec.setGroupingExpressions(List<? extends Expression<?>> groupExpressions) SqmQuerySpec.setGroupRestriction(@Nullable Expression<Boolean> restriction) SqmQuerySpec.setGroupRestriction(Predicate @Nullable ... restrictions) SqmQuerySpec.setGroupRestriction(List<Predicate> restrictions) SqmQuerySpec.setGroupRestriction(@Nullable JpaPredicate restriction) SqmQuerySpec.setOffset(@Nullable JpaExpression<? extends Number> offset) SqmQuerySpec.setRestriction(@Nullable Expression<Boolean> restriction) SqmQuerySpec.setRestriction(Predicate @Nullable ... restrictions) SqmQuerySpec.setRestriction(List<Predicate> restrictions) SqmQuerySpec.setRestriction(@Nullable JpaPredicate restriction) SqmQuerySpec.setSelection(JpaSelection<T> selection) SqmQuerySpec.setSortSpecifications(List<? extends JpaOrder> sortSpecifications) Constructors in org.hibernate.query.sqm.tree.select with parameters of type SqmQuerySpec