Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


The following convention is used for the DML locator for the examples -

Code Block
languagesql
Data Access Map Key : Module Name (EMPLOYEE)
Operation Extension : Application Name (MYAPP)


Needless to say, all the operations that involve data manipulation needs to be run within a transaction boundary. The DAF does not mandate usage of transactions; rather it tries to enlist itself into a transaction that may have already been started. The default configuration done by the framework is to enable the enlisting. This would mean that as an end application, you have the liberty to place your transaction boundary in any layer and the DML queries automatically enlist themselves into the transaction.

View the following Pages:

Page Tree
rootCRUD Operations