This content has been marked as final.
Show 1 reply
-
1. Re: Consistency of Entity Beans with Batch updates from thir
peejay Jul 24, 2003 12:33 PM (in response to avantrik)Hi,
with cmp, the container does the synchronization with the database before a methode in a bean instance is executed. After the synchronization it calls ejbLoad().
So you dont have to care about consistency.
regards
peejay