public interface TransactionCallback
| 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. 
 | 
void preCommit()
void postCommit()
void preRollback()
void postRollback()
Copyright © 2019. All rights reserved.