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