What are the various methods of an Entity Bean?

Answer Posted / niranjanravi

setEntityContext()
unsetEntityContext()
ejbCreate()
ejbRemove()
ejbActivate()
ejbPassivate()
ejbLoad()
ejbStore()
ejbFind()
ejbHome()

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is singleton session bean?

813


What are the components of session beam?

854


What is the difference between message driven beans and stateless session beans?

772


What is the procedure of ejb container to handle exceptions?

779


What are the limitations of using local object?

764


How can a session bean be configured for transactions of bean-managed?

854


How many ejb objects are created for a bean?

753


why Bean class implements all business method of Remote interface but bean bean class not implements the remote interface

2244


how can u integrate ejb and hibernate? How can u call hibernateDAO methods in session bean?

2721


Explain the architectural relationship between JavaBeans and JTA?

2675


What is stateless authentication?

792


Explain the concept of local interfaces?

737


Why should we use ejb?

732


What is the purpose of ejb in java?

851


The ejb container implements the ejbhome and ejbobject classes. For every request from a unique client, does the container create a separate instance of the generated ejbhome and ejbobject classes?

785