Re: [JBoss-user] CMP 2.0 Optimization

2002-07-14 Thread Alex Loubyansky
Hello shreedhar, you need to use read-ahead strategy for loading optimizations. That allows to define load-group for CMPs and CMRs and let these groups be loaded 'on-load', 'on-find' and lazy-loaded (by default). It is covered in Dain's JBossCMP docs. alex Monday, July 15, 2002, 9:44:07 AM, you

[JBoss-user] CMP 2.0 Optimization

2002-07-14 Thread shreedhar
Hi, I have a one to many relationship between EB's. Say A(1)--->(*)B Now B is a maintained as a collection in the Entity Bean A (CMR). A is associated with many B's. Whenever I access a method in A, all the B's associated with A get loaded. Is that correct. If so, how can I optimize this scen