public function __construct(Property $property)
 {
     parent::__construct($property);
     $this->inverse = $property->getInverse();
 }
 public function __construct(Property $property)
 {
     parent::__construct($property);
 }
 public function __construct(Property $property)
 {
     parent::__construct($property);
     $this->map = $property->getMap();
 }