Uses of Class
ru.foodtechlab.abe.domain.usecase.AbstractActionWithEntityUseCase
Packages that use AbstractActionWithEntityUseCase
-
Uses of AbstractActionWithEntityUseCase in ru.foodtechlab.abe.domain.usecase
Subclasses of AbstractActionWithEntityUseCase in ru.foodtechlab.abe.domain.usecaseModifier and TypeClassDescriptionclassAbstractActionWithWithDeletedEntityUseCase<ID,R extends SafeReadRepository<ID, E, ?> & com.rcore.domain.commons.port.DeleteRepository<ID>, E extends BaseDeleteEntity<ID>> classAbstractPermanentDeleteWithEventUseCase<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>>