Life Cyle methods in Entity Bean with Bean Managed Persistence
Answer Posted / janet
ejbCreate()
ejbPostCreate()
setEntityContext()
ejbActivate()
ejbPassivate()
ejbLoad()
ejbStore()
ejbRemove()
ejbFindPrimaryKey()
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is method overloading allowed in ejb?
What is ejb container?
How does ejbs work?
What is applicationscoped?
Is decorator an ejb design pattern?
What is session bean in ejb?
An instance of stateful session ejb when accessed simultaneously from more than one clients on same vm results in remoteexception or ejbexception. In case the client is a servlet thread, which of the techniques can be used to avoid remoteexception/ejbexception?
Can tomcat run ejb?
Why stateless is better than stateful?
What is stateless and stateful session bean in ejb?
How can one EJB be called from within another EJB?
Enlist the CallBack methods of Session Bean?
Define ripple effect?
How does ejb container work?
why Bean class implements all business method of Remote interface but bean bean class not implements the remote interface