Uses of Interface
cool.scx.jdbc.type_handler.TypeHandler
Packages that use TypeHandler
Package
Description
-
Uses of TypeHandler in cool.scx.jdbc.dialect
Methods in cool.scx.jdbc.dialect that return TypeHandlerModifier and TypeMethodDescription<T> TypeHandler<T> DefaultDialect.findTypeHandler(cool.scx.reflect.TypeInfo type) <T> TypeHandler<T> DefaultDialect.findTypeHandler(Class<?> type) <T> TypeHandler<T> Dialect.findTypeHandler(cool.scx.reflect.TypeInfo type) <T> TypeHandler<T> Dialect.findTypeHandler(Class<?> type) 查找 -
Uses of TypeHandler in cool.scx.jdbc.type_handler
Classes in cool.scx.jdbc.type_handler that implement TypeHandlerModifier and TypeClassDescriptionclassBlobInputStreamTypeHandler todo 在驱动不支持时 转换为 string 或者 byte[] 存储 ?classByteObjectArrayTypeHandlerclassByteObjectArrayTypeHandlerclassClobReaderTypeHandler todo 在驱动不支持时 转换为 string 或者 byte[] 存储 ?classEnumTypeHandler<E extends Enum<E>>EnumTypeHandler 此处不使用枚举序号而是使用枚举名称 是为了保证如果 后期 枚举修改了仍然能够对应读取classObjectTypeHandler 默认都会转换为 json 字符串来存储classStringTypeHandlerMethods in cool.scx.jdbc.type_handler that return TypeHandlerModifier and TypeMethodDescription<T> TypeHandler<T> TypeHandlerSelector.findTypeHandler(cool.scx.reflect.TypeInfo typeInfo) <T> TypeHandler<T> TypeHandlerSelector.findTypeHandler(Class<?> type) Methods in cool.scx.jdbc.type_handler with parameters of type TypeHandlerModifier and TypeMethodDescription<T> voidTypeHandlerSelector.registerTypeHandler(Class<T> type, TypeHandler<T> typeHandler) -
Uses of TypeHandler in cool.scx.jdbc.type_handler.math
Classes in cool.scx.jdbc.type_handler.math that implement TypeHandlerModifier and TypeClassDescriptionclassBigDecimalTypeHandlerclassBigIntegerTypeHandler -
Uses of TypeHandler in cool.scx.jdbc.type_handler.primitive
Classes in cool.scx.jdbc.type_handler.primitive that implement TypeHandlerModifier and TypeClassDescriptionclassBooleanTypeHandlerclassByteTypeHandlerclassCharacterTypeHandlerclassDoubleTypeHandlerclassFloatTypeHandlerclassIntegerTypeHandlerclassLongTypeHandlerclassShortTypeHandler -
Uses of TypeHandler in cool.scx.jdbc.type_handler.time
Classes in cool.scx.jdbc.type_handler.time that implement TypeHandlerModifier and TypeClassDescriptionclass此处因为 jdbc 的设计非常混乱 所以说明一下classDurationTypeHandlerclassInstantTypeHandlerclass为不支持 LocalDateTime 的数据库添加 string 类型的兼容支持class为不支持 LocalDate 的数据库添加 string 类型的兼容支持class为不支持 LocalTime 的数据库添加 string 类型的兼容支持classMonthTypeHandler todo testclassOffsetDateTimeTypeHandlerclassOffsetTimeTypeHandlerclassYearMonthTypeHandlerclassYearTypeHandlerclassZonedDateTimeTypeHandler