Branch: refs/heads/5.4
Home:
https://github.com/hibernate/hibernate-orm
Commit: c7792af01cbe1bcc3b295ebc7febe8a8375ac489
https://github.com/hibernate/hibernate-orm/commit/c7792af01cbe1bcc3b295eb...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2020-08-24 (Mon, 24 Aug 2020)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/persister/entity/UnionSubclassEntityPersister.java
Log Message:
-----------
HHH-14181 Fix bug where HQL update/delete query resulted in same table being updated
twice
for HQL bulk update/delete against union-subclass mapping
also clean up iterator usage in that section of code