| Package | Description |
|---|---|
| org.eclipse.persistence.sdo | |
| org.eclipse.persistence.sdo.helper |
| Modifier and Type | Method and Description |
|---|---|
SDOChangeSummary |
SDODataObject.getChangeSummary() |
SDOChangeSummary |
SDODataGraph.getChangeSummary()
Returns the
change summary associated with this data graph. |
static SDOChangeSummary |
SDOHelper.getChangeSummary(commonj.sdo.ChangeSummary changeSummary)
Return the EclipseLink implementation of ChangeSummary.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SDODataObject._setChangeSummary(SDOChangeSummary aChangeSummary)
INTERNAL:
Recursively Set this DataObject's ChangeSummary as passed in value.
|
| Modifier and Type | Method and Description |
|---|---|
commonj.sdo.DataObject |
SDOCopyHelper.copy(commonj.sdo.DataObject dataObject,
SDOChangeSummary cs)
Create a deep copy of the DataObject tree:
Copies the dataObject and all its
contained
DataObjects recursively. |
String |
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
|
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.