public interface AggregatedSelectExpression extends SelectExpression
| Modifier and Type | Method and Description | 
|---|---|
String[] | 
getAggregatedAliases()
Retrieve the aliases for the columns aggregated here. 
 | 
List | 
getAggregatedSelectionTypeList()
Retrieves a list of the selection  
types being aggregated | 
Class | 
getAggregationResultType()
Obtain the java type of the aggregation 
 | 
ResultTransformer | 
getResultTransformer()
Retrieve the  
ResultTransformer responsible for building aggregated select expression results into their
 aggregated form. | 
getAlias, getDataType, getFromElement, getScalarColumnIndex, isConstructor, isReturnableEntity, isScalar, setAlias, setScalarColumn, setScalarColumnText, setTextList getAggregatedSelectionTypeList()
types being aggregatedString[] getAggregatedAliases()
ResultTransformer getResultTransformer()
ResultTransformer responsible for building aggregated select expression results into their
 aggregated form.Class getAggregationResultType()
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.