WAS v8.5 > Develop applications > Develop EJB applicationsAssemble access intents to EJB 2.x entity beans
Subtopics
- Applying 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. WAS v8.5 checks 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 you to precisely manage an application's persistence.- Applying 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.