Uses of Interface
commonj.sdo.ChangeSummary
-
Packages that use ChangeSummary Package Description commonj.sdo org.eclipse.persistence.sdo -
-
Uses of ChangeSummary in commonj.sdo
Methods in commonj.sdo that return ChangeSummary Modifier and Type Method Description ChangeSummaryDataGraph. getChangeSummary()Deprecated.Returns thechange summaryassociated with this data graph.ChangeSummaryDataObject. 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 ChangeSummary Modifier and Type Class Description classSDOChangeSummaryPurpose:A change summary is used to record changes to DataObjects.Methods in org.eclipse.persistence.sdo with parameters of type ChangeSummary Modifier and Type Method Description static 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.
-