ghillairet / emftriple

EMF Binding for RDF
25 stars 8 forks source link

ETripleResource save should mark the resource content as saved #4

Closed ghillairet closed 13 years ago

ghillairet commented 13 years ago

The save method on ETripleResource translates its contents onto triples and send those to the RDF store. Currently, when the save method is called, there is no mechanism that look at already saved objects, thus it always translate and save the all object graph. Solutions:

ghillairet commented 13 years ago

EObject that have been saved are now marked as proxies and will not be saved again unless a modification has been made to them.