We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice to standardize ad hoc joins introduced by Hibernate 5.1. That would allow us to use them with the Criteria API.
Entity joins (or ad hoc joins) In HQL you now have the ability to define a join to an entity, not just a mapped association. For example:
select ... from FinancialRecord f left join User u on r.lastUpdateBy = u.username
See HHH-16 for details.
The text was updated successfully, but these errors were encountered:
See #128 and close this
Sorry, something went wrong.
Oh I didn’t see it. Closing.
No branches or pull requests
It would be nice to standardize ad hoc joins introduced by Hibernate 5.1.
That would allow us to use them with the Criteria API.
See HHH-16 for details.
The text was updated successfully, but these errors were encountered: