Package org.springframework.data.jpa.domain.support


@NonNullApi package org.springframework.data.jpa.domain.support
Implementation classes for auditing with JPA.
  • Classes
    Class
    Description
    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.
    JPA entity listener to capture auditing information on persisting and updating entities.