Uses of Interface
org.huiche.core.mapper.ColumnMapper
Packages that use ColumnMapper
-
Uses of ColumnMapper in org.huiche.core.configuration
Methods in org.huiche.core.configuration that return types with arguments of type ColumnMapperModifier and TypeMethodDescriptionMap<Type, ColumnMapper<?>> Configuration.columnMappers()Returns the value of thecolumnMappersrecord component.Methods in org.huiche.core.configuration with parameters of type ColumnMapperModifier and TypeMethodDescriptionConfigurationBuilder.addColumnMapper(ColumnMapper<?> columnMapper) 添加自定义类型列转换器ConfigurationBuilder.removeColumnMapper(ColumnMapper<?> columnMapper) 删除自定义类型列转换器Method parameters in org.huiche.core.configuration with type arguments of type ColumnMapperModifier and TypeMethodDescriptionConfigurationBuilder.addColumnMappers(List<ColumnMapper<?>> columnMappers) 添加自定义类型列转换器Constructor parameters in org.huiche.core.configuration with type arguments of type ColumnMapperModifierConstructorDescriptionConfiguration(ConnectionProvider connectionProvider, Dialect dialect, Configuration.Jdbc jdbc, SQLExceptionTranslator sqlExceptionTranslator, Listener listener, SerializationMapper serializationMapper, Map<Type, ColumnMapper<?>> columnMappers, Map<Class<? extends Generator>, Generator> generators, EnumBy enumBy, boolean nullToEmpty, boolean useNational, boolean enableFill, int batchSize, boolean blockUnconditionalDelete, boolean blockUnconditionalUpdate, int resultInitialCapacity, int resultInitialCapacityMax) Creates an instance of aConfigurationrecord class. -
Uses of ColumnMapper in org.huiche.jdbc.mapper.column
Classes in org.huiche.jdbc.mapper.column that implement ColumnMapperModifier and TypeClassDescriptionfinal class枚举类 列转换器final classOptional 列转换器, 注意此转换器内部判断是否Optional类型final class序列化列转换器Methods in org.huiche.jdbc.mapper.column that return ColumnMapper