How does a container, manage access, from multiple
transactions on an entity bean?
Answer / 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 |
Name the attributes of javax.ejb.ejb.
Enlist the CallBack methods of Session Bean?
ejb session beans and entity beans?
How to generate ejb stubs in eclipse?
what is mean by OLE ? Please answer me. Advance thanks.
Define SessionContext ?
What are the types of enterprise bean?
what are required main interfaces in EJB?
What is the TX operational difference between Session Bean and Entity Bean?
What is @resource in java?
ejbCreate in Entity bean and create method in EJB home, have the same parameters?
What is ejb in spring?