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 |
how to deploy enterprise javabeans?
what is ejb
How to connect to a specific enterprise bean?
How stateful session beans will maintain consistency, across transaction updates?
What is meant by ejb?
When was ejb developed?
What transaction attributes does Java Bean containers support?
Enlist the enterprise beans types?
Is it possible to write two EJBs that have different bean classes, but they share same Remote interface and Home interfaces?
An EJB client, can marshall an object of the class java.lang.Class to an EJB?
What is ejb role in j2ee?
Why should we use ejb?