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
What is singleton session bean?
What are the components of session beam?
What is the difference between message driven beans and stateless session beans?
What is the procedure of ejb container to handle exceptions?
What are the limitations of using local object?
How can a session bean be configured for transactions of bean-managed?
How many ejb objects are created for a bean?
why Bean class implements all business method of Remote interface but bean bean class not implements the remote interface
how can u integrate ejb and hibernate? How can u call hibernateDAO methods in session bean?
Explain the architectural relationship between JavaBeans and JTA?
What is stateless authentication?
Explain the concept of local interfaces?
Why should we use ejb?
What is the purpose of ejb in java?
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?