1
vote
2answers
3k views
Using Min, Max and Count on HQL
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
…
