public abstract class TransactionEventListenerAdapter extends Object implements TransactionEventListener
| Constructor and Description |
|---|
TransactionEventListenerAdapter() |
| 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
|
public TransactionEventListenerAdapter()
public void postTransactionCommit(Transaction tx)
TransactionEventListenerpostTransactionCommit in interface TransactionEventListenerpublic void postTransactionRollback(Transaction tx, Throwable cause)
TransactionEventListenerpostTransactionRollback in interface TransactionEventListenerCopyright © 2016. All rights reserved.