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
What are the differences between ejb 3.0 and ejb 2.0?
What are the system services of ejb container?
Who took over ejb?
Where is ejb used?
What is Enterprise JavaBeans (EJB)?
Write down the steps for the creation of stateless ejb.
Is microservice stateless?
Are entity beans allowed to create() methods?
A client wants to preserve the reference to the ejbhome object of an enterprise bean instance and use it later. Which of the following can be serialized for this purpose?
Why do we need ejb?
How can a CORBA object, accessed from a EJB?
What’s the difference between hibernate and ejb 3? Don’t you think ejb 3 is just a clone of hibernate?
Is ejb be called from another ejb? If yes then how?
What causes statelessness?
What is an ejb context?