| Package | Description |
|---|---|
| oracle.toplink.essentials.exceptions | |
| oracle.toplink.essentials.internal.indirection | |
| oracle.toplink.essentials.mappings |
| Modifier and Type | Method and Description |
|---|---|
static DescriptorException |
DescriptorException.invalidIndirectionPolicyOperation(IndirectionPolicy policy,
String operation) |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicIndirectionPolicy
Purpose
|
class |
NoIndirectionPolicy
Purpose
|
class |
TransparentIndirectionPolicy
Purpose
|
class |
WeavedObjectBasicIndirectionPolicy
INTERNAL:
A WeavedObjectBasicIndirectionPolicy is used by OneToOne mappings that are LAZY through weaving
and which use Property(method) access.
|
| Modifier and Type | Field and Description |
|---|---|
protected IndirectionPolicy |
ForeignReferenceMapping.indirectionPolicy
Implements indirection behavior
|
| Modifier and Type | Method and Description |
|---|---|
IndirectionPolicy |
ForeignReferenceMapping.getIndirectionPolicy()
INTERNAL:
Return the mapping's indirection policy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ForeignReferenceMapping.setIndirectionPolicy(IndirectionPolicy indirectionPolicy)
ADVANCED:
Set the indirection policy.
|
Copyright © 2025. All rights reserved.