How does a container, manage access, from multiple
transactions on an entity bean?
Answer Posted / guest
Containers manage multiple transactions in one of two ways.
First, the container can instantiate multiple instances of
the bean and let the transaction management of the DBMS
handle transaction processing issues. Or, the container can
acquire an exclusive lock on the instance?s state in the
database, and serialize access from multiple transactions to
this instance
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is an ejb container?
Is method overloading allowed in ejb?
How entity beans support container managed persistence?
How to find ejb version in websphere?
What is stateless session bean?
What is EJB object?
Is functional programming stateless?
Is it possible to share an httpsession between a jsp and ejb?
how can u integrate ejb and hibernate? How can u call hibernateDAO methods in session bean?
What is ejb context?
What does it mean to be stateless?
What are the types of ejb?
How to import ejb project in eclipse?
List some key actors in persistence api.
What is jar, war, and ear?