Hi,
I have one query regarding finder methods in Entity Beans.
When a client invokes a finder method say, findByPrice(int
startingAmount,int finalAmount), more than one row can be returned.
In this case, enumeration of EJBObjects(containing refernces of primary
class objects) will be returned to the user.
What there be one Entity Bean tied to that many EJBObjects or will there be
entity bean corresponding to each EJBObject ie each EJBObject tied to one
entity bean?
Thanks,
Harish Taneja
===========================================================================
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".