类 AvgProjection
- java.lang.Object
-
- org.hibernate.criterion.SimpleProjection
-
- org.hibernate.criterion.AggregateProjection
-
- org.hibernate.criterion.AvgProjection
-
- 所有已实现的接口:
Serializable,EnhancedProjection,Projection
public class AvgProjection extends AggregateProjection
An avg() projection- 作者:
- Gavin King
- 另请参阅:
- 序列化表格
-
-
字段概要
-
从类继承的字段 org.hibernate.criterion.AggregateProjection
propertyName
-
-
构造器概要
构造器 构造器 说明 AvgProjection(String propertyName)Constructs the AvgProjection
-
方法概要
-
从类继承的方法 org.hibernate.criterion.AggregateProjection
buildFunctionParameterList, buildFunctionParameterList, getFunction, getFunction, getFunctionName, getPropertyName, getTypes, toSqlString, toString
-
从类继承的方法 org.hibernate.criterion.SimpleProjection
as, getAliases, getColumnAliases, getColumnAliases, getColumnAliases, getColumnAliases, getColumnCount, getTypes, isGrouped, toGroupSqlString
-
-
-
-
构造器详细资料
-
AvgProjection
public AvgProjection(String propertyName)
Constructs the AvgProjection- 参数:
propertyName- The name of the property to average
-
-