Hey Bastian, Of course, you can always do like the following in your controller: $myDomainObject = $this->fooRepository->findByUid($this->settings['uidOfMyDomainObject']); would this solve your problem? Greets, Sebastian