Life Cyle methods in Entity Bean with Container Managed
persistence
Answers were Sorted based on User's Feedback
Answer / janet
ejbCreate()
ejbPostCreate()
setEntityContext()
ejbActivate()
ejbPassivate()
ejbLoad()
ejbStore()
ejbRemove()
ejbFindPrimaryKey()
| Is This Answer Correct ? | 1 Yes | 0 No |
What is ejb in spring?
Basic types of Enterprise JavaBeans?
what s the difference b/w EJB 2.0 and EJB 3.0 technically
2 Answers Microsoft, Mind Tree, Tech Mahindra,
Can an ejb send asynchronous notifications to its clients?
What is entity beans in ejb with example?
Which is the only method defined in the javax.ejb.handle interface?
What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations?
How many types of session beans are available in ejb?
How can a CORBA object, accessed from a EJB?
What is Entity Bean and Session Bean?
How to determine, that beans are TX or not?
What is backing bean?