@Order(value=-2147483648) public class ModuleSettingsRegistrar extends Object implements org.springframework.context.annotation.ImportSelector, org.springframework.beans.factory.BeanFactoryAware, org.springframework.context.EnvironmentAware
AcrossHibernateModuleSettings as early as possible,
and registers it as a singleton named moduleSettings in the BeanFactory.| Constructor and Description |
|---|
ModuleSettingsRegistrar() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
selectImports(org.springframework.core.type.AnnotationMetadata importingClassMetadata) |
void |
setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) |
void |
setEnvironment(org.springframework.core.env.Environment environment) |
protected String[] |
settingsDependantImports() |
public static final String BEAN_NAME
public void setEnvironment(org.springframework.core.env.Environment environment)
setEnvironment in interface org.springframework.context.EnvironmentAwarepublic void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
throws org.springframework.beans.BeansException
setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAwareorg.springframework.beans.BeansExceptionpublic final String[] selectImports(org.springframework.core.type.AnnotationMetadata importingClassMetadata)
selectImports in interface org.springframework.context.annotation.ImportSelectorprotected String[] settingsDependantImports()
Copyright © 2020. All rights reserved.