mybatis插入出现org.apache.ibatis.executor.ExecutorException: No setter found for the keyProperty 'xx

Posted zxCoder

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mybatis插入出现org.apache.ibatis.executor.ExecutorException: No setter found for the keyProperty 'xx相关的知识,希望对你有一定的参考价值。

确定有setter方法,问题其实是xml文件中,insert的主键的列名写错了,如下,一开始写成ComId

<insert id="insertCom" parameterType="Comment" useGeneratedKeys="true" keyProperty="comId">

以上是关于mybatis插入出现org.apache.ibatis.executor.ExecutorException: No setter found for the keyProperty 'xx的主要内容,如果未能解决你的问题,请参考以下文章

mybatis插入出现org.apache.ibatis.executor.ExecutorException: No setter found for the keyProperty 'xx

MySQL+MyBatis一条命令批量插入或更新

MySQL+MyBatis一条命令批量插入或更新

Mybatis + Mysql 插入数据时中文乱码问题

Mybatis + Mysql 插入数据时中文乱码问题

mybatis学习 -每天一记 mybatis insert null 报错