aboutsummaryrefslogtreecommitdiffstats
path: root/core/namespace/ORM/Repository.php
AgeCommit message (Expand)AuthorFilesLines
2021-08-10Add a better mechanism to detect Entity changesThomas Lange1-19/+25
2021-07-22Move repository search functionality into a traitThomas Lange1-99/+0
2021-07-22Add pagination for search resultsThomas Lange1-6/+18
2021-07-22Add LIMIT and OFFSET parameters for search methodThomas Lange1-3/+7
2021-07-17Reduce the redundant mapping logic in repositoriesThomas Lange1-37/+31
2021-07-11Modify parameter list for getAll methodThomas Lange1-3/+3
2021-06-29Add WHERE filter option to getCount methodThomas Lange1-4/+23
2021-06-28Bugfix: Remove explicit parameter type intThomas Lange1-3/+3
2021-06-27Allow NULL value comparison in WHERE clauseThomas Lange1-2/+6
2021-06-25Fix wrong property name in Repository classThomas Lange1-2/+2
2021-06-25Reorganize namespacesThomas Lange1-0/+326