What are the various methods of an Entity Bean?
setEntityContext()
unsetEntityContext()
ejbCreate()
ejbRemove()
ejbActivate()
ejbPassivate()
ejbLoad()
ejbStore()
ejbFind()
ejbHome()
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the concept of ejb ql?
What is the purpose of JNDI?
What is the difference between message driven beans and stateless session beans?
What does @singleton annotation do?
An EJB client, can marshall an object of the class java.lang.Class to an EJB?
Differentiate “find a method” from “select method” in EJB ?
What is ejb container in java?
What are the callback annotations for entity bean?
Enlist the declarative transaction types?
What is ejb home object?
What is applicationscoped?
Define ripple effect?