类 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
-
onApplicationEvent
public void onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent evt) - 指定者:
onApplicationEvent在接口中org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
-