Joining-Table with Metadata Impairs Getters/Setters - Doctrine 2
问题 I'm writing a feature which calls for the records of my joining table to carry extra metadata ( Joining-Table with Metadata ). I've attempted to implement this in accordance with this section of the Doctrine documentation. See below for example Entity definitions. The challenge now is that getGroups and setGroups do not yield/set Group entities (& the same is true from the Group instance perspective), but they yield GroupUser entities. This adds a substantial delay to process of managing this