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
How to increase ejb transaction timeout in weblogic?
What is ejb application?
What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations? When would I use one over the other?
How does ejb container work?
What do you mean enterprise javabeans (ejb) container?
What is entity bean?
What is Enterprise JavaBeans Query Language (EJB QL)?
What is stateless and stateful session bean in ejb?
Differentiate “find a method” from “select method” in EJB ?
What is an ejb container?
What causes statelessness?
What is the difference between session and entity beans? When should I use one or the other?
What do you mean by EJB architecture?
What is @resource in java?
What is the purpose of ejb in java?