Life Cyle methods in Entity Bean with Container Managed
persistence
Answer Posted / janet
ejbCreate()
ejbPostCreate()
setEntityContext()
ejbActivate()
ejbPassivate()
ejbLoad()
ejbStore()
ejbRemove()
ejbFindPrimaryKey()
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What do you understand by session facade?
Explain ejbhome and ejbobject in ejb?
What are the components of ejb?
How can a CORBA object, accessed from a EJB?
Can you be deported if you are stateless?
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?
What do you mean by ejbdoclet?
What is ejb and how it works?
How do I use a less than or greater than on a message selector in ejb-jar.xml?
What does @singleton annotation do?
Is it possible to share an httpsession between a jsp and ejb?
What is session bean?
List down the steps for the demonstration of ejp persistence mechanism.
What’s the difference between hibernate and ejb 3? Don’t you think ejb 3 is just a clone of hibernate?
What is ptp model?