This may be a basic question, but I am relatively new to
EJBs...
I have two rows in a database:
The first one is full of data (all columns populated).
The second one is blank except for the primary key.
I want to use the entity bean representing the first row to
clone all of the columns to the second bean (where the primary key is
already assigned). Is there a clone() function (I can't find one in the API)
or another clever way to quickly copy all of the columns to the second bean?
Thanks for your help!
===========================================================================
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".