| Name | Description | Type | Package | Framework |
| AtomikosConnectionFactoryBean | Spring friendly version of AtomikosConnectionFactoryBean. | Class | org.springframework.boot.jta.atomikos | Spring Boot |
| AtomikosDataSourceBean | Spring friendly version of AtomikosDataSourceBean. | Class | org.springframework.boot.jta.atomikos | Spring Boot |
| AtomikosDependsOnBeanFactoryPostProcessor | BeanFactoryPostProcessor to automatically setup the recommendeddependsOn settings for | Class | org.springframework.boot.jta.atomikos | Spring Boot |
| AtomikosLoggingLevel | enum AtomikosLoggingLevelLogging levels supported by Atomikos. | Class | org.springframework.boot.jta.atomikos | Spring Boot |
| AtomikosProperties | Bean friendly variant ofAtomikos configuration | Class | org.springframework.boot.jta.atomikos | Spring Boot |
| AtomikosXAConnectionFactoryWrapper | XAConnectionFactoryWrapper that uses an AtomikosConnectionFactoryBeanto wrap a XAConnectionFactory. | Class | org.springframework.boot.jta.atomikos | Spring Boot |
| AtomikosXADataSourceWrapper | XADataSourceWrapper that uses an AtomikosDataSourceBean to wrap aSince:1. | Class | org.springframework.boot.jta.atomikos | Spring Boot |
| BitronixDependentBeanFactoryPostProcessor | BeanFactoryPostProcessor to automatically register the recommendeddependencies for correct Bitronix shutdown ordering. | Class | org.springframework.boot.jta.bitronix | Spring Boot |
| BitronixXAConnectionFactoryWrapper | XAConnectionFactoryWrapper that uses a BitronixPoolingConnectionFactoryBean to wrap a XAConnectionFactory. | Class | org.springframework.boot.jta.bitronix | Spring Boot |
| BitronixXADataSourceWrapper | XADataSourceWrapper that uses a Bitronix PoolingDataSourceBean to wrapSince:1. | Class | org.springframework.boot.jta.bitronix | Spring Boot |
| PoolingConnectionFactoryBean | Spring friendly version of PoolingConnectionFactory. | Class | org.springframework.boot.jta.bitronix | Spring Boot |
| PoolingConnectionFactoryBean .DirectXAConnectionFactory | A XAConnectionFactory implementation that delegates to theThreadLocal PoolingConnectionFactoryBean. | Class | org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean | Spring Boot |
| PoolingDataSourceBean | Spring friendly version of PoolingDataSource. | Class | org.springframework.boot.jta.bitronix | Spring Boot |
| PoolingDataSourceBean .DirectXADataSource | A XADataSource implementation that delegates to the ThreadLocalPoolingDataSourceBean. | Class | org.springframework.boot.jta.bitronix.PoolingDataSourceBean | Spring Boot |
| XAConnectionFactoryWrapper | Strategy interface used to wrap a JMS XAConnectionFactory enrolling it with aJTA TransactionManager. | Interface | org.springframework.boot.jta | Spring Boot |
| XADataSourceWrapper | Strategy interface used to wrap a JMS XADataSource enrolling it with a JTASince:1. | Interface | org.springframework.boot.jta | Spring Boot |