Uses of Interface
org.hibernate.sql.ast.tree.expression.AggregateFunctionExpression
-
Packages that use AggregateFunctionExpression Package Description org.hibernate.query.sqm.function org.hibernate.sql.ast.tree.expression Contracts related to expressions in a SQL tree -
-
Uses of AggregateFunctionExpression in org.hibernate.query.sqm.function
Classes in org.hibernate.query.sqm.function that implement AggregateFunctionExpression Modifier and Type Class Description class
SelfRenderingAggregateFunctionSqlAstExpression
Representation of an aggregate function call in the SQL AST for impls that know how to render themselves.class
SelfRenderingOrderedSetAggregateFunctionSqlAstExpression
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.expression Modifier and Type Interface Description interface
OrderedSetAggregateFunctionExpression
Models an ordered set-aggregate function expression at the SQL AST level.
-