Search code examples
javajhipsterdto

Jhipster4: what are the benefits of using DTO


Jhipster4 adds Data Transfer Objects (DTO) just what is the benefit of using DTO objects?


Solution

  • Main benefit is to control more precisely which properties you expose from your entities and also to expose entity aggregates rather than single entities.