Suppose I have an EJB like this:
public class PersonBean implelemts EntityBean{
public String key;
public String firstName;
public String lastName;
public Company company;
etc...
}
How does ejb handle the object reference when it goes to save it?
Thanks in advance.
Dave
===========================================================================
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".