Uses of Interface
org.eclipse.persistence.mappings.converters.Converter
-
-
Uses of Converter in org.eclipse.persistence.internal.expressions
Classes in org.eclipse.persistence.internal.expressions that implement Converter Modifier and Type Class Description classExpressionOperatorConverterINTERNAL: Used by function operators in deployment xml generation to accomodate custom functions. -
Uses of Converter in org.eclipse.persistence.internal.queries
Methods in org.eclipse.persistence.internal.queries that return Converter Modifier and Type Method Description ConverterMappedKeyMapContainerPolicy. 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 Converter Modifier and Type Method Description voidMappedKeyMapContainerPolicy. setKeyConverter(Converter keyConverter, DirectMapMapping mapping)INTERNAL: Set a converter on the KeyField of a DirectCollectionMapping. -
Uses of Converter in org.eclipse.persistence.mappings
Fields in org.eclipse.persistence.mappings declared as Converter Modifier and Type Field Description protected ConverterDirectCollectionMapping. valueConverterAllows user defined conversion between the object value and the database value.Fields in org.eclipse.persistence.mappings with type parameters of type Converter Modifier and Type Field Description protected Map<String,Converter>AggregateCollectionMapping. convertersList of converters to apply at initialize time to their cloned aggregate mappings.protected Map<String,Converter>AggregateObjectMapping. convertersList of converters to apply at initialize time to their cloned aggregate mappings.Methods in org.eclipse.persistence.mappings that return Converter Modifier and Type Method Description ConverterDirectMapMapping. getKeyConverter()PUBLIC: Return the converter on the mapping.ConverterDirectCollectionMapping. getValueConverter()PUBLIC: Return the converter on the mapping.Methods in org.eclipse.persistence.mappings with parameters of type Converter Modifier and Type Method Description voidAggregateCollectionMapping. 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 Converter Modifier and Type Class Description classClassInstanceConverterPurpose: Allows a class name to be converted to and from a new instance of the class.classConverterClass<T extends jakarta.persistence.AttributeConverter<X,Y>,X,Y>A JPA attribute converter class wrapped with an EclipseLink converter.classEnumTypeConverterPurpose: Object type converter is used to match a fixed number of database data values to a Java enum object value.classObjectTypeConverterPurpose: Object type converter is used to match a fixed number of database data values to Java object value.classSerializedObjectConverterPurpose: The serialized object converter can be used to store an arbitrary object or set of objects into a database binary or character field.classTypeConversionConverterPurpose: Type conversion converters are used to explicitly map a database type to a Java type.classUUIDConverterDefault 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 Converter Modifier and Type Method Description Map<String,Supplier<Converter>>ConverterProvider. 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 Converter Modifier and Type Field Description protected 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 Converter Modifier and Type Method Description ConverterAbstractColumnMapping. getConverter()PUBLIC: Return the converter on the mapping.ConverterAbstractCompositeCollectionMapping. getConverter()PUBLIC: Return the converter on the mapping.ConverterAbstractCompositeObjectMapping. getConverter()PUBLIC: Return the converter on the mapping.ConverterAbstractCompositeDirectCollectionMapping. getValueConverter()PUBLIC: Return the converter on the mapping.Methods in org.eclipse.persistence.mappings.foundation with parameters of type Converter Modifier and Type Method Description voidAbstractColumnMapping. 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 Converter Modifier and Type Method Description ConverterXMLChoiceCollectionMapping. getConverter()Return the converter on the mapping.ConverterXMLChoiceCollectionMapping. getConverter(XMLField field)ConverterXMLChoiceObjectMapping. getConverter()Return the converter on the mapping.ConverterXMLChoiceObjectMapping. getConverter(XMLField field)Methods in org.eclipse.persistence.oxm.mappings with parameters of type Converter Modifier and Type Method Description voidXMLChoiceCollectionMapping. 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.converters Modifier and Type Interface Description interfaceXMLConverterPurpose: Conversion interface to allow conversion between object and data types.Classes in org.eclipse.persistence.oxm.mappings.converters that implement Converter Modifier and Type Class Description classXMLConverterAdapterclassXMLListConverterPurpose: Provides an implementation of Converter that can be used to convert a collection of Objects into a space separated list of Strings and back.classXMLRootConverterPurpose: 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 Converter Modifier and Type Field Description protected ConverterDirectReadQuery. valueConverterAllows user defined conversion between the result value and the database value.Methods in org.eclipse.persistence.queries that return Converter Modifier and Type Method Description ConverterDataReadQuery. getValueConverter()INTERNAL: Conversion not supported.ConverterDirectReadQuery. getValueConverter()PUBLIC: Return the converter on the query.Methods in org.eclipse.persistence.queries with parameters of type Converter Modifier and Type Method Description voidDirectReadQuery. setValueConverter(Converter valueConverter)PUBLIC: Set the converter on the query. -
Uses of Converter in org.eclipse.persistence.sessions.factories
Methods in org.eclipse.persistence.sessions.factories with parameters of type Converter Modifier and Type Method Description protected voidProjectClassGenerator. addConverterLines(NonreflectiveMethodDefinition method, String converterName, Converter converter)
-