Uses of Class
org.eclipse.persistence.internal.sessions.DeferrableChangeRecord
-
Packages that use DeferrableChangeRecord Package Description org.eclipse.persistence.eis org.eclipse.persistence.internal.sessions -
-
Uses of DeferrableChangeRecord in org.eclipse.persistence.eis
Subclasses of DeferrableChangeRecord 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 DeferrableChangeRecord in org.eclipse.persistence.internal.sessions
Subclasses of DeferrableChangeRecord in org.eclipse.persistence.internal.sessions 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.classDirectCollectionChangeRecordPurpose: This class holds the record of the changes made to a collection attribute of an object.classDirectMapChangeRecordChange record used by DirectMapMapping.
-