All Questions
1 question
3
votes
1
answer
489
views
Data access design pattern
I've several cases where a single entity has multiple tables in the underlying database.
When reading or writing I want to handle all of the DB queries with a single class for that object, e.g., the ...