@Component(value="blEntityConfiguration") public class EntityConfiguration extends Object implements org.springframework.context.ApplicationContextAware
| Modifier and Type | Field and Description | 
|---|---|
| protected Set<String> | mergedEntityContexts | 
| Constructor and Description | 
|---|
| EntityConfiguration() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | configureMergedItems() | 
| Object | createEntityInstance(String beanId) | 
| <T> T | createEntityInstance(String beanId,
                    Class<T> resultClass) | 
| String[] | getEntityBeanNames() | 
| org.springframework.core.io.Resource[] | getEntityContexts() | 
| Class<?> | lookupEntityClass(String beanId) | 
| <T> Class<T> | lookupEntityClass(String beanId,
                 Class<T> resultClass) | 
| void | setApplicationContext(org.springframework.context.ApplicationContext applicationContext) | 
| void | setEntityContexts(org.springframework.core.io.Resource[] entityContexts) | 
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
                           throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansException@PostConstruct public void configureMergedItems()
public String[] getEntityBeanNames()
public org.springframework.core.io.Resource[] getEntityContexts()
public void setEntityContexts(org.springframework.core.io.Resource[] entityContexts)
Copyright © 2020. All rights reserved.