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
Why is ejb used?
What is an entity and its types?
What are the basic and subtypes of enterprise java beans (ejb)?
How does ejb invocation happens?
How many enterprise beans?
What is enterprise bean?
How to create ejb project in eclipse?
How does ejb container work?
What is meant by ejb?
Explain ejbhome and ejbobject in ejb?
Can remove() be a Stateless Session bean?
What are the components of ejb?
What do you understand by annotation in ejb to do the database entity relationships/mappings with examples?
What is the difference between ejbcreate() and ejbpostcreate?
Name the acid properties of a transaction.