Uses of Class
org.eclipse.persistence.descriptors.changetracking.CollectionChangeEvent
Packages that use CollectionChangeEvent
Package
Description
-
Uses of CollectionChangeEvent in org.eclipse.persistence.descriptors.changetracking
Subclasses of CollectionChangeEvent in org.eclipse.persistence.descriptors.changetrackingModifier and TypeClassDescriptionclassPurpose: Define a change event for Map types. -
Uses of CollectionChangeEvent in org.eclipse.persistence.internal.helper
Fields in org.eclipse.persistence.internal.helper with type parameters of type CollectionChangeEventModifier and TypeFieldDescriptionstatic final Class<CollectionChangeEvent> ClassConstants.CollectionChangeEvent_Class -
Uses of CollectionChangeEvent in org.eclipse.persistence.internal.queries
Methods in org.eclipse.persistence.internal.queries that return CollectionChangeEventModifier and TypeMethodDescriptionabstract CollectionChangeEventContainerPolicy.createChangeEvent(Object collectionOwner, String propertyName, Object collectionChanged, Object elementChanged, int changeType, Integer index, boolean isChangeApplied) INTERNAL: Creates a CollectionChangeEvent for the containerInterfaceContainerPolicy.createChangeEvent(Object collectionOwner, String propertyName, Object collectionChanged, Object elementChanged, int changeType, Integer index, boolean isChangeApplied) INTERNAL: Creates a CollectionChangeEvent for the containerMapContainerPolicy.createChangeEvent(Object collectionOwner, String propertyName, Object collectionChanged, Object elementChanged, int changeType, Integer index, boolean isChangeApplied) INTERNAL: Creates a CollectionChangeEvent for the containerMethods in org.eclipse.persistence.internal.queries with parameters of type CollectionChangeEventModifier and TypeMethodDescriptionvoidContainerPolicy.recordUpdateToCollectionInChangeRecord(CollectionChangeEvent event, ObjectChangeSet changeSet, CollectionChangeRecord collectionChangeRecord) This method is used to bridge the behavior between Attribute Change Tracking and deferred change tracking with respect to adding the same instance multiple times.voidMapContainerPolicy.recordUpdateToCollectionInChangeRecord(CollectionChangeEvent event, ObjectChangeSet changeSet, CollectionChangeRecord collectionChangeRecord) This method is used to bridge the behavior between Attribute Change Tracking and deferred change tracking with respect to adding the same instance multiple times.voidOrderedListContainerPolicy.recordUpdateToCollectionInChangeRecord(CollectionChangeEvent event, ObjectChangeSet changeSet, CollectionChangeRecord collectionChangeRecord) -
Uses of CollectionChangeEvent in org.eclipse.persistence.mappings
Methods in org.eclipse.persistence.mappings with parameters of type CollectionChangeEventModifier and TypeMethodDescriptionvoidCollectionMapping.updateCollectionChangeRecord(CollectionChangeEvent event, ObjectChangeSet changeSet, UnitOfWorkImpl uow) INTERNAL: Add or removes a new value and its change set to the collection change record based on the event passed in.voidDatabaseMapping.updateCollectionChangeRecord(CollectionChangeEvent event, ObjectChangeSet objectChangeSet, UnitOfWorkImpl uow) INTERNAL: Add or removes a new value and its change set to the collection change record based on the event passed in.voidDirectCollectionMapping.updateCollectionChangeRecord(CollectionChangeEvent event, ObjectChangeSet changeSet, UnitOfWorkImpl uow) INTERNAL: Add or removes a new value and its change set to the collection change record based on the event passed in.voidDirectMapMapping.updateCollectionChangeRecord(CollectionChangeEvent event, ObjectChangeSet changeSet, UnitOfWorkImpl uow) INTERNAL: Add or removes a new value and its change set to the collection change record based on the event passed in. -
Uses of CollectionChangeEvent in org.eclipse.persistence.queries
Methods in org.eclipse.persistence.queries that return CollectionChangeEvent