类 DynSchemaListener

java.lang.Object
cn.vonce.sql.spring.config.DynSchemaListener
所有已实现的接口:
EventListener, org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>

@Component public abstract class DynSchemaListener extends Object implements org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
自动创建表监听类
版本:
1.0
作者:
Jovi
  • 构造器详细资料

    • DynSchemaListener

      public DynSchemaListener()
  • 方法详细资料

    • getSchemaList

      public abstract List<String> getSchemaList()
    • onApplicationEvent

      public void onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent evt)
      指定者:
      onApplicationEvent 在接口中 org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>