Package org.hibernate.dialect.aggregate
Interface AggregateSupport.AggregateColumnWriteExpression
-
- All Known Implementing Classes:
AggregateColumnWriteExpression
- Enclosing interface:
- AggregateSupport
public static interface AggregateSupport.AggregateColumnWriteExpressionThe actual write expression for an aggregate column which gives access to the value expressions for the respective selectable mapping.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpressiongetValueExpression(SelectableMapping selectableMapping)Returns the value expression to assign to the given selectable mapping, or throws anIllegalArgumentExceptionwhen an invalid selectable mapping is passed.
-
-
-
Method Detail
-
getValueExpression
Expression getValueExpression(SelectableMapping selectableMapping)
Returns the value expression to assign to the given selectable mapping, or throws anIllegalArgumentExceptionwhen an invalid selectable mapping is passed.
-
-