Package org.hibernate.criterion
Class AvgProjection
- java.lang.Object
-
- org.hibernate.criterion.SimpleProjection
-
- org.hibernate.criterion.AggregateProjection
-
- org.hibernate.criterion.AvgProjection
-
- All Implemented Interfaces:
java.io.Serializable
,EnhancedProjection
,Projection
public class AvgProjection extends AggregateProjection
An avg() projection- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.hibernate.criterion.AggregateProjection
propertyName
-
-
Constructor Summary
Constructors Constructor Description AvgProjection(java.lang.String propertyName)
Constructs the AvgProjection
-
Method Summary
-
Methods inherited from class org.hibernate.criterion.AggregateProjection
buildFunctionParameterList, buildFunctionParameterList, getFunction, getFunction, getFunctionName, getPropertyName, getTypes, toSqlString, toString
-
Methods inherited from class org.hibernate.criterion.SimpleProjection
as, getAliases, getColumnAliases, getColumnAliases, getColumnAliases, getColumnAliases, getColumnCount, getTypes, isGrouped, toGroupSqlString
-
-