Uses of Class
org.eclipse.persistence.internal.sessions.DirectCollectionChangeRecord
-
Packages that use DirectCollectionChangeRecord Package Description org.eclipse.persistence.mappings -
-
Uses of DirectCollectionChangeRecord in org.eclipse.persistence.mappings
Methods in org.eclipse.persistence.mappings with parameters of type DirectCollectionChangeRecord Modifier and Type Method Description protected voidDirectCollectionMapping. mergeAddRemoveChanges(Object valueOfTarget, Object delegateTarget, DirectCollectionChangeRecord changeRecord, MergeManager mergeManager, AbstractSession session)INTERNAL: Merge changes by adding and removing from the change record to the target object, and its delegate object if instance of IndirectCollection.
-