Interface TransactionalExecutorProvider<T>

Type Parameters:
T - The type of resource the TransactionalExecutor works with.
All Known Implementing Classes:
JdbcTransactionalExecutorProvider, JpaTransactionalExecutorProvider

@Internal public interface TransactionalExecutorProvider<T>
Since:
5.0.2
Author:
John Hendrikx