HHH-9663 - Fix orphan removal cascade for one-to-one mappings.

This commit is contained in:
Chris Cranford 2017-04-11 12:55:45 -04:00 committed by Gail Badner
parent 63e6793d8f
commit 0677bb365f
1 changed files with 0 additions and 9 deletions

View File

@ -115,15 +115,6 @@ public final class Cascade {
}
else {
// Nothing to do, so just skip cascading to this lazy (non-collection) attribute.
if ( action.requiresNoCascadeChecking() ) {
action.noCascade(
eventSource,
parent,
persister,
types[ i ],
i
);
}
continue;
}
}