I need your help to my problem. I can't create method name following this documentation. I want to query date by this method.
I want like this query :
SELECT * FROM app_basic where app_end_date>='2016-11-29';
In following Spring documentation After
keyword work fine. But I need After
and Equals
in method name convention using Spring Data jpa.
So, how can I create this method ? Please, help me.
Thanks.
You can use LessThan, GreaterThan, LessThanEqual, GreaterThanEqual also with dates.
Hope it helps.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With