Introduced queryLookupStrategy to @EnableJdbcRepositories.#1187
Introduced queryLookupStrategy to @EnableJdbcRepositories.#1187DiegoKrupitza wants to merge 2 commits intospring-projects:mainfrom
queryLookupStrategy to @EnableJdbcRepositories.#1187Conversation
Added the missing functionality that is found in the documentation of spring-data-jdbc, but was not present in the code as functionality. Users can not choose between various QueryLookupStrategies. Closes spring-projects#1043
queryLookupStrategy to EnableJdbcRepositories.queryLookupStrategy to @EnableJdbcRepositories.
|
When I run this with |
Ok I have to take a look at this in more detail. I only used I can't tell when I manage to find time to resolve this error, but I hope in the next days I find some time for it. |
|
@schauder This should be fixed now. |
|
Thanks, that's polished and merged. I changed the test a little by renaming it and removing the "integration" part of the name. |
Ok thank you! I did not know that the |
|
No, no keywords. But there is |
Added the missing functionality that is found in the documentation of spring-data-jdbc, but was not present in the code as functionality. Users can not choose between various QueryLookupStrategies.
The implementation is based on the already existing design of spring-data-jpa.
Closes #1043