14 September, 2015
Martin Fowler describes a repository as an object that… Mediates between the domain and data mapping layers using a collection-like interface for accessing domain objects. In other words, it’s a higher level abstraction that gives its clients an object into which entities can be put and from which entities can be retrieved. We’re using entity […]