|
Oracle TopLink API Reference 10g Release 3 (10.1.3) B13698-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.toplink.descriptors.changetracking.DeferredChangeDetectionPolicy
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
| 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 | |||||||||