jakartaee / persistence

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

Clarify implicit join supports #617

Open quaff opened 2 months ago

quaff commented 2 months ago

It seems both Hibernate and Eclipselink support implicit join, It's better to lift it as standard with JPQL and CriteriaQuery.

gavinking commented 2 months ago

Implicit joins are defined in section 4.4.4, titled "Path Expressions".

I agree, for the record, that 4.4.4 is written in a way that's extremely difficult to understand.