Example of using CURRENT_DATE in JPA query

前端 未结 3 876
小蘑菇
小蘑菇 2020-12-18 23:18

Can anyone point me to an example on how to use CURRENT_DATE in a JPA query?

CURRENT_DATE is specified in JPA but I haven\'t been able to m

3条回答
  •  一向
    一向 (楼主)
    2020-12-18 23:54

    The answer to this question was retrieving the values via JPA and then do the math in plain Java.

提交回复
热议问题