Interface UpdateServiceMixin<T>

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

public interface UpdateServiceMixin<T> extends ConversionUpdateServiceMixin<T,T>, BusinessConversionSupport.Identity<T>
A special kind of service that allows entities update
Author:
mlopez, jgodoy