Uses of Interface
org.springframework.data.relational.core.conversion.RelationalConverter
Packages that use RelationalConverter
Package
Description
JDBC-specific conversion classes.
R2DBC-specific conversion and converter implementations.
-
Uses of RelationalConverter in org.springframework.data.jdbc.core.convert
Subinterfaces of RelationalConverter in org.springframework.data.jdbc.core.convertModifier and TypeInterfaceDescriptioninterfaceAJdbcConverteris responsible for converting for values to the native relational representation and vice versa.Classes in org.springframework.data.jdbc.core.convert that implement RelationalConverterModifier and TypeClassDescriptionclassRelationalConverterthat uses aMappingContextto apply conversion of relational values to property values. -
Uses of RelationalConverter in org.springframework.data.r2dbc.convert
Subinterfaces of RelationalConverter in org.springframework.data.r2dbc.convertModifier and TypeInterfaceDescriptioninterfaceCentral R2DBC specific converter interface.Classes in org.springframework.data.r2dbc.convert that implement RelationalConverter -
Uses of RelationalConverter in org.springframework.data.relational.core.conversion
Classes in org.springframework.data.relational.core.conversion that implement RelationalConverterModifier and TypeClassDescriptionclassBase class forRelationalConverterimplementations.classRelationalConverterthat uses aMappingContextto apply sophisticated mapping of domain objects fromRowDocument.Methods in org.springframework.data.relational.core.conversion that return RelationalConverterModifier and TypeMethodDescriptionMappingRelationalConverter.ConversionContext.getSourceConverter()MappingRelationalConverter.DefaultConversionContext.getSourceConverter()Methods in org.springframework.data.relational.core.conversion with parameters of type RelationalConverterModifier and TypeMethodDescriptionstatic <S> NumberRelationalEntityVersionUtils.getVersionNumberFromEntity(S instance, RelationalPersistentEntity<S> persistentEntity, RelationalConverter converter) Get the current value of the version property for an instance of a relational persistent entity.static <S> SRelationalEntityVersionUtils.setVersionNumberOnEntity(S instance, Number version, RelationalPersistentEntity<S> persistentEntity, RelationalConverter converter) Set the version property on an instance of a relational persistent entity.Constructors in org.springframework.data.relational.core.conversion with parameters of type RelationalConverterModifierConstructorDescriptionprotectedDefaultConversionContext(RelationalConverter sourceConverter, CustomConversions customConversions, ObjectPath objectPath, MappingRelationalConverter.DefaultConversionContext.ContainerValueConverter<RowDocument> documentConverter, MappingRelationalConverter.DefaultConversionContext.ContainerValueConverter<Collection<?>> collectionConverter, MappingRelationalConverter.DefaultConversionContext.ContainerValueConverter<Map<?, ?>> mapConverter, MappingRelationalConverter.DefaultConversionContext.ValueConverter<Object> elementConverter) protectedProjectingConversionContext(RelationalConverter sourceConverter, CustomConversions customConversions, ObjectPath path, MappingRelationalConverter.DefaultConversionContext.ContainerValueConverter<Collection<?>> collectionConverter, MappingRelationalConverter.DefaultConversionContext.ContainerValueConverter<Map<?, ?>> mapConverter, MappingRelationalConverter.DefaultConversionContext.ValueConverter<Object> elementConverter, EntityProjection<?, ?> projection)