接口 JdbcResourceTransactionAccess
-
- 所有已知子接口:
JdbcCoordinator
- 所有已知实现类:
JdbcCoordinatorImpl
public interface JdbcResourceTransactionAccessProvides access to DataStoreTransaction (JDBC transaction stand-in) for use in building resource-local TransactionCoordinator instances.- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 JdbcResourceTransactiongetResourceLocalTransaction()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.
-
-
-
方法详细资料
-
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
-
-