Uses of Class
org.eclipse.persistence.internal.jpa.metadata.converters.SerializedConverterMetadata
-
Packages that use SerializedConverterMetadata Package Description org.eclipse.persistence.internal.jpa.metadata.accessors org.eclipse.persistence.internal.jpa.metadata.xml -
-
Uses of SerializedConverterMetadata in org.eclipse.persistence.internal.jpa.metadata.accessors
Methods in org.eclipse.persistence.internal.jpa.metadata.accessors that return types with arguments of type SerializedConverterMetadata Modifier and Type Method Description List<SerializedConverterMetadata>MetadataAccessor. getSerializedConverters()INTERNAL: Used for OX mapping.Method parameters in org.eclipse.persistence.internal.jpa.metadata.accessors with type arguments of type SerializedConverterMetadata Modifier and Type Method Description voidMetadataAccessor. setSerializedConverters(List<SerializedConverterMetadata> serializedConverters)INTERNAL: Used for OX mapping. -
Uses of SerializedConverterMetadata in org.eclipse.persistence.internal.jpa.metadata.xml
Methods in org.eclipse.persistence.internal.jpa.metadata.xml that return types with arguments of type SerializedConverterMetadata Modifier and Type Method Description List<SerializedConverterMetadata>XMLEntityMappings. getSerializedConverters()INTERNAL: Used for OX mapping.Method parameters in org.eclipse.persistence.internal.jpa.metadata.xml with type arguments of type SerializedConverterMetadata Modifier and Type Method Description voidXMLEntityMappings. setSerializedConverters(List<SerializedConverterMetadata> serializedConverters)INTERNAL: Used for OX mapping.
-