Tuesday, 19 April 2016

When ejbStore() and ejbLoad() is called ?


  • 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:

Post a Comment

Note: only a member of this blog may post a comment.