类 DsTxListenerMethodAdapter
java.lang.Object
org.springframework.context.event.ApplicationListenerMethodAdapter
com.baomidou.dynamic.datasource.tx.DsTxListenerMethodAdapter
- 所有已实现的接口:
EventListener,org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>,org.springframework.context.event.GenericApplicationListener,org.springframework.context.event.SmartApplicationListener,org.springframework.core.Ordered
public class DsTxListenerMethodAdapter
extends org.springframework.context.event.ApplicationListenerMethodAdapter
DsTxListenerMethodAdapter Referenced from org.springframework.transaction.event.TransactionalApplicationListenerMethodAdapter
-
字段概要
从类继承的字段 org.springframework.context.event.ApplicationListenerMethodAdapter
logger从接口继承的字段 org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
构造器概要
构造器 -
方法概要
从类继承的方法 org.springframework.context.event.ApplicationListenerMethodAdapter
doInvoke, getCondition, getDefaultListenerId, getDetailedErrorMessage, getListenerId, getOrder, getTargetBean, getTargetMethod, handleAsyncError, handleResult, processEvent, resolveArguments, supportsEventType, supportsSourceType, toString从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait从接口继承的方法 org.springframework.context.event.GenericApplicationListener
supportsEventType
-
构造器详细资料
-
DsTxListenerMethodAdapter
-
-
方法详细资料
-
onApplicationEvent
public void onApplicationEvent(org.springframework.context.ApplicationEvent event) - 指定者:
onApplicationEvent在接口中org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>- 覆盖:
onApplicationEvent在类中org.springframework.context.event.ApplicationListenerMethodAdapter
-