|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AggregatedSelectExpression
Contract for a select expression which aggregates other select expressions together into a single return
Method Summary | |
---|---|
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. |
Methods inherited from interface org.hibernate.hql.internal.ast.tree.SelectExpression |
---|
getAlias, getDataType, getFromElement, getScalarColumnIndex, isConstructor, isReturnableEntity, isScalar, setAlias, setScalarColumn, setScalarColumnText, setText |
Method Detail |
---|
List getAggregatedSelectionTypeList()
types
being aggregated
String[] getAggregatedAliases()
ResultTransformer getResultTransformer()
ResultTransformer
responsible for building aggregated select expression results into their
aggregated form.
Class getAggregationResultType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |