Hi, I recently read [url=http://j2eeadvisor.com/doc/14180]here[/url] that sometimes it is beneficial (performance-wise) to use stored procedures for more complex queries (i guess instead of entity finder methods). but does using stored procedures force one to abandon CMP, and use BMP?
on that note, what does an AS do with EJQL queries? Are they: -translated into SQL which is then executed by RDBMS -executed by the AS itself (thereby possibly resulting in multiple queries to RDBMS -other? thanks a lot -nikita [/url] View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844058#3844058 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844058 ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
