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 are the key features of the ejb technology?
What ejb means?
how to set the relationship between tables in ejb
What is stateful or stateless?
What is ejb 3?
ejb session beans and entity beans?
How many enterprise beans?
How do you implement the Local Interfaces ?
What is the TX operational difference between Session Bean and Entity Bean?
What are stateless functions?
What is ejb and its properties?
What are the callback annotations for entity bean?