Class SplibSoftDeleteAdvice
java.lang.Object
jp.ecuacion.splib.jpa.advice.SplibSoftDeleteAdvice
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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonBeforeSave(org.aspectj.lang.JoinPoint joinPoint) Provides the entrypoint of the feature.
-
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
-