@Component(value="blEntityConfiguration")
public class EntityConfiguration
extends java.lang.Object
implements org.springframework.context.ApplicationContextAware
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Set<java.lang.String> |
mergedEntityContexts |
| Constructor and Description |
|---|
EntityConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
configureMergedItems() |
java.lang.Object |
createEntityInstance(java.lang.String beanId) |
<T> T |
createEntityInstance(java.lang.String beanId,
java.lang.Class<T> resultClass) |
java.lang.String[] |
getEntityBeanNames() |
org.springframework.core.io.Resource[] |
getEntityContexts() |
java.lang.Class<?> |
lookupEntityClass(java.lang.String beanId) |
<T> java.lang.Class<T> |
lookupEntityClass(java.lang.String beanId,
java.lang.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 java.lang.Class<?> lookupEntityClass(java.lang.String beanId)
public java.lang.String[] getEntityBeanNames()
public <T> java.lang.Class<T> lookupEntityClass(java.lang.String beanId,
java.lang.Class<T> resultClass)
public java.lang.Object createEntityInstance(java.lang.String beanId)
public <T> T createEntityInstance(java.lang.String beanId,
java.lang.Class<T> resultClass)
public org.springframework.core.io.Resource[] getEntityContexts()
public void setEntityContexts(org.springframework.core.io.Resource[] entityContexts)
Copyright © 2018. All Rights Reserved.