Uses of Interface
org.hibernate.sql.ast.tree.expression.AggregateFunctionExpression
-
Packages that use AggregateFunctionExpression Package Description org.hibernate.query.sqm.function An SPI for defining, registering, and rendering functions in HQL.org.hibernate.sql.ast.tree.expression 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 AggregateFunctionExpression Modifier and Type Class Description classSelfRenderingAggregateFunctionSqlAstExpressionRepresentation of an aggregate function call in the SQL AST for impls that know how to render themselves.classSelfRenderingOrderedSetAggregateFunctionSqlAstExpressionRepresentation 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 interfaceOrderedSetAggregateFunctionExpressionModels an ordered set-aggregate function expression at the SQL AST level.
-