Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 499 Bytes

CH10: Repositories.md

File metadata and controls

9 lines (7 loc) · 499 Bytes

CHAPTER 10: REPOSITORIES

Repository is not a Data Access Object (DAO). Repository represents collection, and DAOs are more focused on Database structure and are far more table-centric. Typically a DAO would contain CRUD methods for particular domain object

Summarization and conclusion

  • repository is an implementation of a specific type of collection, called Set. Set is a data-structure with an invariant that does not contain duplicate entries