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 stateless functions?
Is it possible to write two EJBs that have different bean classes, but they share same Remote interface and Home interfaces?
What are ejb components?
How does ejb invocation take place?
What are ejbs used for?
What is difference between ejb and spring?
What is rmi and ejb in java?
Can you be deported if you are stateless?
Is soap stateless or stateful?
in EJB diclare the static methods are not?
What are the limitations of using local object?
Differentiate “find a method” from “select method” in EJB ?