Uses of Interface
commonj.sdo.ChangeSummary
Packages that use ChangeSummary
-
Uses of ChangeSummary in commonj.sdo
Methods in commonj.sdo that return ChangeSummaryModifier 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
Classes in org.eclipse.persistence.sdo that implement ChangeSummaryModifier and TypeClassDescriptionclass
Purpose:A change summary is used to record changes to DataObjects.Methods in org.eclipse.persistence.sdo with parameters of type ChangeSummaryModifier 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.