I have this basic document and embedded document inside it i took it from the official doc
User:
type: document
embedOne:
address:
targetDocument: Address
Address:
type: embeddedDocument
When i load the user document i expect the address to be loaded as well but instead the property is empty.
How can i tell doctrine to load all the embedded documents?
Thanks in advance