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