public class

AvgProjection

extends AggregateProjection
java.lang.Object
   ↳ org.hibernate.criterion.SimpleProjection
     ↳ org.hibernate.criterion.AggregateProjection
       ↳ org.hibernate.criterion.AvgProjection

Class Overview

An avg() projection

Summary

[Expand]
Inherited Fields
From class org.hibernate.criterion.AggregateProjection
Public Constructors
AvgProjection(String propertyName)
[Expand]
Inherited Methods
From class org.hibernate.criterion.AggregateProjection
From class org.hibernate.criterion.SimpleProjection
From class java.lang.Object
From interface org.hibernate.criterion.EnhancedProjection
From interface org.hibernate.criterion.Projection

Public Constructors

public AvgProjection (String propertyName)