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 |
What is ejb container in java?
What is stateful or stateless?
What is an ejb context?
What is mdb?
What is EJB server provider?
What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations?
What is ejb 3?
What’s the difference between hibernate and ejb 3? Don’t you think ejb 3 is just a clone of hibernate?
When was ejb developed?
Who took over ejb?
What is ejb and its types?
Mention the three levels for applying interceptor methods.