随笔分类 -  mybatis异常

mybatis 标签0为null
摘要:转载https://blog.csdn.net/every__day/article/details/78964180采过一个坑,写篇日志来记录下state = #{state}1当状态值设置为0时,操作完了,数据库没反应,没有设置为0 把状态用1和2表示,不使用0,... 阅读全文
posted @ 2018-07-13 13:55 2637282556 阅读(257) 评论(0) 推荐(0)
org.apache.ibatis.reflection.ReflectionException: Error instantiating class
摘要:十月 14, 2017 3:46:25 下午 org.apache.catalina.core.StandardWrapperValve invoke严重: Servlet.service() for servlet [SpringMVC] in context ... 阅读全文
posted @ 2017-10-14 15:49 2637282556 阅读(542) 评论(0) 推荐(0)
dding transactional method xxxx.update' with attribute: PROPAGATION_REQUIRED,ISOLATION_DEFAULT; ''
摘要:原因1mybaitis的xml映射文件中属性名称写错原因2 mybaitis的xml映射文件中属性名称写错,继承的属性在映射文件中读取不到 阅读全文
posted @ 2017-08-20 18:50 2637282556 阅读(169) 评论(0) 推荐(0)
### Error updating database. Cause: java.sql.SQLException: ORA-01722: 无效数字
摘要:Error updating database. Cause: java.sql.SQLException: ORA-01722: 无效数字原因: update Menu set IsActive='0' wher... 阅读全文
posted @ 2017-08-15 21:24 2637282556 阅读(1609) 评论(0) 推荐(0)
Invalid bound statement (not found):.....sysFunctionDao.getSysFunctionsById...(MapperMethod.ja
摘要:org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): cn.xiniu.core.dao.function.SysFunctionDao.getSysFun... 阅读全文
posted @ 2017-08-09 09:51 2637282556 阅读(124) 评论(0) 推荐(0)