org.hibernate.criterion
Class AggregateProjection
java.lang.Object
org.hibernate.criterion.SimpleProjection
org.hibernate.criterion.AggregateProjection
- All Implemented Interfaces:
- Serializable, Projection
- Direct Known Subclasses:
- AvgProjection, CountProjection
public class AggregateProjection
- extends SimpleProjection
An aggregation
- Author:
- max
- See Also:
- Serialized Form
propertyName
protected final String propertyName
AggregateProjection
protected AggregateProjection(String aggregate,
String propertyName)
toString
public String toString()
- Overrides:
toString
in class Object
getTypes
public Type[] getTypes(Criteria criteria,
CriteriaQuery criteriaQuery)
throws HibernateException
- Description copied from interface:
Projection
- Return types returned by the rendered SQL fragment
- Returns:
- Type[]
- Throws:
HibernateException
toSqlString
public String toSqlString(Criteria criteria,
int loc,
CriteriaQuery criteriaQuery)
throws HibernateException
- Description copied from interface:
Projection
- Render the SQL fragment
- Returns:
- String
- Throws:
HibernateException