Skip to content
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

Expose query method metadata #3259

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mipo256
Copy link
Contributor

@mipo256 mipo256 commented Mar 21, 2025

I think it is worth to make the accessors public (or protected maybe) for method and RepositoryMetadata. The Spring Data JDBC for instance, because it cannot access the method field in the QueryMethod has to re-declare it inside the JdbcQueryMethod, so it is clearly redundant, since the method already is present in the parent.

P.S: This is also would help us implemented the YdbQueryMethod in the Spring Data JDBC dialect for YDB database.

CC: @mp911de

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Mar 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: waiting-for-triage An issue we've not yet triaged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants