@Component
public class AutoCreateTableListener
extends cn.vonce.sql.java.config.BaseAutoCreateTableListener
implements org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
| 构造器和说明 |
|---|
AutoCreateTableListener() |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> T |
getBean(String name) |
List<String> |
getBeanNamesForType(Class<?> baseType) |
<T> List<T> |
getBeansForType(Class<T> baseType) |
void |
onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent evt) |
public void onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent evt)
onApplicationEvent 在接口中 org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>public <T> T getBean(String name)
getBean 在类中 cn.vonce.sql.java.config.BaseAutoCreateTableListenerpublic <T> List<T> getBeansForType(Class<T> baseType)
getBeansForType 在类中 cn.vonce.sql.java.config.BaseAutoCreateTableListenerCopyright © 2025. All rights reserved.