mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-03-03 00:09:19 +00:00
HHH-12718 Add a comment about the true meaning of interceptorHandledDirtyCheck
This commit is contained in:
parent
7134e8b968
commit
92f4758889
@ -603,7 +603,7 @@ else if ( entry.getStatus() == Status.DELETED && !event.getEntityEntry().isModif
|
||||
}
|
||||
}
|
||||
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…
x
Reference in New Issue
Block a user