XADataSourceWrapper

Strategy interface used to wrap an XADataSource enrolling it with a JTA TransactionManager.

Author

Phillip Webb

Since

2.0.0

Functions

Link copied to clipboard
abstract fun wrapDataSource(dataSource: XADataSource): DataSource
Wrap the specific XADataSource and enroll it with a JTA TransactionManager.