This figure shows two clients, Client 1 and Client 2, each starting a transaction with the same read-only BMP entity bean with primary key 100. OC4J allocates the same cached instance of the read-only BMP entity bean with primary key 100 to both Client 1 and Client 2. Because the BMP entity bean is read-only, both transactions can proceed in parallel.