|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransactionalDataControl
This interface is to be implementated by DataControls that supports transactions.
Method Summary | |
---|---|
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. |
Methods inherited from interface oracle.binding.DataControl |
---|
getDataProvider, getName, invokeOperation, release |
Method Detail |
---|
boolean isTransactionDirty()
void rollbackTransaction()
void commitTransaction()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |