You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, the document highlighting that we do for query statements is focused on showing references between parameters in the statement and parameters of the java method. In addition to that we could also highlight occurrences of the same identifier in the statement itself:
E.g. for the identifier owner
@Query("SELECT owner FROM Owner owner left join fetch owner.pets WHERE owner.id =:id")
The text was updated successfully, but these errors were encountered:
At the moment, the document highlighting that we do for query statements is focused on showing references between parameters in the statement and parameters of the java method. In addition to that we could also highlight occurrences of the same identifier in the statement itself:
E.g. for the identifier
owner
The text was updated successfully, but these errors were encountered: