Hacker News new | ask | show | jobs
by microflash 332 days ago
For many cases, we don’t do these kind of things in Java; a single annotated record can function as a model for both data and API layers. Regardless of the language, the distinction becomes important when these layers diverge or there’s some sensitive data involved.
1 comments

Even when DTO is separate, you can use projection methods of eg: spring data JPA, or something like mapstruct.