Class SelfRenderingAggregateFunctionSqlAstExpression

java.lang.Object
org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
org.hibernate.query.sqm.function.SelfRenderingAggregateFunctionSqlAstExpression
All Implemented Interfaces:
Selectable, JdbcMappingContainer, SqlExpressible, DomainResultProducer, SqlSelectionProducer, AggregateFunctionExpression, Expression, FunctionExpression, SelfRenderingExpression, SqlAstNode
Direct Known Subclasses:
SelfRenderingOrderedSetAggregateFunctionSqlAstExpression

public class SelfRenderingAggregateFunctionSqlAstExpression extends SelfRenderingFunctionSqlAstExpression implements AggregateFunctionExpression
Representation of an aggregate function call in the SQL AST for impls that know how to render themselves.