I want to store this data into one table through one pojo class.so by this understanding I can relate it to two seprate tables.But as per requirement I have to save it in one table. I don't want to save it in to two seprate tables.How to achieve this ? (I just need the logic here.. I'm not expecting code leve)
EDIT PART
As you can see, there is no common parameter to relate this data in future from to seperate table
{
"createDate": 1339957800000,
"modifyDate": 1341197519000,
"createdBy": "aaa",
"modifiedBy": "ddd",
"status": "A",
"description": "ffff",
"parentId": null,
"sourceId": null,
"source_Field1": null,
"source_Field2": null,
"source_Field3": null,
"source_Field4": null,
"source_Field5": null,
"parentKey": null,
"parentValue": null,
"genericMasterView":
{
"key": "MOD_ONE",
"value": "195"
}
},
