add doForAll and getAll for every type of repo

This commit is contained in:
2020-10-02 19:13:04 +06:00
parent 083287a77b
commit 04e6c7b574
6 changed files with 109 additions and 18 deletions

View File

@@ -8,4 +8,7 @@ Inited :)
* `Repos`
* `Common`
* Extension `ReadStandardCRUDRepo#doWithAll` has been added
* Extensions `doForAll` and `getAll` were added for all current types of repos:
* `ReadStandardCRUDRepo`
* `StandardReadKeyValueRepo`
* `OneToManyReadKeyValueRepo`