-
Notifications
You must be signed in to change notification settings - Fork 356
Introduced queryLookupStrategy
to @EnableJdbcRepositories
.
#1187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduced queryLookupStrategy
to @EnableJdbcRepositories
.
#1187
Conversation
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