Interface ConversionCreationServiceMixin<B,P,K>
- Type Parameters:
B- The type of the business layer entityP- The type of the persistence layer entityK- 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
-
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
convertToBusiness, convertToPersistence
-
Method Details
-
getCreationDao
CreationDao<P,K> getCreationDao() -
save
- Specified by:
savein interfaceCreationService<B,P>
-