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
Using the #{#entityName}Spring Data JPA Query Expression Variable in a Spring Data @Query leads to two "Data Queries - HQL Query Syntax" validation errors in Eclipse / STS:
Should be fixed with 02cd877. Not sure where lese SPEL can be used. There is case for SPEL in parameters which is supported and now for the entity names.
Describe the bug
Using the
#{#entityName}
Spring Data JPA Query Expression Variable in a Spring Data@Query
leads to two "Data Queries - HQL Query Syntax" validation errors in Eclipse / STS:and
To Reproduce
Example
@Query
query that triggered those errors:Version Spring Tools:
4.27.0.202411281450
4.27.0.202411281622
4.27.0.202411281622
4.27.0.202411281622
Sample
n/a
The text was updated successfully, but these errors were encountered: