Uses of Class
org.hibernate.query.sqm.tree.select.SqmOrderByClause
-
Packages that use SqmOrderByClause Package Description org.hibernate.dialect.function Contains implementations ofSqmFunctionDescriptordescribing a range of relatively-sophisticated SQL functions available in various dialects.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 representingselectstatements 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.query.hql.internal
Methods in org.hibernate.query.hql.internal that return SqmOrderByClause Modifier and Type Method Description SqmOrderByClauseSemanticQueryBuilder. 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 TSemanticQueryWalker. 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 SqmOrderByClauseSelfRenderingSqmOrderedSetAggregateFunction. 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, TypeConfiguration typeConfiguration)default <T> SelfRenderingSqmFunction<T>SqmFunctionDescriptor. generateOrderedSetAggregateSqmExpression(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, SqmOrderByClause withinGroupClause, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)LikeSqmFunctionDescriptor.generateSqmExpression(List, ReturnableType, QueryEngine, TypeConfiguration), but also accepts afilterpredicate and anorder byclause.protected <T> SelfRenderingSqmAggregateFunction<T>AbstractSqmFunctionDescriptor. generateSqmOrderedSetAggregateFunctionExpression(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, SqmOrderByClause withinGroupClause, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)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, TypeConfiguration typeConfiguration)Constructors in org.hibernate.query.sqm.function with parameters of type SqmOrderByClause Constructor Description SelfRenderingSqmOrderedSetAggregateFunction(SqmFunctionDescriptor descriptor, FunctionRenderingSupport renderingSupport, List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, SqmOrderByClause withinGroup, ReturnableType<T> impliedResultType, ArgumentsValidator argumentsValidator, FunctionReturnTypeResolver returnTypeResolver, NodeBuilder nodeBuilder, String name) -
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 ObjectSqmTreePrinter. 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 ObjectBaseSemanticQueryWalker. 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 VoidBaseSqmToSqlAstConverter. 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 SqmOrderByClauseSqmOrderedSetAggregateFunction. 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 SqmOrderByClauseSqmOrderByClause. addSortSpecification(SqmExpression<?> expression)SqmOrderByClauseSqmOrderByClause. addSortSpecification(SqmSortSpecification sortSpecification)SqmOrderByClauseSqmOrderByClause. copy(SqmCopyContext context)SqmOrderByClauseSqmQueryPart. getOrderByClause()Methods in org.hibernate.query.sqm.tree.select with parameters of type SqmOrderByClause Modifier and Type Method Description voidSqmQueryPart. setOrderByClause(SqmOrderByClause orderByClause)
-