public interface TransactionalDataControl extends DataControl
| Modifier and Type | Method and Description | 
|---|---|
| void | commitTransaction()Commits the current transaction to save all changes to the data source. | 
| boolean | isTransactionDirty()Returns true if this transaction has been dirtied by this application, as a result
 of data updates, deletes or inserts. | 
| void | rollbackTransaction()Rolls back the current transaction. | 
getDataProvider, getName, invokeOperation, releaseboolean isTransactionDirty()
void rollbackTransaction()
void commitTransaction()