Uses of Interface
org.springframework.data.jdbc.core.convert.JdbcTypeFactory
Packages that use JdbcTypeFactory
-
Uses of JdbcTypeFactory in org.springframework.data.jdbc.core.convert
Classes in org.springframework.data.jdbc.core.convert that implement JdbcTypeFactoryModifier and TypeClassDescriptionclassAJdbcTypeFactorythat performs the conversion by utilizingJdbcOperations.execute(ConnectionCallback).Methods in org.springframework.data.jdbc.core.convert that return JdbcTypeFactoryModifier and TypeMethodDescriptionstatic JdbcTypeFactoryJdbcTypeFactory.unsupported()An implementation used in places where a properJdbcTypeFactorycan not be provided but an instance needs to be provided anyway, mostly for providing backward compatibility.Constructors in org.springframework.data.jdbc.core.convert with parameters of type JdbcTypeFactoryModifierConstructorDescriptionMappingJdbcConverter(RelationalMappingContext context, RelationResolver relationResolver, CustomConversions conversions, JdbcTypeFactory typeFactory) Creates a newMappingJdbcConvertergivenMappingContext.