为了账号安全,请及时绑定邮箱和手机立即绑定

实体类中的主键属性为啥一定要是ID而不能是id呢?我看老师也是id啊

报错。我在实体类中id属性设置为 id就会报错:Error querying database.  Cause: org.apache.ibatis.reflection.ReflectionException: Could not set property 'ID' of 'class com.cml.Bean.Message' with value '2' Cause: org.apache.ibatis.reflection.ReflectionException: There is no setter for property named 'ID' in 'class com.cml.Bean.Message'

### The error may exist in com/cml/config/sqlxml/MessageDao.xml

改成ID又不会报错了?

正在回答

2 回答

我记得实体类(Bean.Message)中的属性取名称的时候,首字母是不能用大写。

看看你的MessageDao.xml里面在配置的时候  是不是都用了大写的ID;

贴下你的代码看看

0 回复 有任何疑惑可以回复我~

应该是sql中的别名为ID了吧

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

实体类中的主键属性为啥一定要是ID而不能是id呢?我看老师也是id啊

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信