File
Doc
Category
Size
Date
Package
AvgProjection.java
API Doc
Hibernate 3.2.5
564
Mon May 08 15:59:20 BST 2006
org.hibernate.criterion
AvgProjection
java.lang.Object
AggregateProjection
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 };
Java Code Source