Package org.springframework.data.jpa.domain.support
@NullMarked
package org.springframework.data.jpa.domain.support
Implementation classes for auditing with JPA.
-
ClassesClassDescription
BeanFactoryPostProcessorthat ensures that theAnnotationBeanConfigurerAspectaspect is up and running before theEntityManagerFactorygets created as this already instantiates entity listeners and we need to get injection intoConfigurableto work in them.JPA entity listener to capture auditing information on persisting and updating entities.