|
Oracle Fusion Middleware Java API Reference for Oracle TopLink (Deprecated) 11g Release 1 (11.1.1) B32476-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.toplink.descriptors.changetracking.DeferredChangeDetectionPolicy
public class DeferredChangeDetectionPolicy
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.
| 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 |
|---|
public DeferredChangeDetectionPolicy()
| Method Detail |
|---|
public boolean isDeferredChangeDetectionPolicy()
isDeferredChangeDetectionPolicy in interface oracle.toplink.descriptors.changetracking.ObjectChangePolicypublic boolean isObjectChangeTrackingPolicy()
isObjectChangeTrackingPolicy in interface oracle.toplink.descriptors.changetracking.ObjectChangePolicypublic boolean isAttributeChangeTrackingPolicy()
isAttributeChangeTrackingPolicy in interface oracle.toplink.descriptors.changetracking.ObjectChangePolicy
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||