Unable to save nested objects in DB using Morphia
I am using Morphia to interact with MongoDB.
Whenever I try to persist nested objects it is not saving it to DB.
It works fine with primitive data but is failing whenever it comes to nested object.
My annotations are correct, data within the object is correct. Unable to find the error.
Here is the basic layout of my persistable.
Morphia (Mongo) || Unable to save nested objects in DB using Morphia
I am using Morphia to interact with MongoDB.
Whenever I try to persist nested objects it is not saving it to DB.
It works fine with primitive data but is failing whenever it comes to nested object.
My annotations are correct, data within the object is correct. Unable to find the error.
Here is the basic layout of my persistable.