| Name | Description | Type | Package | Framework |
| AbstractUserTransaction | Base implementation of UserTransactionConstructor SummaryAbstractUserTransaction() | Class | org.jboss.seam.transaction | JBoss Seam |
| CMTTransaction | Wraps EJBContext transaction management in a UserTransaction interface. | Class | org.jboss.seam.transaction | JBoss Seam |
| EjbSynchronizations | Receives JTA transaction completion notifications from the EJB container, and passes them on to the registered | Class | org.jboss.seam.transaction | JBoss Seam |
| EjbTransaction | Dummy component that lets us install the EjbSynchronizations via the tag | Class | org.jboss.seam.transaction | JBoss Seam |
| EntityTransaction | Support for the JPA EntityTransaction API. | Class | org.jboss.seam.transaction | JBoss Seam |
| FacesTransactionEvents | Produces StatusMessages for JSF in response of certain transaction events. | Class | org.jboss.seam.transaction | JBoss Seam |
| HibernateTransaction | Support for the Hibernate Transaction API. | Class | org.jboss.seam.transaction | JBoss Seam |
| LocalEjbSynchronizations | Local interface for EjbTransactionMethods inherited from interface org. | Interface | org.jboss.seam.transaction | JBoss Seam |
| NoTransaction | When no kind of transaction management exists. | Class | org.jboss.seam.transaction | JBoss Seam |
| RollbackInterceptor | Automatically sets the current transaction to rollback only when an exception is thrown. | Class | org.jboss.seam.transaction | JBoss Seam |
| 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 | Class | org.jboss.seam.transaction | JBoss Seam |
| Synchronizations | Interface | org.jboss.seam.transaction | JBoss Seam | |
| Transaction | Supports injection of a Seam UserTransaction object that wraps the current JTA transaction or EJB container managed | Class | org.jboss.seam.transaction | JBoss Seam |
| TransactionInterceptor | Class | org.jboss.seam.transaction | JBoss Seam | |
| UserTransaction | of helpful methods. | Interface | org.jboss.seam.transaction | JBoss Seam |
| UTTransaction | Wraps JTA transaction management in a Seam UserTransaction Author:Mike Youngstrom, Gavin King | Class | org.jboss.seam.transaction | JBoss Seam |