To those who use the DSL style exclusively, how do...
# exposed
m
To those who use the DSL style exclusively, how do you move the query results around your application? Using DTOs?
1
l
Yes, that's what we do. We map the results to data classes.
3
p
Yes that decouples the Exposed framework from the other part of the application.
1