Class AuditingBeanFactoryPostProcessor

java.lang.Object
org.springframework.data.jpa.domain.support.AuditingBeanFactoryPostProcessor
All Implemented Interfaces:
BeanFactoryPostProcessor

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.
Author:
Oliver Gierke, Thomas Darimont