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 |
Is state maintained by a Stateless bean?
What is stateless and stateful session bean in ejb?
Write down the steps for the creation of stateless ejb.
What is ejb bean in java?
can we have static initializer blocks in EJB?
Mention the three levels for applying interceptor methods.
Difference between javaBeans and Enterprise JavaBeans?
1 Answers Indotech, Tech Mahindra,
how can u integrate ejb and hibernate? How can u call hibernateDAO methods in session bean?
explain why we say stateless beans does not maintain conversation state besides statefull maintains conversation state. give some examples...
What do you mean by ejb?
What are stateless functions?
How does ejb container work?