I have a document Person referenced in document User. When I retrieve User, it doesn't have a Person object embedded, but a Person proxy object. Is there a way to "force" the proxy to become a "full" document (so Person proxy => Person).
I've tried calling a method to retrieve additional data (so __load gets triggered, but the object remains the 'proxy' version.
I hope someone can shed more light on this than the ODM's documention does.