Can Doctrine dynamically generate inverse OneToMany mappings for multiple entities using one reusable ManyToOne trait on the owning side?
I am using PHP 8 attributes with Doctrine ORM in Symfony. I want to reuse the same ownership relation across many entiti...