Life Cyle methods in Entity Bean with Bean Managed Persistence
Answer Posted / janet
ejbCreate()
ejbPostCreate()
setEntityContext()
ejbActivate()
ejbPassivate()
ejbLoad()
ejbStore()
ejbRemove()
ejbFindPrimaryKey()
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
can anyone explain me the workflow of EJB.I have developed an app. in WSAD using an example that contains CMP and session bean.But i am not able to understand the basic flow between diffrent packages.
Which services are provided to ejb components by the ejb container?
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 do you mean by bean managed transaction?
Enlist the enterprise beans types?
What is @autowired required false?
Is it possible to write two ejb’s that share the same remote and home interfaces, and have different bean classes? If so, what are the advantages/disadvantages?
Does spring use ejb?
What are stateless applications?
What happens when I change a value in the httpsession from inside an ejb?
What are the various types of entity beam?
How to create ejb project in eclipse?
What are the advantages of java beam?
What is singleton session bean?
What is @enableautoconfiguration?