How do I set the Transaction Isolation level for Container Managed Transactions in OC4J? Which isolation levels are supported?
Transaction isolation levels are set in the orion-ejb-jar.xml as an attribute of the entity-deployment tag , e.g.
Related Questions
- Does the isolation level specified for OC4J transactions automatically propagate to the underlying database transactions for CMP Entity Beans? Do you have to manage this yourself for BMP Entity beans?
- Why can I hold on to a cmr-field (Container Managed Relationship) collection and use it after the transaction commits?
- What Are Transaction Isolation Levels Supported by Oracle?