Tell me difference between Container managed persistent
bean & Bean managed persistent bean?
Answer Posted / janet
In Bean Managed Persistence, the bean is entirely
responsible for storing and retriving it's instance data.
The Entity bean interface provides methods for the container
to notify an instance when it needs to store or retrive its
data.
In container manaed persistence,entity bean data is
automatically maintained by the container using a mechanism
of it's choosing.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Enlist the CallBack methods of Session Bean?
What is stateless code?
What is ejb in weblogic?
What is @enableautoconfiguration?
Should services be stateless?
What is the difference between message driven beans and stateless session beans?
What do you understand by annotation in ejb to do the database entity relationships/mappings with examples?
What is ejb client?
Why is ejb used?
What’s new in the ejb 2.0 specification?
What is stateless authentication?
How to generate ejb stubs in eclipse?
What is ejb bean in java?
What is message-driven bean?
What is an ejb container?