Interface OrderedSetAggregateFunctionExpression
- All Superinterfaces:
AggregateFunctionExpression,Expression,FunctionExpression,SqlAstNode,SqlSelectionProducer
- All Known Implementing Classes:
SelfRenderingOrderedSetAggregateFunctionSqlAstExpression
Models an ordered set-aggregate function expression at the SQL AST level.
-
Method Summary
Methods inherited from interface org.hibernate.sql.ast.tree.expression.AggregateFunctionExpression
getFilterMethods inherited from interface org.hibernate.sql.ast.tree.expression.Expression
createDomainResultSqlSelection, createSqlSelection, getColumnReference, getExpressionTypeMethods inherited from interface org.hibernate.sql.ast.tree.expression.FunctionExpression
getArguments, getFunctionNameMethods inherited from interface org.hibernate.sql.ast.tree.SqlAstNode
accept
-
Method Details
-
getWithinGroup
List<SortSpecification> getWithinGroup()
-