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
How ejb invocation happens?
What is difference between ejb and spring?
What are the system services of ejb container?
Differentiate ‘Stateful Session’ from ‘Entity Bean’ ?
What is the difference between message driven beans and stateless session beans?
What is pub/sub model?
Should services be stateless?
What’s the difference between hibernate and ejb 3?
What is backing bean?
What is passivation and activation in ejb?
What do you mean by timer service and where it is used?
How is consistency maintained by Stateful Session through transaction updates ?
Why do we use ejb?
What is the purpose of ejb in java?
Explain the concept of connection pooling feature of ejb container?