This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bendavies [1:22 PM] | |
@iltar we use this to solve this problem: https://github.com/SyliusLabs/AssociationHydrator | |
use it like so (edited) | |
https://github.com/Sylius/Sylius/blob/0205d4b3efa155a05b29bcc64849fd7cd460ceea/src/Sylius/Bundle/CoreBundle/Doctrine/ORM/OrderRepository.php#L300-L313 | |
iltar [1:31 PM] | |
That will still cause queries, won't it? | |
bendavies [1:35 PM] | |
it does what is suggested in ocramius' post |