Module org.eclipse.persistence.jpa
Package org.eclipse.persistence.internal.jpa.metadata.converters
-
Class Summary Class Description 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.ConverterManager Manage field value to JDBC data type converters loaded from SPI providers.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.JsonValueMetadata INTERNAL: This class processes JSON converter.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.UUIDMetadata INTERNAL: Abstract converter class that parents both the JPA and Eclipselink converters.XMLMetadata INTERNAL: This class processes the reserve "xml" converter specified through @Convert.