Thanks for the reply. Yes I found the issue. The issue is related to the Spring Common Data. Initially I used 1.1 version it was giving me error, I tried 1.0 it worked fine.
Thanks
Naveen
Type: Posts; User: reachnaveen; Keyword(s):
Thanks for the reply. Yes I found the issue. The issue is related to the Spring Common Data. Initially I used 1.1 version it was giving me error, I tried 1.0 it worked fine.
Thanks
Naveen
Hi,
I am trying to use Spring Data JPA.
For Basic CRUD Operation everything looks good. But when I try to add custom Query like example below. I am getting error.
@Query("select r from...