Uses of Class
org.hibernate.query.sqm.tree.select.SqmSortSpecification
Packages that use SqmSortSpecification
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 expressions in the SQM tree.
Nodes representing
select
statements in the SQM tree.-
Uses of SqmSortSpecification in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal that return SqmSortSpecificationModifier and TypeMethodDescriptionSemanticQueryBuilder.visitSortSpecification
(HqlParser.SortSpecificationContext ctx) -
Uses of SqmSortSpecification in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm that return SqmSortSpecificationModifier and TypeMethodDescriptionNodeBuilder.asc
(Expression<?> x) NodeBuilder.desc
(Expression<?> x) NodeBuilder.sort
(JpaExpression<?> sortExpression) NodeBuilder.sort
(JpaExpression<?> sortExpression, SortDirection sortOrder) NodeBuilder.sort
(JpaExpression<?> sortExpression, SortDirection sortOrder, Nulls nullPrecedence) NodeBuilder.sort
(JpaExpression<?> sortExpression, SortDirection sortOrder, Nulls nullPrecedence, boolean ignoreCase) default SqmSortSpecification
NodeBuilder.sort
(JpaExpression<?> sortExpression, SortDirection sortOrder, NullPrecedence nullPrecedence) default SqmSortSpecification
NodeBuilder.sort
(JpaExpression<?> sortExpression, SortDirection sortOrder, NullPrecedence nullPrecedence, boolean ignoreCase) Methods in org.hibernate.query.sqm with parameters of type SqmSortSpecificationModifier and TypeMethodDescriptionSemanticQueryWalker.visitSortSpecification
(SqmSortSpecification sortSpecification) -
Uses of SqmSortSpecification in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal that return SqmSortSpecificationModifier and TypeMethodDescriptionSqmCriteriaNodeBuilder.asc
(Expression<?> x) SqmCriteriaNodeBuilder.desc
(Expression<?> x) SqmCriteriaNodeBuilder.sort
(JpaExpression<?> sortExpression) SqmCriteriaNodeBuilder.sort
(JpaExpression<?> sortExpression, SortDirection sortOrder) SqmCriteriaNodeBuilder.sort
(JpaExpression<?> sortExpression, SortDirection sortOrder, Nulls nullPrecedence) SqmCriteriaNodeBuilder.sort
(JpaExpression<?> sortExpression, SortDirection sortOrder, Nulls nullPrecedence, boolean ignoreCase) Methods in org.hibernate.query.sqm.internal with parameters of type SqmSortSpecificationModifier and TypeMethodDescriptionSqmTreePrinter.visitSortSpecification
(SqmSortSpecification sortSpecification) -
Uses of SqmSortSpecification in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi with parameters of type SqmSortSpecificationModifier and TypeMethodDescriptionBaseSemanticQueryWalker.visitSortSpecification
(SqmSortSpecification sortSpecification) -
Uses of SqmSortSpecification in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql with parameters of type SqmSortSpecificationModifier and TypeMethodDescriptionBaseSqmToSqlAstConverter.visitSortSpecification
(SqmSortSpecification sortSpecification) -
Uses of SqmSortSpecification in org.hibernate.query.sqm.tree.expression
Methods in org.hibernate.query.sqm.tree.expression that return types with arguments of type SqmSortSpecification -
Uses of SqmSortSpecification in org.hibernate.query.sqm.tree.select
Methods in org.hibernate.query.sqm.tree.select that return SqmSortSpecificationMethods in org.hibernate.query.sqm.tree.select that return types with arguments of type SqmSortSpecificationModifier and TypeMethodDescriptionSqmOrderByClause.getSortSpecifications()
SqmQueryPart.getSortSpecifications()
Methods in org.hibernate.query.sqm.tree.select with parameters of type SqmSortSpecificationModifier and TypeMethodDescriptionSqmOrderByClause.addSortSpecification
(SqmSortSpecification sortSpecification) Method parameters in org.hibernate.query.sqm.tree.select with type arguments of type SqmSortSpecificationModifier and TypeMethodDescriptionvoid
SqmOrderByClause.setSortSpecifications
(List<SqmSortSpecification> sortSpecifications)