Class Summarization
java.lang.Object
org.hibernate.sql.ast.tree.expression.Summarization
- All Implemented Interfaces:
SqlSelectionProducer
,Expression
,SqlAstNode
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(SqlAstWalker walker) The type for this expressiongetKind()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.sql.ast.tree.expression.Expression
createDomainResultSqlSelection, createSqlSelection, getColumnReference
-
Constructor Details
-
Summarization
-
-
Method Details
-
getKind
-
getGroupings
-
getExpressionType
Description copied from interface:Expression
The type for this expression- Specified by:
getExpressionType
in interfaceExpression
-
accept
- Specified by:
accept
in interfaceSqlAstNode
-