Configuring 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 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.