oracle.toplink.essentials.descriptors.changetracking |
|
Java Source File Name | Type | Comment |
DeferredChangeDetectionPolicy.java | Class | PUBLIC:
A DeferredChangeDetectionPolicy defers all change detection to the UnitOfWork's
change detection process. |
ObjectChangePolicy.java | Interface | INTERNAL:
Implementers of ObjectChangePolicy implement the code which computes changes sets
for TopLink's UnitOfWork commit process. |