class Novel
{
...
/**
* @ORM\ManyToOne(targetEntity="Detective", inversedBy="novels")
*/
protected $detective;
...
}
Listing 34.7. Modyfikacja klasy Novel
Rozdział 34. Relacje, akcje index i show oraz widoki częściowe