AggregateNodepublic class AggregateNode extends AbstractSelectExpression implements SelectExpressionRepresents an aggregate function i.e. min, max, sum, avg. |
Constructors Summary |
---|
public AggregateNode()
|
Methods Summary |
---|
public org.hibernate.type.Type | getDataType()
// Get the function return value type, based on the type of the first argument.
return getSessionFactoryHelper().findFunctionReturnType( getText(), getFirstChild() );
| public void | setScalarColumnText(int i)
ColumnHelper.generateSingleScalarColumn( this, i );
|
|