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
Modifier and TypeMethodDescriptiongetValueExpression
(SelectableMapping selectableMapping) Returns the value expression to assign to the given selectable mapping, or throws anIllegalArgumentException
when an invalid selectable mapping is passed.
-
Method Details
-
getValueExpression
Returns the value expression to assign to the given selectable mapping, or throws anIllegalArgumentException
when an invalid selectable mapping is passed.
-