Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is Transaction attribute?

Answers were Sorted based on User's Feedback



What is Transaction attribute?..

Answer / uma

but in EJB 3, we have 5 transaction attributes
Required
RequiresNew
Supports
Never
Mandatory
u can go through any EJB book for the details.
the transaction attributes are a way to restrict the beans
in the transactions

Is This Answer Correct ?    3 Yes 0 No

What is Transaction attribute?..

Answer / 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

What is Transaction attribute?..

Answer / hardeep kumar

Required
RequiresNew
Supports
NotSupported
Never
Mamdatory

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More EJB Interview Questions

What is ejb context?

0 Answers  


Is functional programming stateless?

0 Answers  


Can remove() be a Stateless Session bean?

0 Answers  


Where is ejb used?

0 Answers  


How can I access ejb from asp?

0 Answers  


Can the primary key in the entity bean be a Java primitive type such as int?

2 Answers   CTS,


What is session bean?

0 Answers  


What are the required methods to implement EJB architecture?

2 Answers  


What is the difference between session and entity beans? When should I use one or the other?

0 Answers  


Tell me difference between Container managed persistent bean & Bean managed persistent bean?

1 Answers   KPIT,


What is the full form of ejb in java?

0 Answers  


how to set the relationship between tables in ejb

1 Answers  


Categories