Uses of Class
ru.foodtechlab.abe.domain.usecase.AbstractActionWithWithDeletedEntityUseCase
Packages that use AbstractActionWithWithDeletedEntityUseCase
-
Uses of AbstractActionWithWithDeletedEntityUseCase in ru.foodtechlab.abe.domain.usecase
Modifier and TypeClassDescriptionclassAbstractPermanentDeleteWithEventUseCase<ID,R extends com.rcore.domain.commons.port.ReadRepository<ID, E, ?> & SafeDeleteRepository<ID> & SafeReadRepository<ID, E, ?>, E extends BaseDeleteEntity<ID>> classAbstractRestoreDeleteWithEventUseCase<ID,R extends SafeReadRepository<ID, E, ?> & SafeDeleteRepository<ID>, E extends BaseDeleteEntity<ID>>