Uses of Class
org.hibernate.query.sqm.function.SelfRenderingSqmAggregateFunction
-
Packages that use SelfRenderingSqmAggregateFunction Package Description org.hibernate.dialect.function Contains implementations ofSqmFunctionDescriptordescribing a range of relatively-sophisticated SQL functions available in various dialects.org.hibernate.query.sqm.function Package defining support for HQL, including JPQL as a subset of HQL. -
-
Uses of SelfRenderingSqmAggregateFunction in org.hibernate.dialect.function
Subclasses of SelfRenderingSqmAggregateFunction in org.hibernate.dialect.function Modifier and Type Class Description protected classInverseDistributionFunction.SelfRenderingInverseDistributionFunction<T> -
Uses of SelfRenderingSqmAggregateFunction in org.hibernate.query.sqm.function
Subclasses of SelfRenderingSqmAggregateFunction in org.hibernate.query.sqm.function Modifier and Type Class Description classSelfRenderingSqmOrderedSetAggregateFunction<T>Methods in org.hibernate.query.sqm.function that return SelfRenderingSqmAggregateFunction Modifier and Type Method Description SelfRenderingSqmAggregateFunction<T>SelfRenderingSqmAggregateFunction. copy(SqmCopyContext context)protected <T> SelfRenderingSqmAggregateFunction<T>AbstractSqmFunctionDescriptor. generateSqmAggregateFunctionExpression(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)Return an SQM node or subtree representing an invocation of this aggregate function with the given arguments.<T> SelfRenderingSqmAggregateFunction<T>AbstractSqmSelfRenderingFunctionDescriptor. generateSqmAggregateFunctionExpression(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)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.
-