Oracle Fusion Middleware Java API Reference for Oracle TopLink (Deprecated)
11g Release 1 (11.1.1)

B32476-04

oracle.toplink.descriptors.changetracking
Class DeferredChangeDetectionPolicy

java.lang.Object
  extended by oracle.toplink.descriptors.changetracking.DeferredChangeDetectionPolicy
All Implemented Interfaces:
java.io.Serializable, oracle.toplink.descriptors.changetracking.ObjectChangePolicy
Direct Known Subclasses:
ObjectChangeTrackingPolicy

public class DeferredChangeDetectionPolicy
extends java.lang.Object
implements oracle.toplink.descriptors.changetracking.ObjectChangePolicy, java.io.Serializable

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:
Serialized Form

Constructor Summary
DeferredChangeDetectionPolicy()
           
 
Method Summary
 boolean isAttributeChangeTrackingPolicy()
          Used to track instances of the change policies without doing an instance of check
 boolean isDeferredChangeDetectionPolicy()
          Used to track instances of the change policies without doing an instance of check
 boolean isObjectChangeTrackingPolicy()
          Used to track instances of the change policies without doing an instance of check
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeferredChangeDetectionPolicy

public DeferredChangeDetectionPolicy()
Method Detail

isDeferredChangeDetectionPolicy

public boolean isDeferredChangeDetectionPolicy()
Used to track instances of the change policies without doing an instance of check

Specified by:
isDeferredChangeDetectionPolicy in interface oracle.toplink.descriptors.changetracking.ObjectChangePolicy

isObjectChangeTrackingPolicy

public boolean isObjectChangeTrackingPolicy()
Used to track instances of the change policies without doing an instance of check

Specified by:
isObjectChangeTrackingPolicy in interface oracle.toplink.descriptors.changetracking.ObjectChangePolicy

isAttributeChangeTrackingPolicy

public boolean isAttributeChangeTrackingPolicy()
Used to track instances of the change policies without doing an instance of check

Specified by:
isAttributeChangeTrackingPolicy in interface oracle.toplink.descriptors.changetracking.ObjectChangePolicy

Copyright © 1998, 2012, Oracle. All Rights Reserved.