-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mongodb not hydrating references #385
Comments
Can you please show the content of Please note that in your code you call |
As requested. Note I have simplified the namespaces for sensitivity reasons. Persist is not missing :) The assertion is missing but is irrelevant. It would be something like:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a mongodb document with a referenced document:
When running a test:
I have to call getEmail(), if I don't then getContact() returns null. It doesn't seem to be hydrating contact until I call another getter. As soon as I put getEmail() in before getContact() it returns a contact perfectly. Any idea on this? Thank you
The text was updated successfully, but these errors were encountered: