Uses of Class
org.eclipse.persistence.sdo.SDOChangeSummary
-
Packages that use SDOChangeSummary Package Description org.eclipse.persistence.sdo org.eclipse.persistence.sdo.helper -
-
Uses of SDOChangeSummary in org.eclipse.persistence.sdo
Methods in org.eclipse.persistence.sdo that return SDOChangeSummary Modifier and Type Method Description SDOChangeSummarySDODataGraph. getChangeSummary()Returns thechange summaryassociated with this data graph.SDOChangeSummarySDODataObject. getChangeSummary()static SDOChangeSummarySDOHelper. getChangeSummary(ChangeSummary changeSummary)Return the EclipseLink implementation of ChangeSummary.Methods in org.eclipse.persistence.sdo with parameters of type SDOChangeSummary Modifier and Type Method Description voidSDODataObject. _setChangeSummary(SDOChangeSummary aChangeSummary)INTERNAL: Recursively Set this DataObject's ChangeSummary as passed in value. -
Uses of SDOChangeSummary in org.eclipse.persistence.sdo.helper
Methods in org.eclipse.persistence.sdo.helper with parameters of type SDOChangeSummary Modifier and Type Method Description DataObjectSDOCopyHelper. copy(DataObject dataObject, SDOChangeSummary cs)Create a deep copy of the DataObject tree: Copies the dataObject and all itscontainedDataObjects recursively.StringSDOMarshalListener. getPathFromAncestor(SDODataObject sourceDO, SDODataObject targetDO, SDOChangeSummary cs)INTERNAL: Get path for non-deleted DataObjects
ChangeSummary is not required and is set to null.
Assumptions:
target node is an ancestor of the source (this)voidListWrapper. undoChanges(SDOChangeSummary cs)INTERNAL: Undo any changes and return the original List
-