| Package | Description |
|---|---|
| oracle.toplink.essentials.descriptors | |
| oracle.toplink.essentials.internal.databaseaccess | |
| oracle.toplink.essentials.internal.helper |
| Modifier and Type | Method and Description |
|---|---|
Map |
InheritancePolicy.getClassIndicatorMapping(ConversionManager conversionManager)
INTERNAL:
Return the association of indicators and classes using specified ConversionManager
|
| Modifier and Type | Field and Description |
|---|---|
protected ConversionManager |
DatasourcePlatform.conversionManager
Allow for conversion to be customized in the platform.
|
| Modifier and Type | Method and Description |
|---|---|
ConversionManager |
DatasourcePlatform.getConversionManager()
The platform hold its own instance of conversion manager to allow customization.
|
ConversionManager |
Platform.getConversionManager()
The platform hold its own instance of conversion manager to allow customization.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatasourcePlatform.setConversionManager(ConversionManager conversionManager)
The platform hold its own instance of conversion manager to allow customization.
|
void |
Platform.setConversionManager(ConversionManager conversionManager)
The platform hold its own instance of conversion manager to allow customization.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EJB30ConversionManager
Purpose: Extension to the existing conversion manager to support the
EJB 3.0 spec.
|
| Modifier and Type | Field and Description |
|---|---|
protected static ConversionManager |
ConversionManager.defaultManager |
| Modifier and Type | Method and Description |
|---|---|
static ConversionManager |
ConversionManager.getDefaultManager()
A singleton conversion manager is used to handle generic converisons.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ConversionManager.setDefaultManager(ConversionManager theManager)
A singleton conversion manager is used to handle generic converisons.
|
Copyright © 2023. All rights reserved.