| Package | Description |
|---|---|
| org.eclipse.persistence.internal.jpa.metadata | |
| org.eclipse.persistence.internal.jpa.metadata.converters |
| Modifier and Type | Method and Description |
|---|---|
AbstractConverterMetadata |
MetadataProject.getConverter(String name)
INTERNAL:
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataProject.addConverter(AbstractConverterMetadata converter)
INTERNAL:
Add a abstract converter metadata to the project.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConverterMetadata
INTERNAL:
Object to hold onto a custom converter metadata.
|
class |
ObjectTypeConverterMetadata
INTERNAL:
Object to hold onto an object type converter metadata.
|
class |
SerializedConverterMetadata
INTERNAL:
Abstract metadata serializer.
|
class |
StructConverterMetadata
INTERNAL:
Place holder for a StructConverter
This class will allow a StructConverter to be added to a Session through
annotations when defined with the StructConverter annotation.
|
class |
TypeConverterMetadata
INTERNAL:
Object to hold onto a type converter metadata.
|
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.