Uses of Class
org.hibernate.query.sqm.function.SelfRenderingAggregateFunctionSqlAstExpression
-
Packages that use SelfRenderingAggregateFunctionSqlAstExpression Package Description org.hibernate.query.sqm.function An SPI for defining, registering, and rendering functions in HQL. -
-
Uses of SelfRenderingAggregateFunctionSqlAstExpression in org.hibernate.query.sqm.function
Subclasses of SelfRenderingAggregateFunctionSqlAstExpression in org.hibernate.query.sqm.function 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.
-