HHH-12523 - Invoke CacheTransactionSynchronization.transactionCompleting
This commit is contained in:
parent
75c2a6d619
commit
7c3a4b62f1
|
@ -2456,6 +2456,7 @@ public final class SessionImpl
|
|||
catch (Throwable t) {
|
||||
log.exceptionInBeforeTransactionCompletionInterceptor( t );
|
||||
}
|
||||
super.beforeTransactionCompletion();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue