Use mappers in non-JPA Transformer
Closed this issue · 2 comments
bgooren commented
The non-JPA Transformer does not use the mappers, which means custom field mappings will lead to errors.
feliperazeek commented
Is it easy to come up with a test to reproduce the problem?
bgooren commented
It's not a problem for us, since we always use hydration (and thus the JPATransformer).
I created this ticket as a reminder that this need to be fixed at some point.
Users will get errors if they do not use hydration and use custom field mappings.