Crextio.com Latest Questions

Lala Slade
  • 0
  • 0
Explorer

Repository Pattern

  • 0
  • 0

Is the Repository pattern an original design pattern?

Related Questions

Leave an answer

Leave an answer


1 Answer

  1. Repository is similar to DAO. It’s an abstraction that hides the logic for accessing data from the business logic. It’s part of the MVC pattern. The Repository is a wrapper around the Model. It is responsible for access the data from the persistent store.