mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-14 15:14:56 +00:00
This extends the optimization for single-table HQL bulk updates to the case where the where clause touches multiple tables and we can use a subselect to collect the ids that we need to update.