public interface TransactionController extends DataController
| Modifier and Type | Method and Description |
|---|---|
void |
commit() |
void |
rollback() |
delete, insert, retrieve, retrieveList, updatevoid commit()
throws DataException
DataExceptionvoid rollback()
throws DataException
DataException