| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.hibernate.criterion.SimpleProjectionorg.hibernate.criterion.AggregateProjectionorg.hibernate.criterion.AvgProjectionpublic class AvgProjectionextends AggregateProjectionField Summary |
Fields inherited from class org.hibernate.criterion.AggregateProjection | |
propertyName | |
Constructor Summary | |
| |
Method Summary | |
Type[] |
|
Methods inherited from class org.hibernate.criterion.AggregateProjection | |
getTypes, toSqlString, toString | |
Methods inherited from class org.hibernate.criterion.SimpleProjection | |
as, getAliases, getColumnAliases, getColumnAliases, getTypes, isGrouped, toGroupSqlString | |
public Type[] getTypes(Criteria criteria, CriteriaQuery criteriaQuery) throws HibernateException
Return types returned by the rendered SQL fragment
- Specified by:
- getTypes in interface Projection
- Overrides:
- getTypes in interface AggregateProjection
- Parameters:
criteria-criteriaQuery-
- Returns:
- Type[]
- Throws:
HibernateException-