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
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.