open static fun triggerAfterCompletion(completionStatus: Int): Unit
Trigger afterCompletion callbacks on all currently registered synchronizations.
completionStatus - the completion status according to the constants in the TransactionSynchronization interface
See Also
TransactionSynchronizationManager#getSynchronizations()TransactionSynchronization#afterCompletion(int)TransactionSynchronization#STATUS_COMMITTEDTransactionSynchronization#STATUS_ROLLED_BACKTransactionSynchronization#STATUS_UNKNOWN