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 does @singleton annotation do?
Why do we use ejb?
Is ejbCreate() method mandatory while defining a Session Bean?
What are stateless applications?
What does ejb stand for?
What is ejb ql?
What is stateless session?
Enlist the enterprise beans types?
What do you understand by annotation in ejb to do the database entity relationships/mappings with examples?
What is the full form of ejb in java?
What changes have been made in ejb 2.0 specifications?
How is consistency maintained by Stateful Session through transaction updates ?
Is it possible to have threading in ejb?
What does @inject mean in java?
Enlist the CallBack methods of Session Bean?