Which pattern mediates between domain logic and data mapping layers using a collection-like interface for accessing domain objects?
ARepository Pattern
BFactory Pattern
CAdapter Pattern
DFacade Pattern
Explanation
Repository pattern acts as an in-memory domain object collection, insulating application logic from data persistence details.

No Comments