targetEntity = $targetEntity; $this->mappedBy = $mappedBy; $this->inversedBy = $inversedBy; $this->cascade = $cascade; $this->fetch = $fetch; $this->orphanRemoval = $orphanRemoval; $this->indexBy = $indexBy; } }