Interface CreationServiceMixin<T,K>

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

public interface CreationServiceMixin<T,K> extends ConversionCreationServiceMixin<T,T,K>, BusinessConversionSupport.Identity<T>
A special kind of service that allows entities creation
Author:
mlopez, jgodoy