public interface Transactional
| Modifier and Type | Method and Description |
|---|---|
void |
begin()
Begins the transaction
|
void |
commit()
Commits the transaction
|
void |
rollback()
Rolls the transaction back
|
void begin()
throws org.mule.runtime.api.tx.TransactionException
org.mule.runtime.api.tx.TransactionException - if the transaction fails to beginvoid commit()
throws org.mule.runtime.api.tx.TransactionException
org.mule.runtime.api.tx.TransactionException - if the transaction fails to commitvoid rollback()
throws org.mule.runtime.api.tx.TransactionException
org.mule.runtime.api.tx.TransactionException - if the transaction fails to roll backCopyright © 2020. All rights reserved.