Basics - TransactionsPage edited by Trenton D. AdamsChanges (2)
Full ContentOne of the many benefits of EJB, is that transactions within the EJB container are generally managed entirely automatically. Any EJB component will, by default, partake in that transaction. Here are some basic rules to understand about transactions. Keep note that this is the default behaviour, and the system can be configured to behave differently, depending on the needs of your system, bean, or individual methods of your beans. ParticipantsVarious components and parts of the EJB system can be part of a transaction. These include... BehaviourThe basic default behaviours are ConfigurationYou can configure your beans in a variety of ways. Generally speaking, a transaction is started when a method is called, but can be configured using @TransactionAttribute(value = TransactionAttributeType.X), where X is one of...
Change Notification Preferences
View Online
|
View Changes
|
Add Comment
|
- [CONF] OpenEJB 3.0.x documentation > Basics - Transactions confluence
- [CONF] OpenEJB 3.0.x documentation > Basics - Transacti... confluence
- [CONF] OpenEJB 3.0.x documentation > Basics - Transacti... confluence
- [CONF] OpenEJB 3.0.x documentation > Basics - Transacti... confluence
- [CONF] OpenEJB 3.0.x documentation > Basics - Transacti... confluence
- [CONF] OpenEJB 3.0.x documentation > Basics - Transacti... confluence
- [CONF] OpenEJB 3.0.x documentation > Basics - Transacti... confluence
- [CONF] OpenEJB 3.0.x documentation > Basics - Transacti... confluence
- [CONF] OpenEJB 3.0.x documentation > Basics - Transacti... confluence
- [CONF] OpenEJB 3.0.x documentation > Basics - Transacti... confluence
- [CONF] OpenEJB 3.0.x documentation > Basics - Transacti... confluence
