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 @enableautoconfiguration?
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 are versions of ejb?
What is ejb application?
What is applicationscoped?
Which is the only method defined in the javax.ejb.handle interface?
What do you mean by EJB architecture?
Enlist the enterprise beans types?
What are ejb containers?
What is ejb client?
What is ejb role in j2ee?
What is activemq used for?
What are the advantages of ejb?
What is EJB object?
What is ejb javatpoint?