public class AuditingBeanFactoryPostProcessor extends Object implements BeanFactoryPostProcessor
BeanFactoryPostProcessor that ensures that the AnnotationBeanConfigurerAspect aspect is up and
running before the EntityManagerFactory gets created as this already instantiates
entity listeners and we need to get injection into Configurable
to work in them.| Modifier and Type | Field and Description |
|---|---|
static String |
BEAN_CONFIGURER_ASPECT_BEAN_NAME |
| Constructor and Description |
|---|
AuditingBeanFactoryPostProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory) |
public static final String BEAN_CONFIGURER_ASPECT_BEAN_NAME
public void postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory)
postProcessBeanFactory in interface BeanFactoryPostProcessorCopyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.