Hibernate Criteria API - HAVING clause work arounds

前端 未结 3 639
温柔的废话
温柔的废话 2020-12-10 14:25

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

3条回答
  •  失恋的感觉
    2020-12-10 14:52

    HHH-1700 was marked as a duplicate of HHH-1043, and therefore won't be fixed. You'll find my solution and workaround, as well as other peoples', on HHH-1043.

提交回复
热议问题