mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 08:35:13 +00:00
HHH-12523 - Invoke CacheTransactionSynchronization.transactionCompleting
This commit is contained in:
parent
9f0c1a751a
commit
fb7c1a4598
@ -2476,6 +2476,7 @@ public void beforeTransactionCompletion() {
|
||||
catch (Throwable t) {
|
||||
log.exceptionInBeforeTransactionCompletionInterceptor( t );
|
||||
}
|
||||
super.beforeTransactionCompletion();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user