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 are ejb components?
Which is the only method defined in the javax.ejb.handle interface?
What are the differences between ejb 3.0 and ejb 2.0?
Is having static initializer blocks legal in ejb?
What are the transaction management benefits of the EJB architecture?
What is an ejb context?
TX operation funtion executed by?
Why do we use @requestmapping?
what is finder method?
What is an ejb platform?
How bean-managed transactions will work?
What are the various methods of an Entity Bean?