Uses of Class
org.eclipse.persistence.internal.jpa.metadata.converters.ConvertMetadata
-
-
Uses of ConvertMetadata in org.eclipse.persistence.internal.jpa.metadata
Methods in org.eclipse.persistence.internal.jpa.metadata that return types with arguments of type ConvertMetadata Modifier and Type Method Description List<ConvertMetadata>MetadataDescriptor. getConverts(String attributeName)INTERNAL:List<ConvertMetadata>MetadataDescriptor. getMapKeyConverts(String attributeName)INTERNAL:Methods in org.eclipse.persistence.internal.jpa.metadata with parameters of type ConvertMetadata Modifier and Type Method Description voidMetadataDescriptor. addConvert(String attributeName, ConvertMetadata convert)INTERNAL: Add a convert to override a superclass class mapping.voidMetadataDescriptor. addMapKeyConvert(String attributeName, ConvertMetadata convert)INTERNAL: Add a map key convert to override a superclass class mapping. -
Uses of ConvertMetadata in org.eclipse.persistence.internal.jpa.metadata.accessors.classes
Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.classes that return types with arguments of type ConvertMetadata Modifier and Type Method Description List<ConvertMetadata>EntityAccessor. getConverts()INTERNAL: Used for OX mapping.Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.classes with parameters of type ConvertMetadata Modifier and Type Method Description voidEntityAccessor. processConvert(ConvertMetadata convert)INTERNAL: Add a convert metadata to the descriptor convert map.Method parameters in org.eclipse.persistence.internal.jpa.metadata.accessors.classes with type arguments of type ConvertMetadata Modifier and Type Method Description voidEntityAccessor. setConverts(List<ConvertMetadata> converts)INTERNAL: Used for OX mapping. -
Uses of ConvertMetadata in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings that return types with arguments of type ConvertMetadata Modifier and Type Method Description List<ConvertMetadata>DirectAccessor. getConverts()INTERNAL: Used for OX mapping.List<ConvertMetadata>EmbeddedAccessor. getConverts()INTERNAL: Used for OX mapping.protected List<ConvertMetadata>MappingAccessor. getConverts(List<ConvertMetadata> potentialConverts)INTERNAL: Given the potential converts return them for processing unless there are overrides available from the descriptor.List<ConvertMetadata>CollectionAccessor. getMapKeyConverts()INTERNAL: Used for OX mapping.List<ConvertMetadata>ElementCollectionAccessor. getMapKeyConverts()INTERNAL: Used for OX mapping.List<ConvertMetadata>MappedKeyMapAccessor. getMapKeyConverts()INTERNAL:protected List<ConvertMetadata>MappingAccessor. getMapKeyConverts(List<ConvertMetadata> potentialMapKeyConverts)INTERNAL: Given the potential converts return them for processing unless there are overrides available from the descriptor.Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings with parameters of type ConvertMetadata Modifier and Type Method Description protected voidDirectAccessor. addConvert(ConvertMetadata convert)INTERNAL: Subclasses that support key converts need to override this method.protected voidEmbeddedAccessor. addConvert(ConvertMetadata convert)INTERNAL: Subclasses that support key converts need to override this method.protected voidMappingAccessor. addConvert(ConvertMetadata convert)INTERNAL: Subclasses that support converts need to override this method otherwise an exception will be thrown from those accessors that do not support them when a user has defined them on that accessor.protected voidMappingAccessor. addConvertMetadata(ConvertMetadata convert)INTERNAL: Add a JPA convert annotation to the converts list.voidCollectionAccessor. addMapKeyConvert(ConvertMetadata convert)INTERNAL: A map key convert from an annotation specification.voidElementCollectionAccessor. addMapKeyConvert(ConvertMetadata convert)INTERNAL: A map key convert from an annotation specification.protected voidMappingAccessor. addMapKeyConvert(ConvertMetadata convert)INTERNAL: Subclasses that support converts need to override this method otherwise an exception will be thrown from those accessors that do not support them when a user has defined them on that accessor.Method parameters in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings with type arguments of type ConvertMetadata Modifier and Type Method Description protected List<ConvertMetadata>MappingAccessor. getConverts(List<ConvertMetadata> potentialConverts)INTERNAL: Given the potential converts return them for processing unless there are overrides available from the descriptor.protected List<ConvertMetadata>MappingAccessor. getMapKeyConverts(List<ConvertMetadata> potentialMapKeyConverts)INTERNAL: Given the potential converts return them for processing unless there are overrides available from the descriptor.protected voidMappingAccessor. processConverts(List<ConvertMetadata> converts, DatabaseMapping mapping, MetadataClass referenceClass, boolean isForMapKey)INTERNAL: Process the JPA defined convert(s)protected voidMappingAccessor. processMappingConverter(DatabaseMapping mapping, String convertValue, List<ConvertMetadata> converts, MetadataClass referenceClass, MetadataClass referenceClassWithGenerics, boolean isForMapKey)INTERNAL: Process a convert value which specifies the name of an EclipseLink converter to process with this accessor's mapping.protected voidMappingAccessor. processMappingKeyConverter(DatabaseMapping mapping, String convertValue, List<ConvertMetadata> converts, MetadataClass referenceClass, MetadataClass referenceClassWithGenerics)INTERNAL: Process a mapping key converter either from an EclipseLink convert specification or a JPA converter specification (map-key-convert, map-key-temporal, map-key-enumerated) to be applied to the given mapping.protected voidMappingAccessor. processMappingValueConverter(DatabaseMapping mapping, String convertValue, List<ConvertMetadata> converts, MetadataClass referenceClass, MetadataClass referenceClassWithGenerics)INTERNAL: Process a convert value which specifies the name of an EclipseLink converter to process with this accessor's mapping.voidDirectAccessor. setConverts(List<ConvertMetadata> converts)INTERNAL: Used for OX mapping.voidEmbeddedAccessor. setConverts(List<ConvertMetadata> converts)INTERNAL: Used for OX mapping.voidCollectionAccessor. setMapKeyConverts(List<ConvertMetadata> mapKeyConverts)INTERNAL: Used for OX mapping.voidElementCollectionAccessor. setMapKeyConverts(List<ConvertMetadata> mapKeyConverts)INTERNAL: Used for OX mapping.
-