Uses of Class
org.hibernate.query.sqm.tree.select.SqmOrderByClause
-
Packages that use SqmOrderByClause Package Description org.hibernate.dialect.function Contains implementations ofSqmFunctionDescriptor
describing a range of relatively-sophisticated SQL functions available in various dialects.org.hibernate.dialect.function.array org.hibernate.query.hql.internal Implementation of the SPIs for HQL support.org.hibernate.query.sqm This package defines a semantic model of HQL queries.org.hibernate.query.sqm.function Package defining support for HQL, including JPQL as a subset of HQL.org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation detailsorg.hibernate.query.sqm.spi SPI-level SQM contractsorg.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.hibernate.query.sqm.tree.expression Nodes representing expressions in the SQM tree.org.hibernate.query.sqm.tree.select Nodes representingselect
statements in the SQM tree. -
-
Uses of SqmOrderByClause in org.hibernate.dialect.function
Constructors in org.hibernate.dialect.function with parameters of type SqmOrderByClause Constructor Description SelfRenderingInverseDistributionFunction(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, SqmOrderByClause withinGroupClause, ReturnableType<T> impliedResultType, QueryEngine queryEngine)
-
Uses of SqmOrderByClause in org.hibernate.dialect.function.array
Methods in org.hibernate.dialect.function.array with parameters of type SqmOrderByClause Modifier and Type Method Description <T> SelfRenderingSqmOrderedSetAggregateFunction<T>
OracleArrayAggEmulation. generateSqmOrderedSetAggregateFunctionExpression(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, SqmOrderByClause withinGroupClause, ReturnableType<T> impliedResultType, QueryEngine queryEngine)
Constructors in org.hibernate.dialect.function.array with parameters of type SqmOrderByClause Constructor Description OracleArrayAggSqmFunction(OracleArrayAggEmulation descriptor, FunctionRenderer renderingSupport, List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, SqmOrderByClause withinGroupClause, ReturnableType<T> impliedResultType, ArgumentsValidator argumentsValidator, FunctionReturnTypeResolver returnTypeResolver, NodeBuilder nodeBuilder, String name)
-
Uses of SqmOrderByClause in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal that return SqmOrderByClause Modifier and Type Method Description SqmOrderByClause
SemanticQueryBuilder. visitOrderByClause(HqlParser.OrderByClauseContext ctx)
-
Uses of SqmOrderByClause in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm with parameters of type SqmOrderByClause Modifier and Type Method Description T
SemanticQueryWalker. visitOrderByClause(SqmOrderByClause orderByClause)
-
Uses of SqmOrderByClause in org.hibernate.query.sqm.function
Methods in org.hibernate.query.sqm.function that return SqmOrderByClause Modifier and Type Method Description SqmOrderByClause
SelfRenderingSqmOrderedSetAggregateFunction. getWithinGroup()
Methods in org.hibernate.query.sqm.function with parameters of type SqmOrderByClause Modifier and Type Method Description <T> SelfRenderingSqmFunction<T>
AbstractSqmFunctionDescriptor. generateOrderedSetAggregateSqmExpression(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, SqmOrderByClause withinGroupClause, ReturnableType<T> impliedResultType, QueryEngine queryEngine)
default <T> SelfRenderingSqmFunction<T>
SqmFunctionDescriptor. generateOrderedSetAggregateSqmExpression(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, SqmOrderByClause withinGroupClause, ReturnableType<T> impliedResultType, QueryEngine queryEngine)
LikeSqmFunctionDescriptor.generateSqmExpression(List, ReturnableType, QueryEngine)
, but also accepts afilter
predicate and anorder by
clause.protected <T> SelfRenderingSqmAggregateFunction<T>
AbstractSqmFunctionDescriptor. generateSqmOrderedSetAggregateFunctionExpression(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, SqmOrderByClause withinGroupClause, ReturnableType<T> impliedResultType, QueryEngine queryEngine)
Return an SQM node or subtree representing an invocation of this ordered set-aggregate function with the given arguments.<T> SelfRenderingSqmOrderedSetAggregateFunction<T>
AbstractSqmSelfRenderingFunctionDescriptor. generateSqmOrderedSetAggregateFunctionExpression(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, SqmOrderByClause withinGroupClause, ReturnableType<T> impliedResultType, QueryEngine queryEngine)
Constructors in org.hibernate.query.sqm.function with parameters of type SqmOrderByClause Constructor Description SelfRenderingSqmOrderedSetAggregateFunction(SqmFunctionDescriptor descriptor, FunctionRenderer renderer, List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, SqmOrderByClause withinGroupClause, ReturnableType<T> impliedResultType, ArgumentsValidator argumentsValidator, FunctionReturnTypeResolver returnTypeResolver, NodeBuilder nodeBuilder, String name)
SelfRenderingSqmOrderedSetAggregateFunction(SqmFunctionDescriptor descriptor, FunctionRenderingSupport renderingSupport, List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, SqmOrderByClause withinGroupClause, ReturnableType<T> impliedResultType, ArgumentsValidator argumentsValidator, FunctionReturnTypeResolver returnTypeResolver, NodeBuilder nodeBuilder, String name)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SqmOrderByClause in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal with parameters of type SqmOrderByClause Modifier and Type Method Description Object
SqmTreePrinter. visitOrderByClause(SqmOrderByClause orderByClause)
-
Uses of SqmOrderByClause in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi with parameters of type SqmOrderByClause Modifier and Type Method Description Object
BaseSemanticQueryWalker. visitOrderByClause(SqmOrderByClause orderByClause)
-
Uses of SqmOrderByClause in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql with parameters of type SqmOrderByClause Modifier and Type Method Description Void
BaseSqmToSqlAstConverter. visitOrderByClause(SqmOrderByClause orderByClause)
-
Uses of SqmOrderByClause in org.hibernate.query.sqm.tree.expression
Methods in org.hibernate.query.sqm.tree.expression that return SqmOrderByClause Modifier and Type Method Description SqmOrderByClause
SqmOrderedSetAggregateFunction. getWithinGroup()
-
Uses of SqmOrderByClause in org.hibernate.query.sqm.tree.select
Methods in org.hibernate.query.sqm.tree.select that return SqmOrderByClause Modifier and Type Method Description SqmOrderByClause
SqmOrderByClause. addSortSpecification(SqmExpression<?> expression)
SqmOrderByClause
SqmOrderByClause. addSortSpecification(SqmSortSpecification sortSpecification)
SqmOrderByClause
SqmOrderByClause. copy(SqmCopyContext context)
SqmOrderByClause
SqmQueryPart. getOrderByClause()
Methods in org.hibernate.query.sqm.tree.select with parameters of type SqmOrderByClause Modifier and Type Method Description void
SqmQueryPart. setOrderByClause(SqmOrderByClause orderByClause)
-