Interface ConversionUpdateServiceMixin<B,P>

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>, UpdateService<B>
All Known Subinterfaces:
ConversionCrudServiceMixin<B,P,K>, CrudServiceMixin<T,K>, UpdateServiceMixin<T>

public interface ConversionUpdateServiceMixin<B,P> extends UpdateService<B>, BusinessConversionSupport<B,P>
A special kind of service that allows entities update
Author:
mlopez, jgodoy