Uses of Interface
org.hibernate.sql.ast.tree.expression.AggregateFunctionExpression
Packages that use AggregateFunctionExpression
Package
Description
An SPI for defining, registering, and rendering functions in HQL.
AST nodes representing expressions in a SQL tree.
-
Uses of AggregateFunctionExpression in org.hibernate.query.sqm.function
Classes in org.hibernate.query.sqm.function that implement AggregateFunctionExpressionModifier and TypeClassDescriptionclass
Representation of an aggregate function call in the SQL AST for impls that know how to render themselves.class
Representation of an aggregate function call in the SQL AST for impls that know how to render themselves. -
Uses of AggregateFunctionExpression in org.hibernate.sql.ast.tree.expression
Subinterfaces of AggregateFunctionExpression in org.hibernate.sql.ast.tree.expressionModifier and TypeInterfaceDescriptioninterface
Models an ordered set-aggregate function expression at the SQL AST level.