Jens Schauder opened DATAJDBC-234 and commented
This should work similar to named queries based on property files in Spring Data JPA.
See spring-projects/spring-data-jpa@5d3602d for what was done for Spring Data JPA.
Spring Data JDBC should behave similarly without any reference to JPA of course.
The method name of a repository method gets compared with a list of named queries from a property file.
If a matching query gets found that query gets executed for the method.
Referenced from: pull request #180
1 votes, 5 watchers