Interface ConversionCrudServiceMixin<B,P,K>

Type Parameters:
B - The type of the business layer entity
P - The type of the persistence layer entity
K - The type of the entity identifier
All Superinterfaces:
BusinessConversionSupport<B,P>, ConversionCreationServiceMixin<B,P,K>, ConversionDeletionServiceMixin<B,P>, ConversionQueryServiceMixin<B,P,K>, ConversionUpdateServiceMixin<B,P>, CreationService<B,K>, CrudService<B,K>, DeletionService<B>, QueryService<B,K>, UpdateService<B>

public interface ConversionCrudServiceMixin<B,P,K> extends ConversionCreationServiceMixin<B,P,K>, ConversionUpdateServiceMixin<B,P>, ConversionDeletionServiceMixin<B,P>, ConversionQueryServiceMixin<B,P,K>, CrudService<B,K>
A special kind of service that allows entities CRUD operations
Author:
mlopez, jgodoy