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 do you mean by ejbdoclet?
Mention the three levels for applying interceptor methods.
Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean?
Why do we need ejb in java?
Define EAR, WAR and JAR ?
How can a session bean be configured for transactions of bean-managed?
What is ejb container in java?
What are the differences between ejb 3.0 and ejb 2.0?
Write down the steps for the creation of stateless ejb.
Explain the architectural relationship between JavaBeans and JTA?
What is ejb javatpoint?
What is ejb and its types?
Is having static initializer blocks legal in ejb?
Explain transaction and various methods to manage it?
In what format is the conversational data written to the disk?