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 platform?
What is the procedure for the presentation of ejb persistence mechanism?
What is ejb in java with example?
How many enterprise beans?
Differentiate “find a method” from “select method” in EJB ?
Define Initial Context?
Why should we use ejb?
How does ejb invocation take place?
What is EJB object?
TX operation funtion executed by?
What is use of @postconstruct?
what is mean by OLE ? Please answer me. Advance thanks.
what is the Relationship between EJB and CORBA architecture?
Which services are provided to ejb components by the ejb container?
What is the use of @resource?