public class RepositoriesFactoryBean extends ApplicationContextAwareFactoryBean<org.springframework.data.repository.support.Repositories>
Repositories object| Constructor and Description |
|---|
RepositoriesFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.data.repository.support.Repositories |
createInstance()
Template method that subclasses must override to construct the object
returned by this factory.
|
java.lang.Class<?> |
getObjectType() |
afterPropertiesSet, getApplicationContext, getObject, isSingleton, setApplicationContext, setSingletonpublic java.lang.Class<?> getObjectType()
protected org.springframework.data.repository.support.Repositories createInstance()
ApplicationContextAwareFactoryBean
Invoked on initialization of this FactoryBean in case of a singleton;
else, on each ApplicationContextAwareFactoryBean.getObject() call.
createInstance in class ApplicationContextAwareFactoryBean<org.springframework.data.repository.support.Repositories>ApplicationContextAwareFactoryBean.getObject()