mybatis plus数组问题

mybatisplus使用如果使用long[]或者其他数组,添加TableName中 autoResultMap = true时TableField的typeHandler才会生效
@TableName(schema = "public", value = "aa", autoResultMap = true)

@TableField(value = "target_type", jdbcType = JdbcType.ARRAY, typeHandler = ArrayTypeHandler.class)

posted @ 2022-10-18 14:32  Ronald Hu  阅读(465)  评论(0编辑  收藏  举报