Interface ConversionUpdateServiceMixin<B,P>
- 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> 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
-
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
-
getUpdateDao
-
update
- Specified by:
updatein interfaceUpdateService<B>
-