Class SDODataGraph

java.lang.Object
org.eclipse.persistence.sdo.SDODataGraph
All Implemented Interfaces:
DataGraph, Serializable

public class SDODataGraph extends Object implements DataGraph

Purpose:A data graph is used to package a graph of data objects along with their metadata, that is, data describing the data. A data graph also contains a change summary which is used to record changes made to the objects in the graph.

See Also: