Interface JdbcResourceTransactionAccess

  • All Known Subinterfaces:
    JdbcCoordinator

    public interface JdbcResourceTransactionAccess
    Provides access to DataStoreTransaction (JDBC transaction stand-in) for use in building resource-local TransactionCoordinator instances.
    • Method Detail

      • getResourceLocalTransaction

        JdbcResourceTransaction getResourceLocalTransaction()
        Provides access to the resource local transaction of this data store, which is used by the TransactionCoordinator to manage transactions against the data store when not using JTA.
        Returns:
        The resource-local transaction