Uses of Class
org.eclipse.persistence.sdo.SDOChangeSummary
Packages that use SDOChangeSummary
-
Uses of SDOChangeSummary in org.eclipse.persistence.sdo
Methods in org.eclipse.persistence.sdo that return SDOChangeSummaryModifier and TypeMethodDescriptionSDODataGraph.getChangeSummary()Returns thechange summaryassociated with this data graph.SDODataObject.getChangeSummary()static SDOChangeSummarySDOHelper.getChangeSummary(ChangeSummary changeSummary) Return the EclipseLink implementation of ChangeSummary.Methods in org.eclipse.persistence.sdo with parameters of type SDOChangeSummaryModifier and TypeMethodDescriptionvoidSDODataObject._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 SDOChangeSummaryModifier and TypeMethodDescriptionSDOCopyHelper.copy(DataObject dataObject, SDOChangeSummary cs) Create a deep copy of the DataObject tree: Copies the dataObject and all itscontainedDataObjects recursively.SDOMarshalListener.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