Uses of Interface
org.eclipse.persistence.sessions.changesets.ObjectChangeSet
-
Packages that use ObjectChangeSet Package Description org.eclipse.persistence.internal.sessions org.eclipse.persistence.sessions.changesets -
-
Uses of ObjectChangeSet in org.eclipse.persistence.internal.sessions
Classes in org.eclipse.persistence.internal.sessions that implement ObjectChangeSet Modifier and Type Class Description classAggregateObjectChangeSetclassObjectChangeSetPurpose: Hold the Records of change for a particular instance of an object.Fields in org.eclipse.persistence.internal.sessions declared as ObjectChangeSet Modifier and Type Field Description protected ObjectChangeSetAggregateChangeRecord. changedObjectMethods in org.eclipse.persistence.internal.sessions that return ObjectChangeSet Modifier and Type Method Description ObjectChangeSetAggregateChangeRecord. getChangedObject()ADVANCED: This method is used to return the ObjectChangeSet representing the changed Aggregate.ObjectChangeSetObjectReferenceChangeRecord. getNewValue()ADVANCED: Returns the new reference for this objectObjectChangeSetUnitOfWorkChangeSet. getObjectChangeSetForClone(Object clone)ADVANCED: Get ChangeSet for a particular cloneObjectChangeSetChangeRecord. getOwner()Methods in org.eclipse.persistence.internal.sessions with parameters of type ObjectChangeSet Modifier and Type Method Description ObjectUnitOfWorkChangeSet. getUOWCloneForObjectChangeSet(ObjectChangeSet changeSet)ADVANCED: This method returns the Clone for a particular changeSetvoidAggregateChangeRecord. setChangedObject(ObjectChangeSet newValue)INTERNAL: This method is used to set the changed value or values.voidObjectReferenceChangeRecord. setNewValue(ObjectChangeSet newValue)This method sets the value of the change to be made. -
Uses of ObjectChangeSet in org.eclipse.persistence.sessions.changesets
Methods in org.eclipse.persistence.sessions.changesets that return ObjectChangeSet Modifier and Type Method Description ObjectChangeSetAggregateChangeRecord. getChangedObject()ADVANCED: This method is used to return the ObjectChangeSet representing the changed Aggregate.ObjectChangeSetObjectReferenceChangeRecord. getNewValue()ADVANCED: Returns the new reference for this objectObjectChangeSetUnitOfWorkChangeSet. getObjectChangeSetForClone(Object clone)ADVANCED: Get ChangeSet for a particular cloneObjectChangeSetChangeRecord. getOwner()ADVANCED: This method returns the ObjectChangeSet that references this ChangeRecordMethods in org.eclipse.persistence.sessions.changesets with parameters of type ObjectChangeSet Modifier and Type Method Description ObjectUnitOfWorkChangeSet. getUOWCloneForObjectChangeSet(ObjectChangeSet changeSet)ADVANCED: This method returns the Clone for a particular changeSet
-