-
Notifications
You must be signed in to change notification settings - Fork 356
Create support for QueryLookupStrategy in @EnableJdbcRepositories #1043
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
Labels
type: enhancement
A general enhancement
Comments
I can take a closer look at this issue. |
DiegoKrupitza
added a commit
to DiegoKrupitza/spring-data-jdbc
that referenced
this issue
Feb 24, 2022
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
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In accordance to the documentation there should be annotation parameter, called queryLookupStrategy, which indicates the strategy of how exactly spring data will derive queries for methods. It is present in EnableMongoRepositories, also in EnableJpaRepositories. But why there is no such thing in spring data jdbc? It would be helpful.
The text was updated successfully, but these errors were encountered: