/** * * */ public function flush() { $this->dm->getSchemaManager()->ensureIndexes(); $this->dm->flush(null, array('safe' => true)); }