Tagged Questions

0
votes
1answer
57 views

Should Transfer Object always reflect the entire DB row entry?

I've got a question on the transfer object in DAO pattern. Let's say you have a USER table, and there are 20 fields in this table. In the business logic, I notice that I may need field 1 to field 3 in ...