Jump to content

Main public logs

Combined display of all available logs of Knowledge Base. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 06:22, 22 January 2025 Chr1ss talk contribs created page Repository (Created page with "= Repository Pattern = The Repository Pattern mediates between the domain and data mapping layers, using a collection-like interface for accessing domain objects. It provides an abstraction of data persistence, enabling applications to work with domain models without being concerned about database connections or queries. == Purpose == The primary purpose of the Repository Pattern is to achieve a clean separation and one-way dependency between the domain and data mappin...")