What is bean managed transaction?- To increase the productivity, database operations can be implemented manually by writing suitable JDBC code.
- This is usually when a developer does not want the Container to manage the transactions. However, this makes Entity Bean incompatible with some databases and it increases the amount of code to be written.
- The transaction management has to be explicitly done by the developer.
|