Class DeferredChangeDetectionPolicy

java.lang.Object
org.eclipse.persistence.descriptors.changetracking.DeferredChangeDetectionPolicy
All Implemented Interfaces:
Serializable, ObjectChangePolicy
Direct Known Subclasses:
ObjectChangeTrackingPolicy

public class DeferredChangeDetectionPolicy extends Object implements ObjectChangePolicy, Serializable
PUBLIC: A DeferredChangeDetectionPolicy defers all change detection to the UnitOfWork's change detection process. Essentially, the calculateChanges() method will run for all objects in a UnitOfWork. This is the default ObjectChangePolicy unless weaving is used.
See Also: