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


Please Help Members By Posting Answers For Below Questions

What does @singleton annotation do?

756


Why do we use ejb?

734


Is ejbCreate() method mandatory while defining a Session Bean?

785


What are stateless applications?

800


What does ejb stand for?

821


What is ejb ql?

776


What is stateless session?

742


Enlist the enterprise beans types?

781


What do you understand by annotation in ejb to do the database entity relationships/mappings with examples?

795


What is the full form of ejb in java?

715


What changes have been made in ejb 2.0 specifications?

794


How is consistency maintained by Stateful Session through transaction updates ?

867


Is it possible to have threading in ejb?

754


What does @inject mean in java?

840


Enlist the CallBack methods of Session Bean?

766