|
|
|
| |
Bean-managed
transaction
When an enterprise bean defines the boundaries
of the transaction it is called bean-managed
transaction.
If we use bean managed transaction we are responsible
for progrmming transaction logic into your application
code. That is we are responsible for issuing
a begin statement and ether a commit or an abort
statement.
|
|