类 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
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明<T> TgetBeanNamesForType(Class<?> baseType) <T> List<T>getBeansForType(Class<T> baseType) voidonApplicationEvent(org.springframework.context.event.ContextRefreshedEvent evt) 从类继承的方法 cn.vonce.sql.java.config.BaseAutoCreateTableListener
processSqlBeanServices
-
构造器详细资料
-
AutoCreateTableListener
public AutoCreateTableListener()
-
-
方法详细资料
-
onApplicationEvent
public void onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent evt) - 指定者:
onApplicationEvent在接口中org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
-
getBean
- 指定者:
getBean在类中cn.vonce.sql.java.config.BaseAutoCreateTableListener
-
getBeansForType
- 指定者:
getBeansForType在类中cn.vonce.sql.java.config.BaseAutoCreateTableListener
-
getBeanNamesForType
- 指定者:
getBeanNamesForType在类中cn.vonce.sql.java.config.BaseAutoCreateTableListener
-