Interface DeletionServiceMixin<T>

Type Parameters:
T - The type of the entity
K - The type of the entity identifier
All Superinterfaces:
BusinessConversionSupport<T,T>, BusinessConversionSupport.Identity<T>, ConversionDeletionServiceMixin<T,T>, DeletionService<T>
All Known Subinterfaces:
CrudServiceMixin<T,K>

public interface DeletionServiceMixin<T> extends ConversionDeletionServiceMixin<T,T>, BusinessConversionSupport.Identity<T>
A special kind of service that allows entities deletion
Author:
mlopez, jgodoy