getAll

open suspend override fun getAll(): Map<IdType, ObjectType>(source)

Returns all objects in the repository as a map of ID to object. Default implementation iterates all pages using getIdsByPagination and getById.

Return

Map of all IdType to ObjectType entries in the repository