2020-07-21 09:02:44 +02:00
|
|
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
|
|
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
2020-07-21 09:37:15 +02:00
|
|
|
## Table of Contents
|
2020-07-21 09:02:44 +02:00
|
|
|
|
|
|
|
- [Not paging a database query](#not-paging-a-database-query)
|
|
|
|
- [Returning whole objects where primary key would suffice](#returning-whole-objects-where-primary-key-would-suffice)
|
|
|
|
|
|
|
|
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
|
|
|
|
2020-07-21 09:14:24 +02:00
|
|
|
## Not paging a database query
|
2020-07-21 09:02:44 +02:00
|
|
|
|
|
|
|
TODO
|
|
|
|
|
2020-07-21 09:14:24 +02:00
|
|
|
## Returning whole objects where primary key would suffice
|
2020-07-21 09:02:44 +02:00
|
|
|
|
|
|
|
TODO
|