Assembling access intents to EJB 2.x entity beans
Subtopics
- Apply access intent policies to beans
We can apply an access intent policy to an application's entity beans through the assembly tool.
- Configure read-read consistency checking with an assembly tool
Read-read consistency checking only applies to LifeTimeInCache beans whose data is read from another transaction. The product checks that the data is consistent with the data store, and ensures that it is not updated after checking for access intents that are repeatable read (RR).
- Access intent service
Access intent is an application server runtime service that enables us to precisely manage an application's persistence.
- Apply access intent policies to methods
You apply an access intent policy to a method, or set of methods, in an application's entity beans through the assembly tool.