Package | Description |
---|---|
oracle.toplink.essentials.descriptors |
Modifier and Type | Class and Description |
---|---|
class |
MethodClassExtractor
Purpose:
Used to allow complex inheritance support.
|
Modifier and Type | Field and Description |
---|---|
protected ClassExtractor |
InheritancePolicy.classExtractor
Allow for class extraction method to be specified.
|
Modifier and Type | Method and Description |
---|---|
ClassExtractor |
InheritancePolicy.getClassExtractor()
ADVANCED:
A class extractor can be registered with the descriptor to override the default inheritance mechanism.
|
Modifier and Type | Method and Description |
---|---|
void |
InheritancePolicy.setClassExtractor(ClassExtractor classExtractor)
ADVANCED:
A class extractor can be registered with the descriptor to override the default inheritance mechanism.
|
Copyright © 2024. All rights reserved.