Good morning MVC-Team, how can I access the dataMapper-Object in my Repository? I saw something like this in the Book of Sebastian and Jochen: $this->dataMapper->map($this->getType(), $row) But I can't call it from my Repository with $query->dataMapper. Any ideas Stefan