类 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
  • 构造器详细资料

    • DsTxEventListenerFactory

      public DsTxEventListenerFactory()
  • 方法详细资料

    • supportsMethod

      public boolean supportsMethod(Method method)
      指定者:
      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