Class AbstractSpringAuditableRepositoryAspect

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void onDelete​(org.aspectj.lang.JoinPoint pjp)  
      protected void onSave​(org.aspectj.lang.JoinPoint pjp, java.lang.Object returnedObject)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractSpringAuditableRepositoryAspect

        protected AbstractSpringAuditableRepositoryAspect​(org.javers.core.Javers javers,
                                                          AuthorProvider authorProvider,
                                                          CommitPropertiesProvider commitPropertiesProvider)
    • Method Detail

      • onSave

        protected void onSave​(org.aspectj.lang.JoinPoint pjp,
                              java.lang.Object returnedObject)
      • onDelete

        protected void onDelete​(org.aspectj.lang.JoinPoint pjp)