HHH-14733 Not useful to clear the bycodeprovider caches on sessionFactoryClosing

This commit is contained in:
Sanne Grinovero 2021-06-25 11:19:56 +01:00 committed by Sanne Grinovero
parent 6608d03bfc
commit e782ddf8f9
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ public final class SessionFactoryObserverForBytecodeEnhancer implements SessionF
@Override
public void sessionFactoryClosing(final SessionFactory factory) {
this.bytecodeProvider.resetCaches();
//unnecessary
}
@Override