Hi,
Currently am working on offline project where i need to get the data from XML and create a Business Object which will have all the child tables with 1-1,1-Many,May-Many relations.
My questions is when i try to save the session, it is inserting new records if it does not exist,Updates if it exist but it is ignoring deletions.
Please tell me how to take care of deleting those objects which are not a part of collections automatically.
Simply.. i want to delete those objects which are not a part of parent Business Object.
Thanks in advance...
|