This method will be invoked after beforeCommit
, even when beforeCommit
threw an exception. This callback allows for closing resources before transaction completion, for any outcome.
@throws RuntimeException in case of errors; will be logged but not propagated(note: do not throw TransactionException subclasses here!)
@see #beforeCommit
@see #afterCompletion
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|