Interface WindowFunctionExpression
- All Superinterfaces:
Expression
,FunctionExpression
,SqlAstNode
,SqlSelectionProducer
- All Known Implementing Classes:
SelfRenderingWindowFunctionSqlAstExpression
Models a window function expression at the SQL AST level.
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.hibernate.sql.ast.tree.expression.Expression
createDomainResultSqlSelection, createSqlSelection, getColumnReference, getExpressionType
Methods inherited from interface org.hibernate.sql.ast.tree.expression.FunctionExpression
getArguments, getFunctionName
Methods inherited from interface org.hibernate.sql.ast.tree.SqlAstNode
accept