| 限定符和类型 | 方法和说明 |
|---|---|
<T> T |
ObjectContextHolder.getBean(Class<T> requiredType)
根据bean类型获取bean实例
|
<T> T |
ObjectContextHolder.ObjectContext.getBean(Class<T> requiredType)
获取对象
|
| 限定符和类型 | 方法和说明 |
|---|---|
TransactionHandlerService |
TransactionMethodProxyService.beforeTransactionHandler()
在事务处理程序之前使用,获取事务处理器对象
|
| 限定符和类型 | 方法和说明 |
|---|---|
TransactionExecutorEventService |
TransactionComponentFactoryService.electionTransactionExecutor(TransactionHandlerService handlerService)
根据处理程序选举合适的执行者
|
TransactionHandlerService |
TransactionComponentFactoryService.electionTransactionHandler(TransactionContext context)
根据上下文 选举合适的事务处理器
|
| 限定符和类型 | 方法和说明 |
|---|---|
TransactionHandlerService |
DefaultTransactionMethodProxyServiceImpl.beforeTransactionHandler() |
TransactionExecutorEventService |
DefaultTransactionComponentFactoryManage.electionTransactionExecutor(TransactionHandlerService handlerService) |
TransactionHandlerService |
DefaultTransactionComponentFactoryManage.electionTransactionHandler(TransactionContext context) |
Copyright © 2019. All rights reserved.