Interface EntityEntrySoftDelete


public interface EntityEntrySoftDelete
  • Method Details

    • setDeletedDate

      void setDeletedDate(Object deletedDate)
    • getDeletedDate

      Object getDeletedDate()
    • getDeletedDateClass

      Class<?> getDeletedDateClass()
    • setDeletedBy

      default void setDeletedBy(Object deletedBy)
    • getDeletedBy

      default Object getDeletedBy()
    • getDeletedByClass

      @Nullable default Class<?> getDeletedByClass()
    • isDeleted

      boolean isDeleted()