Uses of Interface
org.hibernate.sql.ast.tree.expression.OrderedSetAggregateFunctionExpression
-
Packages that use OrderedSetAggregateFunctionExpression Package Description org.hibernate.query.sqm.function An SPI for defining, registering, and rendering functions in HQL. -
-
Uses of OrderedSetAggregateFunctionExpression in org.hibernate.query.sqm.function
Classes in org.hibernate.query.sqm.function that implement OrderedSetAggregateFunctionExpression Modifier and Type Class Description class
SelfRenderingOrderedSetAggregateFunctionSqlAstExpression
Representation of an aggregate function call in the SQL AST for impls that know how to render themselves.
-