Class SplibSoftDeleteAdvice

java.lang.Object
jp.ecuacion.splib.jpa.advice.SplibSoftDeleteAdvice

public abstract class SplibSoftDeleteAdvice extends Object
Provides the feature to delete the soft-deleted record physically when inserting a new record with the same unique key as soft-deleted one, even though the soft-deleted record and the inserting record belnog to the other groups.
See Also:
  • README from github for details.
  • Constructor Details

    • SplibSoftDeleteAdvice

      public SplibSoftDeleteAdvice()
  • Method Details

    • onBeforeSave

      public void onBeforeSave(org.aspectj.lang.JoinPoint joinPoint)
      Provides the entrypoint of the feature.
      Parameters:
      joinPoint - joinPoint