Interface BusinessConversionSupport<B,P>
- Type Parameters:
B- The type of the business layer entityP- The type of the persistence layer entity
- All Known Subinterfaces:
BusinessConversionSupport.Identity<T>,ConversionCreationServiceMixin<B,,P, K> ConversionCrudServiceMixin<B,,P, K> ConversionDeletionServiceMixin<B,,P> ConversionQueryServiceMixin<B,,P, K> ConversionUpdateServiceMixin<B,,P> CreationServiceMixin<T,,K> CrudServiceMixin<T,,K> DeletionServiceMixin<T>,QueryServiceMixin<T,,K> UpdateServiceMixin<T>
public interface BusinessConversionSupport<B,P>
Provides conversion logic between business and persistence layers
- Author:
- jgodoy
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceSpecialization ofConversionSupportthat performs an identity conversion -
Method Summary
-
Method Details
-
convertToPersistence
-
convertToBusiness
-