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 a stateless session?
What are the limitations of using local object?
What is stateless authentication?
What is ejb container?
What causes statelessness?
How does a container, manage access, from multiple transactions on an entity bean?
What is the procedure for the creation of stateless ejb?
What is bean in ejb?
Does spring use ejb?
what is the Control flow of an Entity?
Why do we need ejb?
Life Cyle methods in Entity Bean with Bean Managed Persistence