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

[Spring Data Query] Navigate to parameter definitions in Java source #1336

Closed
BoykoAlex opened this issue Aug 28, 2024 · 1 comment
Closed
Assignees
Labels

Comments

@BoykoAlex
Copy link
Contributor

Consider the following HQL query:

@Query("SELECT DISTINCT owner FROM Owner owner left join  owner.pets WHERE owner.lastName LIKE :lastName%")
void find(String lastName);

User should be able to navigate from :lastName% (excluding : and %) to the lastName method parameter.

@BoykoAlex
Copy link
Contributor Author

Fixed with Fixed with 0063608

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

No branches or pull requests

2 participants