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

[structure view] add query methods as children to repository nodes #1491

Closed
martinlippert opened this issue Feb 28, 2025 · 1 comment
Closed

Comments

@martinlippert
Copy link
Member

Spring Data repository nodes in the new structural view should show up the defined query methods as children.

@martinlippert
Copy link
Member Author

First step implemented via e7eb27c:

  • show query methods of the repository interface
    • exclude default methods
  • include query string if method has a query annotation

This does not (yet) take methods from parent interfaces/classes into account.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant