Uses of Class
org.eclipse.persistence.internal.sessions.ChangeRecord
-
-
Uses of ChangeRecord in org.eclipse.persistence.eis
Subclasses of ChangeRecord in org.eclipse.persistence.eis Modifier and Type Class Description classEISCollectionChangeRecordINTERNAL: Capture the changes for an unordered collection as collections of adds and removes.classEISOrderedCollectionChangeRecordINTERNAL: Capture the changes for an ordered collection where the entire collection is simply replaced if it has changed. -
Uses of ChangeRecord in org.eclipse.persistence.eis.mappings
Methods in org.eclipse.persistence.eis.mappings that return ChangeRecord Modifier and Type Method Description ChangeRecordEISOneToManyMapping. compareForChange(Object clone, Object backup, ObjectChangeSet owner, AbstractSession session)INTERNAL: Compare the changes between two collections.ChangeRecordEISOneToManyMappingHelper. compareForChange(Object clone, Object backup, ObjectChangeSet owner, AbstractSession session)INTERNAL: Build and return the change record that results from comparing the two collection attributes.Methods in org.eclipse.persistence.eis.mappings with parameters of type ChangeRecord Modifier and Type Method Description voidEISOneToManyMapping. mergeChangesIntoObject(Object target, ChangeRecord chgRecord, Object source, MergeManager mergeManager, AbstractSession targetSession)INTERNAL: If the mapping has a foreign key, it is order, so must use a different merge.voidEISOneToManyMappingHelper. mergeChangesIntoObject(Object target, ChangeRecord changeRecord, Object source, MergeManager mergeManager, AbstractSession targetSession)INTERNAL: Merge changes from the source to the target object.voidEISOneToManyMapping. writeFromObjectIntoRowForShallowInsertWithChangeRecord(ChangeRecord changeRecord, AbstractRecord row, AbstractSession session)INTERNAL: This row is built for shallow insert which happens in case of bidirectional inserts.voidEISOneToManyMapping. writeFromObjectIntoRowWithChangeRecord(ChangeRecord changeRecord, AbstractRecord row, AbstractSession session, DatabaseMapping.WriteType writeType)INTERNAL: Get the appropriate attribute value from the object and put it in the appropriate field of the database row. -
Uses of ChangeRecord in org.eclipse.persistence.internal.descriptors
Methods in org.eclipse.persistence.internal.descriptors that return ChangeRecord Modifier and Type Method Description ChangeRecordObjectBuilder. getBaseChangeRecordForField(ObjectChangeSet objectChangeSet, Object object, DatabaseField databaseField, AbstractSession session)Return the base ChangeRecord for the given DatabaseField. -
Uses of ChangeRecord in org.eclipse.persistence.internal.queries
Methods in org.eclipse.persistence.internal.queries with parameters of type ChangeRecord Modifier and Type Method Description voidContainerPolicy. updateChangeRecordForSelfMerge(ChangeRecord changeRecord, Object source, Object target, ForeignReferenceMapping mapping, UnitOfWorkChangeSet parentUOWChangeSet, UnitOfWorkImpl unitOfWork)INTERNAL: Update a ChangeRecord to replace the ChangeSet for the old entity with the changeSet for the new Entity.voidListContainerPolicy. updateChangeRecordForSelfMerge(ChangeRecord changeRecord, Object source, Object target, ForeignReferenceMapping mapping, UnitOfWorkChangeSet parentUOWChangeSet, UnitOfWorkImpl unitOfWork)INTERNAL: Update a ChangeRecord to replace the ChangeSet for the old entity with the changeSet for the new Entity.voidOrderedListContainerPolicy. updateChangeRecordForSelfMerge(ChangeRecord changeRecord, Object source, Object target, ForeignReferenceMapping mapping, UnitOfWorkChangeSet parentUOWChangeSet, UnitOfWorkImpl unitOfWork)INTERNAL: Update a ChangeRecord to replace the ChangeSet for the old entity with the changeSet for the new Entity. -
Uses of ChangeRecord in org.eclipse.persistence.internal.sessions
Subclasses of ChangeRecord in org.eclipse.persistence.internal.sessions Modifier and Type Class Description classAggregateChangeRecordThis change Record is used to record the changes for AggregateObjectMapping.classAggregateCollectionChangeRecordThis change record records the changes for AggregateCollectionMapping.classCollectionChangeRecordPurpose: This class holds the record of the changes made to a collection attribute of an object.classDeferrableChangeRecordAbstract change record for collection type records that allow deferrable change detection.classDirectCollectionChangeRecordPurpose: This class holds the record of the changes made to a collection attribute of an object.classDirectMapChangeRecordChange record used by DirectMapMapping.classDirectToFieldChangeRecordPurpose: To record the changes for attributes that can be represented as DirectToFieldclassObjectReferenceChangeRecordPurpose: To record the changes for an attribute that references a single ObjectclassTransformationMappingChangeRecordPurpose: To record the changes for attributes that can be represented as Transformation MappingFields in org.eclipse.persistence.internal.sessions with type parameters of type ChangeRecord Modifier and Type Field Description protected Map<String,ChangeRecord>ObjectChangeSet. attributesToChangesMethods in org.eclipse.persistence.internal.sessions with parameters of type ChangeRecord Modifier and Type Method Description voidObjectChangeSet. addChange(ChangeRecord changeRecord)Add the attribute change record.voidAggregateChangeRecord. mergeRecord(ChangeRecord mergeFromRecord, UnitOfWorkChangeSet mergeToChangeSet, UnitOfWorkChangeSet mergeFromChangeSet)INTERNAL: This method will be used to merge one record into anothervoidAggregateCollectionChangeRecord. mergeRecord(ChangeRecord mergeFromRecord, UnitOfWorkChangeSet mergeToChangeSet, UnitOfWorkChangeSet mergeFromChangeSet)INTERNAL: This method will be used to merge one record into anotherabstract voidChangeRecord. mergeRecord(ChangeRecord mergeFromRecord, UnitOfWorkChangeSet mergeToChangeSet, UnitOfWorkChangeSet mergeFromChangeSet)INTERNAL: This method will be used to merge one record into anothervoidCollectionChangeRecord. mergeRecord(ChangeRecord mergeFromRecord, UnitOfWorkChangeSet mergeToChangeSet, UnitOfWorkChangeSet mergeFromChangeSet)This method will be used to merge one record into another.voidDirectCollectionChangeRecord. mergeRecord(ChangeRecord mergeFromRecord, UnitOfWorkChangeSet mergeToChangeSet, UnitOfWorkChangeSet mergeFromChangeSet)This method will be used to merge one record into another.voidDirectMapChangeRecord. mergeRecord(ChangeRecord mergeFromRecord, UnitOfWorkChangeSet mergeToChangeSet, UnitOfWorkChangeSet mergeFromChangeSet)This method will be used to merge one record into another.voidDirectToFieldChangeRecord. mergeRecord(ChangeRecord mergeFromRecord, UnitOfWorkChangeSet mergeToChangeSet, UnitOfWorkChangeSet mergeFromChangeSet)INTERNAL: This method will be used to merge one record into another.voidObjectReferenceChangeRecord. mergeRecord(ChangeRecord mergeFromRecord, UnitOfWorkChangeSet mergeToChangeSet, UnitOfWorkChangeSet mergeFromChangeSet)INTERNAL: This method will be used to merge one record into anothervoidTransformationMappingChangeRecord. mergeRecord(ChangeRecord mergeFromRecord, UnitOfWorkChangeSet mergeToChangeSet, UnitOfWorkChangeSet mergeFromChangeSet)INTERNAL: This method will be used to merge one record into another -
Uses of ChangeRecord in org.eclipse.persistence.mappings
Methods in org.eclipse.persistence.mappings that return ChangeRecord Modifier and Type Method Description ChangeRecordCollectionMapping. buildChangeRecord(Object clone, ObjectChangeSet owner, AbstractSession session)INTERNAL: Directly build a change record without comparisonChangeRecordDatabaseMapping. buildChangeRecord(Object newValue, ObjectChangeSet owner, AbstractSession session)INTERNAL: Directly build a change record without comparisonChangeRecordObjectReferenceMapping. buildChangeRecord(Object clone, ObjectChangeSet owner, AbstractSession session)INTERNAL: Directly build a change record without comparisonChangeRecordAggregateCollectionMapping. compareForChange(Object clone, Object backUp, ObjectChangeSet owner, AbstractSession session)INTERNAL: This method is used to create a change record from comparing two aggregate collectionsChangeRecordAggregateMapping. compareForChange(Object clone, Object backup, ObjectChangeSet owner, AbstractSession session)INTERNAL: Compare the changes between two aggregates.ChangeRecordCollectionMapping. compareForChange(Object clone, Object backUp, ObjectChangeSet owner, AbstractSession session)INTERNAL: This method is used to create a change record from comparing two collections.abstract ChangeRecordDatabaseMapping. compareForChange(Object clone, Object backup, ObjectChangeSet owner, AbstractSession session)INTERNAL: This method was created in VisualAge.ChangeRecordDirectCollectionMapping. compareForChange(Object clone, Object backUp, ObjectChangeSet owner, AbstractSession session)INTERNAL: This method compares the changes between two direct collections.ChangeRecordDirectMapMapping. compareForChange(Object clone, Object backUp, ObjectChangeSet owner, AbstractSession session)INTERNAL: This method compares the changes between two direct collections.ChangeRecordMultitenantPrimaryKeyMapping. compareForChange(Object clone, Object backUp, ObjectChangeSet owner, AbstractSession session)INTERNAL: Compare the clone and backup clone values and return a change record if the value changed.ChangeRecordObjectReferenceMapping. compareForChange(Object clone, Object backUp, ObjectChangeSet owner, AbstractSession session)INTERNAL: Return an ObjectReferenceChangeRecord describing the change, or null if no change.ChangeRecordUnidirectionalOneToManyMapping. compareForChange(Object clone, Object backUp, ObjectChangeSet owner, AbstractSession uow)INTERNAL: This method is used to create a change record from comparing two collectionsprotected ChangeRecordAggregateCollectionMapping. convertToChangeRecord(Object cloneCollection, Object backupCollection, ObjectChangeSet owner, AbstractSession session)INTERNAL: This method is used to convert the contents of an aggregateCollection into a changeRecordMethods in org.eclipse.persistence.mappings with parameters of type ChangeRecord Modifier and Type Method Description voidCollectionMapping. calculateDeferredChanges(ChangeRecord changeRecord, AbstractSession session)INTERNAL: Used by AttributeLevelChangeTracking to update a changeRecord with calculated changes as apposed to detected changes.voidDatabaseMapping. calculateDeferredChanges(ChangeRecord changeRecord, AbstractSession session)INTERNAL: Used by AttributeLevelChangeTracking to update a changeRecord with calculated changes as apposed to detected changes.voidDirectCollectionMapping. calculateDeferredChanges(ChangeRecord changeRecord, AbstractSession session)INTERNAL: Used by AttributeLevelChangeTracking to update a changeRecord with calculated changes as apposed to detected changes.voidDirectMapMapping. calculateDeferredChanges(ChangeRecord changeRecord, AbstractSession session)INTERNAL: Used by AttributeLevelChangeTracking to update a changeRecord with calculated changes as opposed to detected changes.voidCollectionMapping. compareCollectionsForChange(Object oldCollection, Object newCollection, ChangeRecord changeRecord, AbstractSession session)INTERNAL: This method is used to calculate the differences between two collections.voidDirectCollectionMapping. compareCollectionsForChange(Object oldCollection, Object newCollection, ChangeRecord changeRecord, AbstractSession session)INTERNAL: This method is used to calculate the differences between two collections.voidDirectMapMapping. compareCollectionsForChange(Object oldCollection, Object newCollection, ChangeRecord changeRecord, AbstractSession session)INTERNAL: This method is used to calculate the differences between two collections.voidDirectCollectionMapping. compareListsForChange(List oldList, List newList, ChangeRecord changeRecord, AbstractSession session)INTERNAL: This method is used to calculate the differences between two Lists.voidAggregateCollectionMapping. mergeChangesIntoObject(Object target, ChangeRecord changeRecord, Object source, MergeManager mergeManager, AbstractSession targetSession)INTERNAL: Merge changes from the source to the target object.voidAggregateMapping. mergeChangesIntoObject(Object target, ChangeRecord changeRecord, Object source, MergeManager mergeManager, AbstractSession targetSession)INTERNAL: Merge changes from the source to the target object.voidCollectionMapping. mergeChangesIntoObject(Object target, ChangeRecord chgRecord, Object source, MergeManager mergeManager, AbstractSession targetSession)INTERNAL: Merge changes from the source to the target object.abstract voidDatabaseMapping. mergeChangesIntoObject(Object target, ChangeRecord changeRecord, Object source, MergeManager mergeManager, AbstractSession targetSession)INTERNAL: Merge changes from the source to the target object.voidDirectCollectionMapping. mergeChangesIntoObject(Object target, ChangeRecord changeRecord, Object source, MergeManager mergeManager, AbstractSession targetSession)INTERNAL: Merge changes from the source to the target object.voidDirectMapMapping. mergeChangesIntoObject(Object target, ChangeRecord changeRecord, Object source, MergeManager mergeManager, AbstractSession targetSession)INTERNAL: Merge changes from the source to the target object.voidMultitenantPrimaryKeyMapping. mergeChangesIntoObject(Object target, ChangeRecord changeRecord, Object source, MergeManager mergeManager, AbstractSession targetSession)INTERNAL: Merge changes from the source to the target object.voidObjectReferenceMapping. mergeChangesIntoObject(Object target, ChangeRecord changeRecord, Object source, MergeManager mergeManager, AbstractSession targetSession)INTERNAL: Merge changes from the source to the target object.voidCollectionMapping. updateChangeRecordForSelfMerge(ChangeRecord changeRecord, Object source, Object target, UnitOfWorkChangeSet parentUOWChangeSet, UnitOfWorkImpl unitOfWork)INTERNAL: Update a ChangeRecord to replace the ChangeSet for the old entity with the changeSet for the new Entity.abstract voidForeignReferenceMapping. updateChangeRecordForSelfMerge(ChangeRecord changeRecord, Object source, Object target, UnitOfWorkChangeSet parentUOWChangeSet, UnitOfWorkImpl unitOfWork)INTERNAL: Update a ChangeRecord to replace the ChangeSet for the old entity with the changeSet for the new Entity.voidObjectReferenceMapping. updateChangeRecordForSelfMerge(ChangeRecord changeRecord, Object source, Object target, UnitOfWorkChangeSet parentUOWChangeSet, UnitOfWorkImpl unitOfWork)INTERNAL: Update a ChangeRecord to replace the ChangeSet for the old entity with the changeSet for the new Entity.voidDatabaseMapping. writeFromObjectIntoRowForShallowInsertWithChangeRecord(ChangeRecord changeRecord, AbstractRecord row, AbstractSession session)INTERNAL: This row is built for shallow insert which happens in case of bidirectional inserts.voidOneToOneMapping. writeFromObjectIntoRowForShallowInsertWithChangeRecord(ChangeRecord ChangeRecord, AbstractRecord databaseRow, AbstractSession session)INTERNAL: This row is built for shallow insert which happens in case of bidirectional inserts.voidVariableOneToOneMapping. writeFromObjectIntoRowForShallowInsertWithChangeRecord(ChangeRecord changeRecord, AbstractRecord record, AbstractSession session)INTERNAL: This row is built for shallow insert which happens in case of bidirectional inserts.voidAggregateObjectMapping. writeFromObjectIntoRowWithChangeRecord(ChangeRecord changeRecord, AbstractRecord databaseRow, AbstractSession session, DatabaseMapping.WriteType writeType)INTERNAL: Get the attribute value from the object and add the appropriate values to the specified database row.voidDatabaseMapping. writeFromObjectIntoRowWithChangeRecord(ChangeRecord changeRecord, AbstractRecord row, AbstractSession session, DatabaseMapping.WriteType writeType)INTERNAL: A subclass should implement this method if it wants different behavior.voidOneToOneMapping. writeFromObjectIntoRowWithChangeRecord(ChangeRecord changeRecord, AbstractRecord databaseRow, AbstractSession session, DatabaseMapping.WriteType writeType)INTERNAL: Get a value from the object and set that in the respective field of the row.voidVariableOneToOneMapping. writeFromObjectIntoRowWithChangeRecord(ChangeRecord changeRecord, AbstractRecord record, AbstractSession session, DatabaseMapping.WriteType writeType)INTERNAL: Get a value from the object and set that in the respective field of the row.protected voidAggregateObjectMapping. writeToRowFromAggregateWithChangeRecord(AbstractRecord record, ChangeRecord changeRecord, ObjectChangeSet objectChangeSet, AbstractSession session, DatabaseMapping.WriteType writeType)INTERNAL: Build and return a database row built with the values from the specified attribute value. -
Uses of ChangeRecord in org.eclipse.persistence.mappings.foundation
Methods in org.eclipse.persistence.mappings.foundation that return ChangeRecord Modifier and Type Method Description ChangeRecordAbstractDirectMapping. buildChangeRecord(Object clone, ObjectChangeSet owner, AbstractSession session)INTERNAL: Directly build a change record without comparisonChangeRecordAbstractTransformationMapping. buildChangeRecord(Object clone, ObjectChangeSet owner, AbstractSession session)INTERNAL: Directly build a change record without comparisonChangeRecordAbstractCompositeCollectionMapping. compareForChange(Object clone, Object backup, ObjectChangeSet owner, AbstractSession session)INTERNAL: Build and return the change record that results from comparing the two direct collection attributes.ChangeRecordAbstractCompositeDirectCollectionMapping. compareForChange(Object clone, Object backup, ObjectChangeSet owner, AbstractSession session)INTERNAL: Build and return the change record that results from comparing the two direct collection attributes.ChangeRecordAbstractDirectMapping. compareForChange(Object clone, Object backUp, ObjectChangeSet owner, AbstractSession session)INTERNAL: Compare the clone and backup clone values and return a change record if the value changed.ChangeRecordAbstractTransformationMapping. compareForChange(Object clone, Object backUp, ObjectChangeSet owner, AbstractSession session)INTERNAL: Compare the attributes belonging to this mapping for the objects.protected ChangeRecordAbstractCompositeCollectionMapping. convertToChangeRecord(Object cloneCollection, ObjectChangeSet owner, AbstractSession session)protected ChangeRecordAbstractCompositeDirectCollectionMapping. convertToChangeRecord(Object cloneCollection, ObjectChangeSet owner, AbstractSession session)ChangeRecordAbstractDirectMapping. internalBuildChangeRecord(Object newValue, Object oldValue, ObjectChangeSet owner)INTERNAL: Build a change record.ChangeRecordAbstractTransformationMapping. internalBuildChangeRecord(Object clone, Object oldValue, ObjectChangeSet owner, AbstractSession session)INTERNAL: Build a change record.Methods in org.eclipse.persistence.mappings.foundation with parameters of type ChangeRecord Modifier and Type Method Description voidAbstractCompositeCollectionMapping. mergeChangesIntoObject(Object target, ChangeRecord changeRecord, Object source, MergeManager mergeManager, AbstractSession targetSession)INTERNAL: Merge changes from the source to the target object.voidAbstractCompositeDirectCollectionMapping. mergeChangesIntoObject(Object target, ChangeRecord changeRecord, Object source, MergeManager mergeManager, AbstractSession targetSession)INTERNAL: Merge changes from the source to the target object.voidAbstractDirectMapping. mergeChangesIntoObject(Object target, ChangeRecord changeRecord, Object source, MergeManager mergeManager, AbstractSession targetSession)INTERNAL: Merge changes from the source to the target object.voidAbstractTransformationMapping. mergeChangesIntoObject(Object target, ChangeRecord changeRecord, Object source, MergeManager mergeManager, AbstractSession targetSession)INTERNAL: Merge changes from the source to the target object.voidAbstractCompositeCollectionMapping. writeFromObjectIntoRowWithChangeRecord(ChangeRecord changeRecord, AbstractRecord row, AbstractSession session, DatabaseMapping.WriteType writeType)INTERNAL: Get the attribute value from the object and add the appropriate values to the specified database row.voidAbstractCompositeDirectCollectionMapping. writeFromObjectIntoRowWithChangeRecord(ChangeRecord changeRecord, AbstractRecord row, AbstractSession session, DatabaseMapping.WriteType writeType)INTERNAL: Get the appropriate attribute value from the object and put it in the appropriate field of the database row.voidAbstractCompositeObjectMapping. writeFromObjectIntoRowWithChangeRecord(ChangeRecord changeRecord, AbstractRecord row, AbstractSession session, DatabaseMapping.WriteType writeType)INTERNAL: Get the attribute value from the object and add the appropriate values to the specified database row.voidAbstractDirectMapping. writeFromObjectIntoRowWithChangeRecord(ChangeRecord changeRecord, AbstractRecord row, AbstractSession session, DatabaseMapping.WriteType writeType)INTERNAL: Get a value from the object and set that in the respective field of the row.voidAbstractTransformationMapping. writeFromObjectIntoRowWithChangeRecord(ChangeRecord changeRecord, AbstractRecord row, AbstractSession session, DatabaseMapping.WriteType writeType)INTERNAL: Get a value from the object and set that in the respective field of the row. -
Uses of ChangeRecord in org.eclipse.persistence.mappings.structures
Methods in org.eclipse.persistence.mappings.structures that return ChangeRecord Modifier and Type Method Description ChangeRecordArrayCollectionMappingHelper. compareForChange(Object clone, Object backup, ObjectChangeSet owner, AbstractSession session)INTERNAL: Build and return the change record that results from comparing the two collection attributes.Methods in org.eclipse.persistence.mappings.structures with parameters of type ChangeRecord Modifier and Type Method Description voidArrayCollectionMappingHelper. mergeChangesIntoObject(Object target, ChangeRecord changeRecord, Object source, MergeManager mergeManager, AbstractSession targetSession)INTERNAL: Merge changes from the source to the target object.voidNestedTableMapping. writeFromObjectIntoRowForShallowInsertWithChangeRecord(ChangeRecord changeRecord, AbstractRecord record, AbstractSession session)INTERNAL: This row is built for shallow insert which happens in case of bidirectional inserts.voidReferenceMapping. writeFromObjectIntoRowForShallowInsertWithChangeRecord(ChangeRecord changeRecord, AbstractRecord record, AbstractSession session)INTERNAL: This row is built for shallow insert which happens in case of bidirectional inserts.voidNestedTableMapping. writeFromObjectIntoRowWithChangeRecord(ChangeRecord changeRecord, AbstractRecord record, AbstractSession session, DatabaseMapping.WriteType writeType)INTERNAL: Get a value from the object and set that in the respective field of the row.voidReferenceMapping. writeFromObjectIntoRowWithChangeRecord(ChangeRecord changeRecord, AbstractRecord record, AbstractSession session, DatabaseMapping.WriteType writeType)INTERNAL: Get a value from the object and set that in the respective field of the row. -
Uses of ChangeRecord in org.eclipse.persistence.oxm.mappings
Methods in org.eclipse.persistence.oxm.mappings that return ChangeRecord Modifier and Type Method Description ChangeRecordXMLAnyAttributeMapping. compareForChange(Object clone, Object backup, ObjectChangeSet owner, AbstractSession session)INTERNAL: This method was created in VisualAge.ChangeRecordXMLAnyCollectionMapping. compareForChange(Object clone, Object backup, ObjectChangeSet owner, AbstractSession session)INTERNAL: This method was created in VisualAge.ChangeRecordXMLAnyObjectMapping. compareForChange(Object clone, Object backup, ObjectChangeSet owner, AbstractSession session)INTERNAL: This method was created in VisualAge.ChangeRecordXMLChoiceCollectionMapping. compareForChange(Object clone, Object backup, ObjectChangeSet owner, AbstractSession session)INTERNAL: This method was created in VisualAge.ChangeRecordXMLChoiceObjectMapping. compareForChange(Object clone, Object backup, ObjectChangeSet owner, AbstractSession session)INTERNAL: This method was created in VisualAge.ChangeRecordXMLInverseReferenceMapping. compareForChange(Object clone, Object backup, ObjectChangeSet owner, AbstractSession session)Methods in org.eclipse.persistence.oxm.mappings with parameters of type ChangeRecord Modifier and Type Method Description voidXMLAnyAttributeMapping. mergeChangesIntoObject(Object target, ChangeRecord changeRecord, Object source, MergeManager mergeManager, AbstractSession targetSession)INTERNAL: Merge changes from the source to the target object.voidXMLAnyCollectionMapping. mergeChangesIntoObject(Object target, ChangeRecord changeRecord, Object source, MergeManager mergeManager, AbstractSession targetSession)INTERNAL: Merge changes from the source to the target object.voidXMLAnyObjectMapping. mergeChangesIntoObject(Object target, ChangeRecord changeRecord, Object source, MergeManager mergeManager, AbstractSession targetSession)INTERNAL: Merge changes from the source to the target object.voidXMLChoiceCollectionMapping. mergeChangesIntoObject(Object target, ChangeRecord changeRecord, Object source, MergeManager mergeManager, AbstractSession targetSession)INTERNAL: Merge changes from the source to the target object.voidXMLChoiceObjectMapping. mergeChangesIntoObject(Object target, ChangeRecord changeRecord, Object source, MergeManager mergeManager, AbstractSession targetSession)INTERNAL: Merge changes from the source to the target object.voidXMLInverseReferenceMapping. mergeChangesIntoObject(Object target, ChangeRecord changeRecord, Object source, MergeManager mergeManager, AbstractSession targetSession)
-