What are the call back methods in Entity bean


Answered by Jey Ramasamy on 2005-05-08 19:51:04: 1. setEntityContext() 
2. ejbCreate() 
3. ejbPostCreate() 
4. ejbActivate() 
5. ejbPassivate() 
6. ejbRemove() 
7. unsetEntityContext()

Showing Answers 1 - 6 of 6 Answers

Jey Ramasamy

  • May 8th, 2005
 

1. setEntityContext() 
2. ejbCreate() 
3. ejbPostCreate() 
4. ejbActivate() 
5. ejbPassivate() 
6. ejbRemove() 
7. unsetEntityContext()

  Was this answer useful?  Yes

purna

  • Sep 25th, 2005
 

ejbCreate() is a callback method or not

  Was this answer useful?  Yes

srini

  • May 21st, 2006
 

no ejbcreate() is not a callback method

  Was this answer useful?  Yes

amics

  • Mar 30th, 2007
 

  •  setEntityContext(EntityContext)
  •  unsetEntityContext()
  •  ejbLoad()
  •  ejbStore()
  •  ejbActivate()
  •  ejbPassivate()
  •  ejbRemove()

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