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
|
Copyright © 2017 MuleSoft, Inc.. All rights reserved.