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

Reply via email to