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 summaryassociated 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 TypeClassDescriptionclassPurpose:A change summary is used to record changes to DataObjects.Methods in org.eclipse.persistence.sdo with parameters of type ChangeSummaryModifier and TypeMethodDescriptionstatic SDOChangeSummarySDOHelper.getChangeSummary(ChangeSummary changeSummary) Return the EclipseLink implementation of ChangeSummary.voidSDODataObject.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> TSDOHelper.unwrap(ChangeSummary changeSummary, Class<T> clazz) Unwraps a given ChangeSummary resulting in an EclipseLink SDOChangeSummary.