Can anyone point me to an example on how to use CURRENT_DATE in a JPA query?
CURRENT_DATE
CURRENT_DATE is specified in JPA but I haven\'t been able to m
The answer to this question was retrieving the values via JPA and then do the math in plain Java.