Uses of Interface
org.eclipse.persistence.sessions.changesets.CollectionChangeRecord
-
Packages that use CollectionChangeRecord Package Description org.eclipse.persistence.eis org.eclipse.persistence.internal.sessions -
-
Uses of CollectionChangeRecord in org.eclipse.persistence.eis
Classes in org.eclipse.persistence.eis that implement CollectionChangeRecord 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 CollectionChangeRecord in org.eclipse.persistence.internal.sessions
Classes in org.eclipse.persistence.internal.sessions that implement CollectionChangeRecord Modifier and Type Class Description 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.
-