Answer Posted / vaibhav
Transaction attribute is specified in the XML configuration
file of the EJb and is used to specify the function calls
that has to made in the context of a transaction. A new
transaction can be started with the mentioned function call
or some function can be called only if some transactions is
already started. It is useful in database updations context
when more than one instances of the EJb updates the
database at the same time.
Some standard paramaters are:
RequiresNew
NoTransaction
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of ejb in java?
Enlist the enterprise beans types?
Is ejbCreate() method mandatory while defining a Session Bean?
What are ejb components?
How entity beans support container managed persistence?
What causes statelessness?
What is stateless session bean?
Is state maintained by a Stateless bean?
What is singleton session bean?
What is ejb and its properties?
What is enterprise javabeans (ejb) container?
How to invoke ejb from java client?
What’s new in the ejb 2.0 specification?
In what format is the conversational data written to the disk?
How can I access ejb from asp?