Life Cyle methods in Entity Bean with Container Managed
persistence

Answers were Sorted based on User's Feedback



Life Cyle methods in Entity Bean with Container Managed persistence..

Answer / janet

ejbCreate()
ejbPostCreate()
setEntityContext()
ejbActivate()
ejbPassivate()
ejbLoad()
ejbStore()
ejbRemove()
ejbFindPrimaryKey()

Is This Answer Correct ?    1 Yes 0 No

Life Cyle methods in Entity Bean with Container Managed persistence..

Answer / anandini

yes this ans is correct.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More EJB Interview Questions

What is ejb in spring?

1 Answers  


Basic types of Enterprise JavaBeans?

4 Answers   TCS,


what s the difference b/w EJB 2.0 and EJB 3.0 technically

2 Answers   Microsoft, Mind Tree, Tech Mahindra,


Can an ejb send asynchronous notifications to its clients?

1 Answers  


What is entity beans in ejb with example?

1 Answers  


Which is the only method defined in the javax.ejb.handle interface?

1 Answers  


What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations?

1 Answers  


How many types of session beans are available in ejb?

1 Answers  


How can a CORBA object, accessed from a EJB?

1 Answers  


What is Entity Bean and Session Bean?

1 Answers   KPIT,


How to determine, that beans are TX or not?

1 Answers  


What is backing bean?

1 Answers  


Categories