HHH-14733 Not useful to clear the bycodeprovider caches on sessionFactoryClosing
This commit is contained in:
parent
6608d03bfc
commit
e782ddf8f9
|
@ -25,7 +25,7 @@ public final class SessionFactoryObserverForBytecodeEnhancer implements SessionF
|
|||
|
||||
@Override
|
||||
public void sessionFactoryClosing(final SessionFactory factory) {
|
||||
this.bytecodeProvider.resetCaches();
|
||||
//unnecessary
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue