Modify MarkedAsDeleted to ignore beans added during load

Adds the additional queryIds.contains(id) check
This commit is contained in:
Rob Bygrave
2023-05-01 13:11:03 +12:00
parent e04f33aaf0
commit 05ab1ba25e
6 changed files with 46 additions and 25 deletions
@@ -115,7 +115,7 @@ public final class InterceptReadWrite implements EntityBeanIntercept {
@Override
public String toString() {
return "InterceptReadWrite{state=" + state +
return "InterceptReadWrite@" + hashCode() + "{state=" + state +
(dirty ? " dirty;" : "") +
(forceUpdate ? " forceUpdate;" : "") +
(readOnly ? " readOnly;" : "") +