Uses of Interface
commonj.sdo.DataGraph
-
Packages that use DataGraph Package Description commonj.sdo org.eclipse.persistence.sdo -
-
Uses of DataGraph in commonj.sdo
Methods in commonj.sdo that return DataGraph Modifier and Type Method Description DataGraphChangeSummary. getDataGraph()Deprecated.DataGraphDataObject. getDataGraph()Deprecated. -
Uses of DataGraph in org.eclipse.persistence.sdo
Classes in org.eclipse.persistence.sdo that implement DataGraph Modifier and Type Class Description classSDODataGraphPurpose:A data graph is used to package a graph ofdata objectsalong with their metadata, that is, data describing the data.Methods in org.eclipse.persistence.sdo that return DataGraph Modifier and Type Method Description DataGraphSDOChangeSummary. getDataGraph()Returns thedata graphassociated with this change summary or null.DataGraphSDODataObject. getDataGraph()Methods in org.eclipse.persistence.sdo with parameters of type DataGraph Modifier and Type Method Description voidSDODataObject. setDataGraph(DataGraph dataGraph)
-