Join Slack
Powered by
Until we have mappers that can properly handle dat...
# spring
c
corneil
09/18/2019, 9:40 AM
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
Open in Slack
Previous
Next