-
Bug
-
Resolution: Done
-
Major
-
7.2.0.GA
Deleting all entities on both sides of a lazy, bi-directional OneToMany association fails with a constraint violation if (and only if) bytecode enhancement is enabled (e.g. <enableLazyInitialization>true</enableLazyInitialization> using the hibernate-enhance-maven-plugin) and if all the "many" side entities are deleted (i.e. entityManager.remove(...) is called) before the "one" side entities.
- is blocked by
-
JBEAP-16549 (7.2.z) HHH-13138 - Work around class loading issues so that bytecode enhanced tests can run as expected
- Closed
- is incorporated by
-
JBEAP-16457 (7.2.z) Upgrade Hibernate ORM from 5.3.9 to 5.3.10
- Closed
- is related to
-
JBEAP-16780 (7.2.z) HHH-13317 EnhancementException using Javassist bidirectional association management with many-to-one in embeddable
- Closed