Package ru.foodtechlab.abe.domain.port
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
Methods inherited from interface com.rcore.domain.commons.port.DeleteRepository
delete
-
Method Details
-
permanentDelete
-
restore
-