Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-orm
Commit: 9ded66b90f94135aff332969f8c49e3a403712c7
https://github.com/hibernate/hibernate-orm/commit/9ded66b90f94135aff33296...
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