Interface SafeDeleteRepository<ID>

All Superinterfaces:
com.rcore.domain.commons.port.DeleteRepository<ID>
All Known Subinterfaces:
SafeDeleteCRUDRepository<ID,ENTITY,FILTERS>

public interface SafeDeleteRepository<ID> extends com.rcore.domain.commons.port.DeleteRepository<ID>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    boolean
    restore(ID id)
     

    Methods inherited from interface com.rcore.domain.commons.port.DeleteRepository

    delete
  • Method Details

    • permanentDelete

      boolean permanentDelete(ID id)
    • restore

      boolean restore(ID id)