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 JAR file?
In an EJB project, Howmany tables and How many entity beans are used?
EJB containers supports what kind of transaction attributes?
What are the various types of entity beam?
What is ejb application?
What is the difference between stateful and stateless session beans?
Difference between container-managed & bean-managed persistence?
What is the TX operational difference between Session Bean and Entity Bean?
What is entity bean in ejb?
What are the components of session beam?
Is having static initializer blocks legal in ejb?
How can enterprise javabeans be accessed from active server pages?