Hello there. Does hibernate HQL queries support using select min, max, count and other sql functions?
like
select min(p.age) from person p
Thanks
|
|
Hello there. Does hibernate HQL queries support using select min, max, count and other sql functions? like select min(p.age) from person p Thanks
|
||
|
|
|
|
Yes, |
||
|
|
|
|
Some aggregate functions are supported: look in the manual |
||
|
|