Uses of Interface
org.eclipse.persistence.mappings.converters.Converter
Packages that use Converter
Package
Description
-
Uses of Converter in org.eclipse.persistence.internal.expressions
Classes in org.eclipse.persistence.internal.expressions that implement ConverterModifier and TypeClassDescriptionclassINTERNAL: Used by function operators in deployment xml generation to accomodate custom functions. -
Uses of Converter in org.eclipse.persistence.internal.jaxb
Classes in org.eclipse.persistence.internal.jaxb that implement ConverterModifier and TypeClassDescriptionclassIf there is no text node then apply the default value.classINTERNAL:classclassConvert between instances of XMLRoot and JAXBElementclassConverter that wraps an XmlAdapter.Methods in org.eclipse.persistence.internal.jaxb that return Converter -
Uses of Converter in org.eclipse.persistence.internal.jpa.metadata.converters
Methods in org.eclipse.persistence.internal.jpa.metadata.converters that return ConverterModifier and TypeMethodDescriptionConverterManager.createConverter(String type) Create an instance of field value to JDBC data type converter mapped to providedConvertermetadata class name.Methods in org.eclipse.persistence.internal.jpa.metadata.converters with parameters of type ConverterModifier and TypeMethodDescriptionprotected voidMetadataConverter.setConverter(DatabaseMapping mapping, Converter converter, boolean isForMapKey) INTERNAL: -
Uses of Converter in org.eclipse.persistence.internal.jpa.metadata.xml
Classes in org.eclipse.persistence.internal.jpa.metadata.xml that implement ConverterModifier and TypeClassDescriptionclassConverts from empty node to true or false -
Uses of Converter in org.eclipse.persistence.internal.queries
Methods in org.eclipse.persistence.internal.queries that return ConverterModifier and TypeMethodDescriptionMappedKeyMapContainerPolicy.getKeyConverter()INTERNAL: Get the Converter for the key of this mapping if one exists.Methods in org.eclipse.persistence.internal.queries with parameters of type ConverterModifier and TypeMethodDescriptionvoidMappedKeyMapContainerPolicy.setKeyConverter(Converter keyConverter, DirectMapMapping mapping) INTERNAL: Set a converter on the KeyField of a DirectCollectionMapping. -
Uses of Converter in org.eclipse.persistence.jaxb
Classes in org.eclipse.persistence.jaxb that implement ConverterModifier and TypeClassDescriptionclassINTERNAL:classPurpose: JAXBTypesafeEnumConverter is used to allow mapping to type safe enums according to the JAXB 1.0 spec. -
Uses of Converter in org.eclipse.persistence.json
Classes in org.eclipse.persistence.json that implement ConverterModifier and TypeClassDescriptionclassDefault JSON field value to JDBC data type converter.Methods in org.eclipse.persistence.json that return types with arguments of type ConverterModifier and TypeMethodDescriptionJsonConverterProvider.converters()GetConvertermedatada class name to converter instanceSuppliermapping. -
Uses of Converter in org.eclipse.persistence.mappings
Fields in org.eclipse.persistence.mappings declared as ConverterModifier and TypeFieldDescriptionprotected ConverterDirectCollectionMapping.valueConverterAllows user defined conversion between the object value and the database value.Fields in org.eclipse.persistence.mappings with type parameters of type ConverterModifier and TypeFieldDescriptionAggregateCollectionMapping.convertersList of converters to apply at initialize time to their cloned aggregate mappings.AggregateObjectMapping.convertersList of converters to apply at initialize time to their cloned aggregate mappings.Methods in org.eclipse.persistence.mappings that return ConverterModifier and TypeMethodDescriptionDirectMapMapping.getKeyConverter()PUBLIC: Return the converter on the mapping.DirectCollectionMapping.getValueConverter()PUBLIC: Return the converter on the mapping.Methods in org.eclipse.persistence.mappings with parameters of type ConverterModifier and TypeMethodDescriptionvoidAggregateCollectionMapping.addConverter(Converter converter, String attributeName) Add a converter to be applied to a mapping of the aggregate descriptor.voidAggregateObjectMapping.addConverter(Converter converter, String attributeName) Add a converter to be applied to a mapping of the aggregate descriptor.voidEmbeddableMapping.addConverter(Converter converter, String attributeName) protected voidDatabaseMapping.convertConverterClassNamesToClasses(Converter converter, ClassLoader classLoader) Convenience method to ensure converters have an opportunity to convert any class names to classes during project setup.voidDirectMapMapping.setKeyConverter(Converter keyConverter) PUBLIC: Set the converter on the mapping.voidDirectCollectionMapping.setValueConverter(Converter valueConverter) PUBLIC: Set the converter on the mapping. -
Uses of Converter in org.eclipse.persistence.mappings.converters
Classes in org.eclipse.persistence.mappings.converters that implement ConverterModifier and TypeClassDescriptionclassPurpose: Allows a class name to be converted to and from a new instance of the class.classConverterClass<T extends AttributeConverter<X,Y>, X, Y> A JPA attribute converter class wrapped with an EclipseLink converter.classPurpose: Object type converter is used to match a fixed number of database data values to a Java enum object value.classPurpose: Object type converter is used to match a fixed number of database data values to Java object value.classPurpose: The serialized object converter can be used to store an arbitrary object or set of objects into a database binary or character field.classPurpose: Type conversion converters are used to explicitly map a database type to a Java type.classDefault UUID field value to JDBC data type converter. -
Uses of Converter in org.eclipse.persistence.mappings.converters.spi
Methods in org.eclipse.persistence.mappings.converters.spi that return types with arguments of type ConverterModifier and TypeMethodDescriptionConverterProvider.converters()Returns converter suppliers mapping of specific provider. -
Uses of Converter in org.eclipse.persistence.mappings.foundation
Fields in org.eclipse.persistence.mappings.foundation declared as ConverterModifier and TypeFieldDescriptionprotected ConverterAbstractColumnMapping.converterAllows user defined conversion between the object attribute value and the database value.protected ConverterAbstractCompositeCollectionMapping.converterAllows user defined conversion between the object attribute value and the database value.protected ConverterAbstractCompositeObjectMapping.converterAllows user defined conversion between the object attribute value and the database value.protected ConverterAbstractCompositeDirectCollectionMapping.valueConverterAllows user defined conversion between the object value and the database value.Methods in org.eclipse.persistence.mappings.foundation that return ConverterModifier and TypeMethodDescriptionAbstractColumnMapping.getConverter()PUBLIC: Return the converter on the mapping.AbstractCompositeCollectionMapping.getConverter()PUBLIC: Return the converter on the mapping.AbstractCompositeObjectMapping.getConverter()PUBLIC: Return the converter on the mapping.AbstractCompositeDirectCollectionMapping.getValueConverter()PUBLIC: Return the converter on the mapping.Methods in org.eclipse.persistence.mappings.foundation with parameters of type ConverterModifier and TypeMethodDescriptionvoidAbstractColumnMapping.setConverter(Converter converter) PUBLIC: Set the converter on the mapping.voidAbstractCompositeCollectionMapping.setConverter(Converter converter) PUBLIC: Set the converter on the mapping.voidAbstractCompositeObjectMapping.setConverter(Converter converter) PUBLIC: Set the converter on the mapping.voidAbstractCompositeDirectCollectionMapping.setValueConverter(Converter valueConverter) PUBLIC: Set the converter on the mapping. -
Uses of Converter in org.eclipse.persistence.oxm.mappings
Methods in org.eclipse.persistence.oxm.mappings that return ConverterModifier and TypeMethodDescriptionXMLChoiceCollectionMapping.getConverter()Return the converter on the mapping.XMLChoiceCollectionMapping.getConverter(XMLField field) XMLChoiceObjectMapping.getConverter()Return the converter on the mapping.XMLChoiceObjectMapping.getConverter(XMLField field) Methods in org.eclipse.persistence.oxm.mappings with parameters of type ConverterModifier and TypeMethodDescriptionvoidXMLChoiceCollectionMapping.addConverter(XMLField field, Converter converter) voidXMLChoiceObjectMapping.addConverter(XMLField field, Converter converter) voidXMLChoiceCollectionMapping.setConverter(Converter converter) Set the converter on the mapping.voidXMLChoiceObjectMapping.setConverter(Converter converter) Set the converter on the mapping. -
Uses of Converter in org.eclipse.persistence.oxm.mappings.converters
Subinterfaces of Converter in org.eclipse.persistence.oxm.mappings.convertersModifier and TypeInterfaceDescriptioninterfacePurpose: Conversion interface to allow conversion between object and data types.Classes in org.eclipse.persistence.oxm.mappings.converters that implement ConverterModifier and TypeClassDescriptionclassclassPurpose: Provides an implementation of Converter that can be used to convert a collection of Objects into a space separated list of Strings and back.classPurpose: Provides an implementation of XMLConverter to wrap/unwrap objects in an XMLRoot in order to capture element name information. -
Uses of Converter in org.eclipse.persistence.queries
Fields in org.eclipse.persistence.queries declared as ConverterModifier and TypeFieldDescriptionprotected ConverterDirectReadQuery.valueConverterAllows user defined conversion between the result value and the database value.Methods in org.eclipse.persistence.queries that return ConverterModifier and TypeMethodDescriptionDataReadQuery.getValueConverter()INTERNAL: Conversion not supported.DirectReadQuery.getValueConverter()PUBLIC: Return the converter on the query.Methods in org.eclipse.persistence.queries with parameters of type ConverterModifier and TypeMethodDescriptionvoidDirectReadQuery.setValueConverter(Converter valueConverter) PUBLIC: Set the converter on the query. -
Uses of Converter in org.eclipse.persistence.sdo.helper
Classes in org.eclipse.persistence.sdo.helper that implement ConverterModifier and TypeClassDescriptionclassPurpose: A converter used in conjunction with sdoJava:instanceClass The customClass on the converter must be set and that class must have a Constructor that takes a String argument and a toString method. -
Uses of Converter in org.eclipse.persistence.sdo.helper.metadata
Classes in org.eclipse.persistence.sdo.helper.metadata that implement Converter -
Uses of Converter in org.eclipse.persistence.sessions.factories
Methods in org.eclipse.persistence.sessions.factories with parameters of type ConverterModifier and TypeMethodDescriptionprotected voidProjectClassGenerator.addConverterLines(NonreflectiveMethodDefinition method, String converterName, Converter converter)