I am using Spring MVC architecture with JPA in my web application. Where to convert data transfer object (DTO) to JPA entity and vice-versa, manua
In my opinion
Its gives you more control over the process and you do not have to change the service/persistence classes every time some logic populating the Entity is changed.