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 is difference between ejb 1.1 and ejb 2.0?
How is an entity bean created?
What is an ejb container?
What is JAR file?
Can remove() be a Stateless Session bean?
What is EJB server provider?
What are the components of session beam?
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.
What do you understand by session facade?
In an EJB project, Howmany tables and How many entity beans are used?
Explain ejbhome and ejbobject in ejb?
What are the advantages of java beam?