How does a container, manage access, from multiple
transactions on an entity bean?
Answer / 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 |
What do you mean by ejb ql?
In an EJB project, Howmany tables and How many entity beans are used?
What do you mean by ejb?
What is stateless and stateful?
What is an ejb platform?
What is EJB server provider?
How can I access ejb from asp?
Define Clone?
What is the perpose of EJBs?
What does it mean to be stateless?
can we stop the execution of a method before completion?
What is activemq used for?