Are all joins in JPQL equijoins?
I am referring to joins using the keywords [LEFT [OUTER] | INNER] JOIN
only. Not to theta joins. Since there is no ON keyword in JPQL, is it safe
to assume that the equality comparison is always implied and used?
No comments:
Post a Comment