refactor usage of ITypeHandler / IPropertyMapper
remi128 opened this issue · 1 comments
remi128 commented
currently embedded and referenced fields are handled by special typehandler ( ObjectTypeHandlerReferenced, -Embedded ). Because of this the ITypeHandler-methods are defined reactive.
Change would be: define special implementations of IPropertyMapper, which are performing the resolvement of subobjects. The methods in ITypehandler could then probably be defined without handler.