Tagged Questions
3
votes
3answers
9k views
Hibernate Criteria API - HAVING clause work arounds
I've written a query using Hibernate Criteria API to grab a summation of a particular value, now I need to be able to restrict the result to rows where that sum is greater or equal to a particular ...