/**
  * @return mixed
  */
 public function getMappings()
 {
     $this->setMappings();
     return $this->mapper->getMappings();
 }