I am using JDBCTemplate in my existing project and want to switch to Spring-Data. Is there anyway by which I can use native sql as is using spring data jdbc extension without using QueryDSL pattern?
Secondly, Can Spring Data JPA help in this case?
Thanks