![]() |
|
In this isolation level, multiple instances of beans are created for each concurrent transaction. At the time of committing the transaction, the bean's container-managed fields are compared and an update is done only if the state is dirty.
This option is used when the concurrent transactions are high in reads and low in updates; it can lead to non-repeatable reads and lost updates.
Concurrent transactions that require shared lock for get accessor methods can go ahead and access the bean, an update call is avoided if the bean state was not modified as part of the transaction.
Related Topics:
| © Pramati Technologies 2007 | Runs on Pramati Server | Feedback | Legal |