What is the purpose of ejbLoad()


Answer posted by Nandakumar on 2005-05-21 14:10:36: ejbload comes in cmp. ejbLoad() will retrieve the particular row in the resultset to perform the business methods and later it call ejbStore() to update into the database. This ejbLoad() + business methods + ejbStore() will form a single unit

Showing Answers 1 - 1 of 1 Answers

Nandakumar

  • May 21st, 2005
 

ejbload comes in cmp. ejbLoad() will retrieve the particular row in the resultset to perform the business methods and later it call ejbStore() to update into the database. This ejbLoad() + business methods + ejbStore() will form a single unit

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions