jakartaee / persistence

https://jakartaee.github.io/persistence/
Other
189 stars 55 forks source link

RIGHT JOIN and FULL JOIN #466

Open gavinking opened 11 months ago

gavinking commented 11 months ago

JPQL currently only allows LEFT outer joins. It's entirely trivial to also allow RIGHT and FULL outer joins.

gavinking commented 11 months ago

Please see #467.