Uses of Class
org.hibernate.sql.ast.tree.select.SortSpecification
Packages that use SortSpecification
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
Contains implementations of
SqmFunctionDescriptor
describing a range of relatively-sophisticated SQL functions available in various dialects.An SPI for defining, registering, and rendering functions in HQL.
Package for the translation of SQM into SQL AST
Package defining a SQL AST for use in generation of SQL.
Package defining support for creating and consuming a SQL AST.
AST nodes representing expressions in a SQL tree.
AST nodes representing
select
statements in a SQL tree.-
Uses of SortSpecification in org.hibernate.dialect
Method parameters in org.hibernate.dialect with type arguments of type SortSpecificationModifier and TypeMethodDescriptionprotected void
SQLServerSqlAstTranslator.renderOrderBy
(boolean addWhitespace, List<SortSpecification> sortSpecifications) -
Uses of SortSpecification in org.hibernate.dialect.function
Constructor parameters in org.hibernate.dialect.function with type arguments of type SortSpecificationModifierConstructorDescriptionAggregateWindowEmulationQueryTransformer
(Over<Object> windowFunction, List<SortSpecification> withinGroup, List<SqlAstNode> arguments) -
Uses of SortSpecification in org.hibernate.query.sqm.function
Methods in org.hibernate.query.sqm.function that return types with arguments of type SortSpecificationModifier and TypeMethodDescriptionSelfRenderingOrderedSetAggregateFunctionSqlAstExpression.getWithinGroup()
-
Uses of SortSpecification in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql that return SortSpecificationModifier and TypeMethodDescriptionBaseSqmToSqlAstConverter.visitSortSpecification
(SqmSortSpecification sortSpecification) -
Uses of SortSpecification in org.hibernate.sql.ast
Methods in org.hibernate.sql.ast with parameters of type SortSpecificationModifier and TypeMethodDescriptionvoid
SqlAstWalker.visitSortSpecification
(SortSpecification sortSpecification) -
Uses of SortSpecification in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi that return types with arguments of type SortSpecificationModifier and TypeMethodDescriptionprotected List<SortSpecification>
AbstractSqlAstTranslator.getSortSpecificationsRowNumbering
(SelectClause selectClause, QueryPart queryPart) Methods in org.hibernate.sql.ast.spi with parameters of type SortSpecificationModifier and TypeMethodDescriptionvoid
AbstractSqlAstTranslator.visitSortSpecification
(SortSpecification sortSpecification) void
AbstractSqlAstWalker.visitSortSpecification
(SortSpecification sortSpecification) void
ExpressionReplacementWalker.visitSortSpecification
(SortSpecification sortSpecification) Method parameters in org.hibernate.sql.ast.spi with type arguments of type SortSpecificationModifier and TypeMethodDescriptionprotected void
AbstractSqlAstTranslator.renderOrderBy
(boolean addWhitespace, List<SortSpecification> sortSpecifications) protected void
AbstractSqlAstTranslator.visitOrderBy
(List<SortSpecification> sortSpecifications) -
Uses of SortSpecification in org.hibernate.sql.ast.tree.expression
Methods in org.hibernate.sql.ast.tree.expression that return types with arguments of type SortSpecificationModifier and TypeMethodDescriptionOver.getOrderList()
OrderedSetAggregateFunctionExpression.getWithinGroup()
-
Uses of SortSpecification in org.hibernate.sql.ast.tree.select
Methods in org.hibernate.sql.ast.tree.select that return types with arguments of type SortSpecificationMethods in org.hibernate.sql.ast.tree.select with parameters of type SortSpecificationModifier and TypeMethodDescriptionvoid
QueryPart.addSortSpecification
(SortSpecification specification) Method parameters in org.hibernate.sql.ast.tree.select with type arguments of type SortSpecificationModifier and TypeMethodDescriptionvoid
QueryPart.visitSortSpecifications
(Consumer<SortSpecification> consumer)