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 the relationship between an EJB component, EJB container, and an application server?
How to connect to a specific enterprise bean?
What do you mean by ejb ql?
Why serialization is used?
Define EAR, WAR and JAR ?
What is session bean in ejb?
Basic types of Enterprise JavaBeans?
Mention the three levels for applying interceptor methods.
How Stateful Session bean will store its State ?
how to set the relationship between tables in ejb
Tell me difference between Container managed persistent bean & Bean managed persistent bean?
How do you decide whether you should use session, entity or message driven bean?