Friday, 10 May 2013

What is the difference between ejbStore() and ejbLoad()? | EJB InterviewQuestions

ejbStore() will be called before ejbPassivate() and is used to store the object to persistent database.
ejbLoad() will be called before ejbActivate() and is used to retrieve the object from persistence datastore.


No comments: