Uses of Class
org.hibernate.sql.ast.tree.select.SortSpecification
Packages that use SortSpecification
Package
Description
Contains implementations of
SqmFunctionDescriptor
describing a range of relatively-sophisticated SQL functions available in various dialects.Internal package containing dialect-specific extensions of
AbstractSqlAstTranslator.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.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.dialect.sql.ast
Method parameters in org.hibernate.dialect.sql.ast with type arguments of type SortSpecificationModifier and TypeMethodDescriptionprotected voidSQLServerSqlAstTranslator.renderOrderBy(boolean addWhitespace, List<SortSpecification> sortSpecifications) -
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 TypeMethodDescriptionvoidSqlAstWalker.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 TypeMethodDescriptionvoidAbstractSqlAstTranslator.visitSortSpecification(SortSpecification sortSpecification) voidAbstractSqlAstWalker.visitSortSpecification(SortSpecification sortSpecification) voidExpressionReplacementWalker.visitSortSpecification(SortSpecification sortSpecification) Method parameters in org.hibernate.sql.ast.spi with type arguments of type SortSpecificationModifier and TypeMethodDescriptionprotected voidAbstractSqlAstTranslator.renderOrderBy(boolean addWhitespace, List<SortSpecification> sortSpecifications) protected voidAbstractSqlAstTranslator.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 TypeMethodDescriptionvoidQueryPart.addSortSpecification(SortSpecification specification) Method parameters in org.hibernate.sql.ast.tree.select with type arguments of type SortSpecificationModifier and TypeMethodDescriptionvoidQueryPart.visitSortSpecifications(Consumer<SortSpecification> consumer)