public interface TransactionContextListener
Modifier and Type | Method and Description |
---|---|
void |
afterCompletion(TransactionContext transactionContext,
boolean committed)
Occurs after the transaction commits or rolls back.
|
void afterCompletion(TransactionContext transactionContext, boolean committed)
transactionContext
- the transaction context that completedcommitted
- true if the transaction committed; false otherwiseCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.