Uses of Class
org.eclipse.persistence.descriptors.changetracking.CollectionChangeEvent
-
-
Uses of CollectionChangeEvent in org.eclipse.persistence.descriptors.changetracking
Subclasses of CollectionChangeEvent in org.eclipse.persistence.descriptors.changetracking Modifier and Type Class Description classMapChangeEventPurpose: 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 CollectionChangeEvent Modifier and Type Field Description static Class<CollectionChangeEvent>ClassConstants. CollectionChangeEvent_Class -
Uses of CollectionChangeEvent in org.eclipse.persistence.internal.queries
Methods in org.eclipse.persistence.internal.queries that return CollectionChangeEvent Modifier and Type Method Description abstract CollectionChangeEventContainerPolicy. createChangeEvent(Object collectionOwner, String propertyName, Object collectionChanged, Object elementChanged, int changeType, Integer index, boolean isChangeApplied)INTERNAL: Creates a CollectionChangeEvent for the containerCollectionChangeEventInterfaceContainerPolicy. createChangeEvent(Object collectionOwner, String propertyName, Object collectionChanged, Object elementChanged, int changeType, Integer index, boolean isChangeApplied)INTERNAL: Creates a CollectionChangeEvent for the containerCollectionChangeEventMapContainerPolicy. 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 CollectionChangeEvent Modifier and Type Method Description voidContainerPolicy. 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 CollectionChangeEvent Modifier and Type Method Description voidCollectionMapping. 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 Modifier and Type Method Description CollectionChangeEventCursorPolicy. createChangeEvent(Object collectionOwner, String propertyName, Object collectionChanged, Object elementChanged, int changeType, Integer index, boolean isChangeApplied)INTERNAL: Creates a CollectionChangeEvent for the container
-