mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-14 15:14:56 +00:00
When a HQL bulk update query only touches a single table, use BasicExecutor instead of MultiTableUpdateExecutor. This is an alternate implementation to the one proposed by @NathanQingyangXu in #3508 and loosely based on that work.