public interface TransactionManager
| Modifier and Type | Method and Description |
|---|---|
void |
begin()
Begin the transaction
|
void |
commit()
Commit the transaction
|
void |
rollback()
Rollback the transaction
|
void begin()
TransactionException - If an exception got thrown while beginning the exceptionvoid commit()
TransactionException - If an exception got thrown while committing the exceptionvoid rollback()
TransactionException - If an exception got thrown while rollingback the exceptionCopyright © 2020. All rights reserved.