Skip to content

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

Closed
@BoykoAlex

Description

@BoykoAlex

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions