public abstract class TransactionCallbackAdapter extends Object implements TransactionCallback
| Constructor and Description | 
|---|
TransactionCallbackAdapter()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
postCommit()
Perform processing just after the transaction commit. 
 | 
void | 
postRollback()
Perform processing just after the transaction rollback. 
 | 
void | 
preCommit()
Perform processing just prior to the transaction commit. 
 | 
void | 
preRollback()
Perform processing just prior to the transaction rollback. 
 | 
public TransactionCallbackAdapter()
public void preCommit()
preCommit in interface TransactionCallbackpublic void postCommit()
postCommit in interface TransactionCallbackpublic void preRollback()
preRollback in interface TransactionCallbackpublic void postRollback()
postRollback in interface TransactionCallbackCopyright © 2019. All rights reserved.