|
By the time when parent entity is being checked against changes (inside org/hibernate/persister/entity/AbstractEntityPersister.java:findDirty() method), its previous state already contains the inserting child. So both previous and current states are identical.
|