Until we have mappers that can properly handle dat...
# spring
c
Until we have mappers that can properly handle data classes my approach is to have entities with
var
properties mostly optional and then data classes that match name and structure for use in the rest of the system. And I have
toModel()
and
toEntity()
functions on the classes.
4