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, setText
List getAggregatedSelectionTypeList()
types
being aggregatedString[] getAggregatedAliases()
ResultTransformer getResultTransformer()
ResultTransformer
responsible for building aggregated select expression results into their
aggregated form.Class getAggregationResultType()
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.