类 DsTxEventListenerFactory
java.lang.Object
com.baomidou.dynamic.datasource.tx.DsTxEventListenerFactory
- 所有已实现的接口:
org.springframework.context.event.EventListenerFactory,org.springframework.core.Ordered
public class DsTxEventListenerFactory
extends Object
implements org.springframework.context.event.EventListenerFactory, org.springframework.core.Ordered
DsTxEventListener Factory
- 作者:
- zp
-
字段概要
从接口继承的字段 org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明org.springframework.context.ApplicationListener<?>createApplicationListener(String beanName, Class<?> type, Method method) intgetOrder()booleansupportsMethod(Method method)
-
构造器详细资料
-
DsTxEventListenerFactory
public DsTxEventListenerFactory()
-
-
方法详细资料
-
supportsMethod
- 指定者:
supportsMethod在接口中org.springframework.context.event.EventListenerFactory
-
createApplicationListener
public org.springframework.context.ApplicationListener<?> createApplicationListener(String beanName, Class<?> type, Method method) - 指定者:
createApplicationListener在接口中org.springframework.context.event.EventListenerFactory
-
getOrder
public int getOrder()- 指定者:
getOrder在接口中org.springframework.core.Ordered
-