Hibernate demo code from Hibernate in action : Projections « Hibernate « Java Tutorial






  Download:  HibernateInAction.zip( 3,330 k)







21.15.Projections
21.15.1.Select Specific Fields in a Entity with Criteria and Projections
21.15.2.Scalar SQL Query
21.15.3.Projection: Min
21.15.4.Projection: Max
21.15.5.Group Field
21.15.6.Projection: Count Distinct
21.15.7.AVG Projection
21.15.8.Hibernate demo code from Hibernate in action