Package org.hibernate.dialect.aggregate
Interface AggregateSupport.AggregateColumnWriteExpression
-
- All Known Implementing Classes:
AggregateColumnWriteExpression
- Enclosing interface:
- AggregateSupport
public static interface AggregateSupport.AggregateColumnWriteExpression
The 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 Expression
getValueExpression(SelectableMapping selectableMapping)
Returns the value expression to assign to the given selectable mapping, or throws anIllegalArgumentException
when 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 anIllegalArgumentException
when an invalid selectable mapping is passed.
-
-