Hi,
I am writing session beans and BMP Entity bean to insert, Update, Delete rows into database tables.
Insert seems simple to me as I have to just call create() in Session Bean which will call ejbCreate() in BMP entity bean and a row will be inserted.
What should I do to update a row?
Or delete a row.
Thanks in advance.
Rajeev
