Skip to content

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

Closed
mipo256 opened this issue Sep 10, 2021 · 1 comment
Closed

Create support for QueryLookupStrategy in @EnableJdbcRepositories #1043

mipo256 opened this issue Sep 10, 2021 · 1 comment
Labels
type: enhancement A general enhancement

Comments

@mipo256
Copy link
Contributor

mipo256 commented Sep 10, 2021

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.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Sep 10, 2021
@schauder schauder added type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged labels Sep 10, 2021
@DiegoKrupitza
Copy link
Contributor

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
schauder added a commit that referenced this issue Mar 7, 2022
Run tests only for a single database since it is actually not testing anything database related.

Formatting.

Original pull request #1187
See #1043
schauder pushed a commit that referenced this issue Mar 7, 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 #1043
Original pull request #1187
schauder added a commit that referenced this issue Mar 7, 2022
Run tests only for a single database since it is actually not testing anything database related.

Formatting.

Original pull request #1187
See #1043
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants