
mybatis
New_Yao
这个作者很懒,什么都没留下…
展开
-
No constructor found in com.njpp.wxxcx.bean.MatchMember matching
一、全部报错信息org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.executor.ExecutorException: No constructor found in com.njpp.wxxcx.bean.MatchMember matching [java.math.BigDec...原创 2020-03-12 13:59:39 · 549 阅读 · 0 评论 -
There is no getter for property named 'str' in 'class java.lang.String'??????????????
很奇怪的错误,但是错误原因难以启齿。。。。记录下来记一次使用mybatis时发生的错误,全部错误信息如下org.apache.ibatis.reflection.ReflectionException: There is no getter for property named 'str' in 'class java.lang.String' at org.apache.ibatis.r...原创 2019-07-03 18:01:02 · 4144 阅读 · 0 评论 -
mybatis oracle数据库实现批量插入,更新
更新dao层int change(@Param("listParam") List<Member> listParam);xml文件<update id="change" parameterType="java.util.List"> <foreach collection="listParam" item="item" index="index" ...原创 2019-07-25 16:26:35 · 613 阅读 · 0 评论