Uses of Class
org.eclipse.persistence.sdo.SDOChangeSummary
-
Uses of SDOChangeSummary in org.eclipse.persistence.sdo
Modifier and TypeMethodDescriptionSDODataGraph.getChangeSummary()
Returns thechange summary
associated with this data graph.SDODataObject.getChangeSummary()
static SDOChangeSummary
SDOHelper.getChangeSummary
(ChangeSummary changeSummary) Return the EclipseLink implementation of ChangeSummary.Modifier and TypeMethodDescriptionvoid
SDODataObject._setChangeSummary
(SDOChangeSummary aChangeSummary) INTERNAL: Recursively Set this DataObject's ChangeSummary as passed in value. -
Uses of SDOChangeSummary in org.eclipse.persistence.sdo.helper
Modifier and TypeMethodDescriptionSDOCopyHelper.copy
(DataObject dataObject, SDOChangeSummary cs) Create a deep copy of the DataObject tree: Copies the dataObject and all itscontained
DataObjects 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)void
ListWrapper.undoChanges
(SDOChangeSummary cs) INTERNAL: Undo any changes and return the original List