vote up 1 vote down star

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

flag

2 Answers

vote up 1 vote down check

Yes, min(), max() and count() are supported in HQL

link|flag
vote up 0 vote down

Some aggregate functions are supported: look in the manual

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.