接口 JdbcResourceTransactionAccess

  • 所有已知子接口:
    JdbcCoordinator
    所有已知实现类:
    JdbcCoordinatorImpl

    public interface JdbcResourceTransactionAccess
    Provides access to DataStoreTransaction (JDBC transaction stand-in) for use in building resource-local TransactionCoordinator instances.
    作者:
    Steve Ebersole
    • 方法详细资料

      • 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.
        返回:
        The resource-local transaction