Skip to content

POPOs data is not being persisted #21

@ghost

Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions