public interface AggregatedSelectExpression extends SelectExpression
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getAggregatedAliases()
Retrieve the aliases for the columns aggregated here.
|
java.util.List |
getAggregatedSelectionTypeList()
Retrieves a list of the selection
types being aggregated |
java.lang.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
java.util.List getAggregatedSelectionTypeList()
types
being aggregatedjava.lang.String[] getAggregatedAliases()
ResultTransformer getResultTransformer()
ResultTransformer
responsible for building aggregated select expression results into their
aggregated form.java.lang.Class getAggregationResultType()
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.