/** * Delete an entity or an entity collection from the database * * @param Mappable|Collection $entity * @return null */ public function delete($entity) { return $this->mapper->delete($entity); }