当前位置:Gxlcms >
数据库问题 >
Mybatis Error attempting to get column 'xxx' from result set. Cause: java.sql.SQLDataException: Unsupported conversion from LONG to java.time.LocalDateTime
Mybatis Error attempting to get column 'xxx' from result set. Cause: java.sql.SQLDataException: Unsupported conversion from LONG to java.time.LocalDateTime
时间:2021-07-01 10:21:17
帮助过:17人阅读
Mybatis实战报错
Error attempting to get column ‘xxx‘ from result set. Cause: java.sql.SQLDataException: Unsupported conversion from LONG to java.time.LocalDateTime
可能的原因
- 数据库字段与实体类字段映射没有一一对应
- xml文件的结果集映射出错(jdbcType等)
- 实体类的构造器缺乏
mybatis查询出来的数据封装入实体需要类的全参构造器
详情请观看Mybatis官网文档
Mybatis Error attempting to get column 'xxx' from result set. Cause: java.sql.SQLDataException: Unsupported conversion from LONG to java.time.LocalDateTime
标签:err mybatis xxx 文件的 load get http master time