We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
sdandroid opened DATAJPA-1781 and commented
@Query("select u from User as u left join u.roles as r")
@Query
the StringQuery get alias is as.
Affects: 2.3.4 (Neumann SR4)
The text was updated successfully, but these errors were encountered:
JPQLParser
c5cc997
Added a couple test cases verifying that the new HQL/JPQL parsers correctly pick the FROM clause's alias.
Sorry, something went wrong.
Verify that correct alias is picked amidst multiple aliases.
5c6bace
Resolves spring-projects#2074.
schauder
No branches or pull requests
sdandroid opened DATAJPA-1781 and commented
@Query
("select u from User as u left join u.roles as r")the StringQuery get alias is as.
Affects: 2.3.4 (Neumann SR4)
The text was updated successfully, but these errors were encountered: