Interface CreationServiceMixin<T,K>
- Type Parameters:
T- The type of the entityK- 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
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.flowingcode.backendcore.service.BusinessConversionSupport
BusinessConversionSupport.Identity<T> -
Method Summary
Methods inherited from interface com.flowingcode.backendcore.service.BusinessConversionSupport.Identity
convertToBusiness, convertToPersistenceMethods inherited from interface com.flowingcode.backendcore.service.ConversionCreationServiceMixin
getCreationDao, save