Life Cyle methods in Entity Bean with Bean Managed Persistence
Answer / janet
ejbCreate()
ejbPostCreate()
setEntityContext()
ejbActivate()
ejbPassivate()
ejbLoad()
ejbStore()
ejbRemove()
ejbFindPrimaryKey()
| Is This Answer Correct ? | 0 Yes | 0 No |
What is Enterprise JavaBeans Query Language (EJB QL)?
How can a session bean be configured for transactions of bean-managed?
Why serialization is used?
How to determine, that beans are TX or not?
Where a bean can be used ?
What is the use of @resource?
How do identify two same entity beans?
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?
How Client will contact the Bean?
3 Answers Four soft, Tech Mahindra,
Should services be stateless?
What is @enableautoconfiguration?
Can you be deported if you are stateless?