FileDocCategorySizeDatePackage
AvgProjection.javaAPI DocHibernate 3.2.5564Mon May 08 15:59:20 BST 2006org.hibernate.criterion

AvgProjection

public class AvgProjection extends AggregateProjection
author
Gavin King

Fields Summary
Constructors Summary
public AvgProjection(String propertyName)

		super("avg", propertyName);
	
Methods Summary
public org.hibernate.type.Type[]getTypes(org.hibernate.Criteria criteria, CriteriaQuery criteriaQuery)

		return new Type[] { Hibernate.DOUBLE };