| AbstractConverterMetadata |
INTERNAL:
Abstract metadata converter.
|
| ClassInstanceMetadata |
INTERNAL:
Abstract converter class that parents both the JPA and Eclipselink
converters.
|
| ConversionValueMetadata |
Object to hold onto conversion values.
|
| ConverterMetadata |
INTERNAL:
Object to hold onto a custom converter metadata.
|
| ConvertMetadata |
Object to hold onto convert metadata.
|
| EnumeratedMetadata |
INTERNAL:
Abstract converter class that parents both the JPA and Eclipselink
converters.
|
| JSONMetadata |
INTERNAL:
This class processes the reserve "json" converter specified through @Convert.
|
| KryoMetadata |
INTERNAL:
This class processes the reserve "kryo" converter specified through @Convert.
|
| LobMetadata |
INTERNAL:
Abstract converter class that parents both the JPA and Eclipselink
converters.
|
| MetadataConverter |
INTERNAL:
Abstract converter class that parents both the JPA and Eclipselink
converters.
|
| MixedConverterMetadata |
INTERNAL:
Object to hold onto XML converter metadata.
|
| ObjectTypeConverterMetadata |
INTERNAL:
Object to hold onto an object type converter metadata.
|
| SerializedConverterMetadata |
INTERNAL:
Abstract metadata serializer.
|
| SerializedMetadata |
INTERNAL:
This class processes the reserve "serialized" converter specified through @Convert.
|
| 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.
|
| TemporalMetadata |
INTERNAL:
Abstract converter class that parents both the JPA and Eclipselink
converters.
|
| TypeConverterMetadata |
INTERNAL:
Object to hold onto a type converter metadata.
|
| XMLMetadata |
INTERNAL:
This class processes the reserve "xml" converter specified through @Convert.
|