doctrine2 loads one-to-many associations with fetch mode eager using too many SQL queries

前端 未结 3 358
谎友^
谎友^ 2020-12-29 06:53

I am loading a list of many entities.
These entities have a one-to-many association to other entities.
I want to load all these other entities in one single SQL quer

3条回答
  •  自闭症患者
    2020-12-29 07:01

    The current version of doctrine doesn't support this.

    There is a feature request about this in the doctrine2 issue tracker.

    So I hope it will be implemented soon.

提交回复
热议问题