In this section, we will show you, how to use the Min() function. Hibernate supports multiple aggregate functions.
Tutorial Details:
In this section, we will show you, how to use the Min() function. Hibernate supports multiple aggregate functions. When they are used in HQL queries, they return an aggregate value ( such as avg(...), sum(...), min(...), max(...) , count(*), count(...), count(distinct ...), count(all...) ) calculated from property values of all objects satisfying other query criteria.
Rate Tutorial: http://www.roseindia.net/hibernate/hibernate-min.shtml
Read
Tutorial at: Click here to view the tutorial
Rate Tutorial: Hibernate Min() Function (Aggregate Functions)
View Tutorial: Hibernate Min() Function (Aggregate Functions)
Related
Tutorials:
|