@Namespace(value="http://jboss.org/schema/seam/transaction", prefix="org.jboss.seam.transaction")
See: Description
| Interface | Description |
|---|---|
| LocalEjbSynchronizations |
Local interface for EjbTransaction
|
| Synchronizations |
Interface for registering transaction synchronizations
|
| UserTransaction |
Extends the standard UserTransaction interface with a couple
of helpful methods.
|
| Class | Description |
|---|---|
| AbstractUserTransaction |
Base implementation of UserTransaction
|
| CMTTransaction |
Wraps EJBContext transaction management in a
UserTransaction interface.
|
| EjbSynchronizations |
Receives JTA transaction completion notifications from
the EJB container, and passes them on to the registered
Synchronizations.
|
| EjbTransaction |
Dummy component that lets us install the
EjbSynchronizations via the tag
transaction:ejb-transaction
|
| EntityTransaction |
Support for the JPA EntityTransaction API.
|
| FacesTransactionEvents |
Produces StatusMessages for JSF in response of certain transaction events.
|
| HibernateTransaction |
Support for the Hibernate Transaction API.
|
| NoTransaction |
When no kind of transaction management exists.
|
| RollbackInterceptor |
Automatically sets the current transaction to rollback
only when an exception is thrown.
|
| SeSynchronizations |
This implementation does not have access to the JTA TransactionManager, so it
is not fully aware of container managed transaction lifecycle, and is not
able to register Synchronizations with a container managed transaction.
|
| Transaction |
Supports injection of a Seam UserTransaction object that
wraps the current JTA transaction or EJB container managed
transaction.
|
| TransactionInterceptor |
Implements transaction propagation rules for Seam JavaBean components.
|
| UTTransaction |
Wraps JTA transaction management in a Seam UserTransaction
interface.
|
Transaction,
UserTransactionCopyright © 2015 Seam Framework. All Rights Reserved.