Entity Beans store and update rows. Urgent!!
Good morning:
I use a CMP for each row in a table.
I have a CMP, with ejbCreate, ejbRemove and ejbStore methods. In the home I have the create method, but not the remove and store. With VisualCafee I can promote de ejbCreate methods to the home interface, but not the store and remove. The ejbStore and ejbRemove don't have any source code.
If I want to update or delete a row, how can I do it or how the container did it?
Thanks in advance
David B.

