public interface TransactionEventListener
| Modifier and Type | Method and Description |
|---|---|
void |
postTransactionCommit(Transaction tx)
Called after the transaction has been committed
|
void |
postTransactionRollback(Transaction tx,
Throwable cause)
Called after the transaction has been rolled back
|
void postTransactionCommit(Transaction tx)
void postTransactionRollback(Transaction tx, Throwable cause)
Copyright © 2016. All rights reserved.