Tagged Questions
4
votes
3answers
1k views
Data Transfer Objects and transactional service methods
Is there any truly practical way to avoid using DTOs, when passing data through Hibernate-backed transactional service methods? In other words, are DTOs the only non-hacky solution to avoiding lazy ...