Life Cyle methods in Entity Bean with Bean Managed Persistence
Answer / janet
ejbCreate()
ejbPostCreate()
setEntityContext()
ejbActivate()
ejbPassivate()
ejbLoad()
ejbStore()
ejbRemove()
ejbFindPrimaryKey()
| Is This Answer Correct ? | 0 Yes | 0 No |
What is use of @postconstruct?
How does legacy object mapping work?
Why do we need ejb in java?
how can u integrate ejb and hibernate? How can u call hibernateDAO methods in session bean?
How entity beans support container managed persistence?
What is Enterprise JavaBeans (EJB)?
Using Container managed entity bean, how an entity bean can be created?
How do you decide whether you should use session, entity or message driven bean?
In an EJB project, Howmany tables and How many entity beans are used?
What is ejb and why it is used?
Does spring use ejb?
What is ejb home object?