Konstantin Priblouda wrote: >> > > Which voids the very idea of CMP :) > Why do I need it ( CMP ), if I still have to obtain > connection and call something on database backend > myself? > This is one call, and it has the tremendous advantage that it will work. You're still not writing separate insert, update, delete, and one query per finder method. Also, BMP finders returning collections are very innefficient, whereas with CMP the container has the opportunity to optimize this. In JBoss 2.4, CMP collection finders are optimizable. _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user
- [JBoss-user] create(), ejbCreate() and id Boris Garbuzov
- Re: [JBoss-user] create(), ejbCreate() and... Konstantin Priblouda
- Re: [JBoss-user] create(), ejbCreate()... bcd
- Re: [JBoss-user] create(), ejbCrea... Konstantin Priblouda
- Re: [JBoss-user] create(), ejb... bcd
- Re: [JBoss-user] create()... David Jencks
- Re: [JBoss-user] create(), ejbCreate() and... Vinay Menon
- RE: [JBoss-user] create(), ejbCreate() and... Jay Walters
- Re: [JBoss-user] create(), ejbCreate()... danch (Dan Christopherson)
- Re: [JBoss-user] create(), ejbCrea... Konstantin Priblouda
- Re: [JBoss-user] create(), ejb... danch (Dan Christopherson)
- Re: [JBoss-user] create(), ejbCrea... Allen fogleson
- Re: [JBoss-user] create(), ejb... Nicolai P Guba