Package | Description |
---|---|
oracle.toplink.essentials.descriptors | |
oracle.toplink.essentials.descriptors.changetracking |
Modifier and Type | Field and Description |
---|---|
protected ObjectChangePolicy |
ClassDescriptor.changePolicy |
Modifier and Type | Method and Description |
---|---|
ObjectChangePolicy |
ClassDescriptor.getObjectChangePolicy()
PUBLIC:
Return this objects ObjectChangePolicy.
|
Modifier and Type | Method and Description |
---|---|
void |
ClassDescriptor.setObjectChangePolicy(ObjectChangePolicy policy)
PUBLIC:
Set the ObjectChangePolicy for this descriptor.
|
Modifier and Type | Class and Description |
---|---|
class |
DeferredChangeDetectionPolicy
PUBLIC:
A DeferredChangeDetectionPolicy defers all change detection to the UnitOfWork's
change detection process.
|
Copyright © 2023. All rights reserved.