public interface

AggregatedSelectExpression

implements SelectExpression
org.hibernate.hql.ast.tree.AggregatedSelectExpression
Known Indirect Subclasses

Class Overview

Contract for a select expression which aggregates other select expressions together into a single return

Summary

Public Methods
abstract String[] getAggregatedAliases()
Retrieve the aliases for the columns aggregated here.
abstract List getAggregatedSelectionTypeList()
Retrieves a list of the selection types being aggregated
abstract ResultTransformer getResultTransformer()
Retrieve the ResultTransformer responsible for building aggregated select expression results into their aggregated form.
[Expand]
Inherited Methods
From interface org.hibernate.hql.ast.tree.SelectExpression

Public Methods

public abstract String[] getAggregatedAliases ()

Retrieve the aliases for the columns aggregated here.

Returns
  • The column aliases.

public abstract List getAggregatedSelectionTypeList ()

Retrieves a list of the selection types being aggregated

Returns
  • The list of types.

public abstract ResultTransformer getResultTransformer ()

Retrieve the ResultTransformer responsible for building aggregated select expression results into their aggregated form.

Returns
  • The appropriate transformer