home / tag / repository
Repository and Query Object
Repository and Query Object
Feb 17, 2024
5 min read
1 charts

The Repository is a design pattern, which helps to load data from the database providing abstract API, concealing the storage implementation details.

designpatternrepository
Unit of Work
Unit of Work
Feb 3, 2024
2 min read
3 charts

Unit of work collects all changes about domain objects, that need to be synced (with the database) and lets committing those at the end of a (business) transaction. Tracking and...

patternunit-of-workrepository