Uses of Class
org.hibernate.query.sqm.function.SelfRenderingSqmAggregateFunction
Package
Description
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.
-
Uses of SelfRenderingSqmAggregateFunction in org.hibernate.dialect.function
Modifier and TypeClassDescriptionprotected class
-
Uses of SelfRenderingSqmAggregateFunction in org.hibernate.query.sqm.function
Modifier and TypeMethodDescriptionSelfRenderingSqmAggregateFunction.copy
(SqmCopyContext context) protected <T> SelfRenderingSqmAggregateFunction<T>
AbstractSqmFunctionDescriptor.generateSqmAggregateFunctionExpression
(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, ReturnableType<T> impliedResultType, QueryEngine queryEngine) Return an SQM node or subtree representing an invocation of this aggregate function with the given arguments.AbstractSqmSelfRenderingFunctionDescriptor.generateSqmAggregateFunctionExpression
(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, ReturnableType<T> impliedResultType, QueryEngine queryEngine) 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.