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
What is the difference between ejbcreate() and ejbpostcreate?
What optimization could I use if the ejb container is the only point of write access to the database?
What are the different types of ejb?
What do you mean by ejb ql?
Can you be deported if you are stateless?
How does the server decide which beans to passivate and activate?
What is Enterprise JavaBeans (EJB)?
What is ejb and its uses?
What does @singleton annotation do?
What is ejb and its properties?
Define ejb Create() and EjbPostCreate()?
What is the difference between ejb and java beans?
What is session bean?
Can EJB made to handle multiple transactions?
Which is more beneficial: Stateful or Stateless Bean?