Queries can already contain implicit joins delete from Person p where p.association.someAttr = 1, which currently produce wrong SQL, but it would be nice if we could also support an explicit join clause. Note that this is kind of related to updates of multi-table entities as well: https://hibernate.atlassian.net/browse/HHH-14321 |