接口 AggregatedSelectExpression

    • 方法详细资料

      • getAggregatedSelectionTypeList

        List getAggregatedSelectionTypeList()
        Retrieves a list of the selection types being aggregated
        返回:
        The list of types.
      • getAggregatedAliases

        String[] getAggregatedAliases()
        Retrieve the aliases for the columns aggregated here.
        返回:
        The column aliases.
      • getResultTransformer

        ResultTransformer getResultTransformer()
        Retrieve the ResultTransformer responsible for building aggregated select expression results into their aggregated form.
        返回:
        The appropriate transformer
      • getAggregationResultType

        Class getAggregationResultType()
        Obtain the java type of the aggregation
        返回:
        The java type.