We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Take an embedded class as such:
@Embedded public class A extends BaseA { public String stringA; public String stringB; } public class BaseA extends Object { public String stringC; }
It will store stringA, B, C in MongoDB just fine. But when the object is read from MongoDB stringC is null.
The text was updated successfully, but these errors were encountered:
Can't reproduce the issue. Can you check the test case at https://github.com/greenlaw110/play-morphia/blob/master/samples-and-tests/unit-tests/test/I95Test.java?
Sorry, something went wrong.
No branches or pull requests
Take an embedded class as such:
It will store stringA, B, C in MongoDB just fine. But when the object is read from MongoDB stringC is null.
The text was updated successfully, but these errors were encountered: