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 the influence factors of ejbLoad() & ejbStore()?
What do you mean by re-entrant? Can you say that session beans as re-entrant? Can entity beans be specified as re-entrant?
What changes have been made in ejb 2.0 specifications?
Define ejb Create() and EjbPostCreate()?
What is ejb in java?
What is bean-managed transaction?
How entity beans support container managed persistence?
What is the procedure for the creation of stateless ejb?
What ejb means?
An instance of stateful session ejb when accessed simultaneously from more than one clients on same vm results in remoteexception or ejbexception. In case the client is a servlet thread, which of the techniques can be used to avoid remoteexception/ejbexception?
What is use of @postconstruct?
Is having static initializer blocks legal in ejb?