Deutsch is kein Problem, bin aus Österreich :) Danke danke danke Repository: /** * Persist all added and modified objects * @return void */ public function _persistAll() { $this->persistenceManager->persistAll(); } thats it.