Package cool.scx.jdbc.type_handler
package cool.scx.jdbc.type_handler
-
ClassDescriptionBlobInputStreamTypeHandler todo 在驱动不支持时 转换为 string 或者 byte[] 存储 ?ByteObjectArrayTypeHandlerByteObjectArrayTypeHandlerClobReaderTypeHandler todo 在驱动不支持时 转换为 string 或者 byte[] 存储 ?EnumTypeHandler<E extends Enum<E>>EnumTypeHandler 此处不使用枚举序号而是使用枚举名称 是为了保证如果 后期 枚举修改了仍然能够对应读取ObjectTypeHandler 默认都会转换为 json 字符串来存储StringTypeHandlerTypeHandler<T>TypeHandlertodo 这个类需要大改造 TypeHandlerSelector