Interface ConversionCreationServiceMixin<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>, CreationService<B,K>
All Known Subinterfaces:
ConversionCrudServiceMixin<B,P,K>, CreationServiceMixin<T,K>, CrudServiceMixin<T,K>

public interface ConversionCreationServiceMixin<B,P,K> extends CreationService<B,K>, BusinessConversionSupport<B,P>
A special kind of service that allows entities creation
Author:
mlopez, jgodoy