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 are stateless functions?
What is the use of @ejb annotation?
What is the new basic requirement for a cmp entity bean class in 2.0 from that of ejb 1.1?
What are the different types of ejb?
List some key actors in persistence api.
What is session bean in ejb?
How many types of session beans are available in ejb?
What is ejb home object?
What changes have been made in ejb 2.0 specifications?
What is ejb framework?
What is the full form of ejb in java?
What is pub/sub model?
Explain transaction and various methods to manage it?
What is an entity manager?
How do you decide whether you should use session, entity or message driven bean?