Uses of Interface
commonj.sdo.ChangeSummary
-
Uses of ChangeSummary in commonj.sdo
Modifier and TypeMethodDescriptionDataGraph.getChangeSummary()
Deprecated.Returns thechange summary
associated with this data graph.DataObject.getChangeSummary()
Returns the ChangeSummary with scope covering this dataObject, or null if there is no ChangeSummary. -
Uses of ChangeSummary in org.eclipse.persistence.sdo
Modifier and TypeClassDescriptionclass
Purpose:A change summary is used to record changes to DataObjects.Modifier and TypeMethodDescriptionstatic SDOChangeSummary
SDOHelper.getChangeSummary
(ChangeSummary changeSummary) Return the EclipseLink implementation of ChangeSummary.void
SDODataObject.undoChanges
(boolean isCSRoot, ChangeSummary cs, SDODataObject origContainer, String origContainmentPropName) INTERNAL: This function reverses any operations that were performed on this object since change tracking was turned on.static <T> T
SDOHelper.unwrap
(ChangeSummary changeSummary, Class<T> clazz) Unwraps a given ChangeSummary resulting in an EclipseLink SDOChangeSummary.