public class SpringDataSourceBeanPostProcessor extends Object implements org.springframework.beans.factory.config.BeanPostProcessor
| Constructor and Description |
|---|
SpringDataSourceBeanPostProcessor() |
| Modifier and Type | Method and Description |
|---|---|
Object |
postProcessAfterInitialization(Object bean,
String beanName) |
Object |
postProcessBeforeInitialization(Object bean,
String beanName) |
void |
setExcludedDatasources(Set<String> excludedDatasources)
Définit les noms des datasources Spring exclues.
|
public void setExcludedDatasources(Set<String> excludedDatasources)
excludedDatasources - Setpublic Object postProcessBeforeInitialization(Object bean, String beanName)
postProcessBeforeInitialization in interface org.springframework.beans.factory.config.BeanPostProcessorCopyright © 2008-2012 Emeric Vernat. All Rights Reserved.