Package org.springframework.data.jpa.domain.support
@NonNullApi
package org.springframework.data.jpa.domain.support
Implementation classes for auditing with JPA.
-
ClassDescription
BeanFactoryPostProcessor
that ensures that theAnnotationBeanConfigurerAspect
aspect is up and running before theEntityManagerFactory
gets created as this already instantiates entity listeners and we need to get injection intoConfigurable
to work in them.JPA entity listener to capture auditing information on persisting and updating entities.