HHH-12718 Add a comment about the true meaning of interceptorHandledDirtyCheck
This commit is contained in:
parent
da2d986efb
commit
dde8744ca3
|
@ -603,7 +603,7 @@ public class DefaultFlushEntityEventListener implements FlushEntityEventListener
|
|||
}
|
||||
}
|
||||
else {
|
||||
// the Interceptor handled the dirty checking
|
||||
// either the Interceptor, the bytecode enhancement or a custom dirtiness strategy handled the dirty checking
|
||||
interceptorHandledDirtyCheck = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue