We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da7acbf commit 5b4a6dfCopy full SHA for 5b4a6df
hibernate-core/src/main/java/org/hibernate/engine/internal/AbstractEntityEntry.java
@@ -368,8 +368,6 @@ private boolean isNonDirtyViaCustomStrategy(Object entity) {
368
asPersistentAttributeInterceptable( entity ).$$_hibernate_getInterceptor();
369
if ( interceptor instanceof EnhancementAsProxyLazinessInterceptor ) {
370
// we never have to check an uninitialized proxy
371
- // TODO: why do we not check !lazinessInterceptor.hasWrittenFieldNames()
372
- // as we do below in isNonDirtyViaTracker() ?
373
return true;
374
}
375
0 commit comments