类 AutoCreateTableListener

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

@Component public class AutoCreateTableListener extends cn.vonce.sql.java.config.BaseAutoCreateTableListener implements org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
自动创建表监听类
版本:
1.0
作者:
Jovi
  • 构造器详细资料

    • AutoCreateTableListener

      public AutoCreateTableListener()
  • 方法详细资料

    • onApplicationEvent

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

      public <T> T getBean(String name)
      指定者:
      getBean 在类中 cn.vonce.sql.java.config.BaseAutoCreateTableListener
    • getBeansForType

      public <T> List<T> getBeansForType(Class<T> baseType)
      指定者:
      getBeansForType 在类中 cn.vonce.sql.java.config.BaseAutoCreateTableListener
    • getBeanNamesForType

      public List<String> getBeanNamesForType(Class<?> baseType)
      指定者:
      getBeanNamesForType 在类中 cn.vonce.sql.java.config.BaseAutoCreateTableListener