We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Thanks for your nice bundle. I got the issue: if I change the json_document related plain php object property, it won't persisted by default.
... $foo->misc[0]->setName('New Name'); $em->persist($foo); $em->flush(); //nothing to update by uow