I started to implement my system using CMP Entity Beans. However, the
minute I needed to execute a JOIN in order to implement one of the finder
methods, I realized that I have a problem. It seems, that CMP is only good
for TRIVIAL object relationships. The minute a query needs to JOIN from
more than one table in order to execute the find, CMP shows it's
limitations. This means, that for all but the simplest of objects, I need
to use BMP (which appears to be much slower). Is this what most of you have
found? Am I missing something when it comes to CMP?
Thanks.
-AP_
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".