hibernate-orm/hibernate-core
Gavin King d1119d320a HHH-14153 optimize away temp table for single-table HQL update
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.
2020-08-27 00:12:07 +02:00
..
src HHH-14153 optimize away temp table for single-table HQL update 2020-08-27 00:12:07 +02:00
hibernate-core.gradle HHH-14033 - SQL script parsing problem with multi-line comments 2020-05-19 12:25:34 -05:00