随笔分类 -  MyBatis

摘要:mybatis There is no getter for property named 'xxxx 360反馈意见截图16230322799670.png http://blog.sina.com.cn/s/blog_8ced01900101blqd.html mybatis There is 阅读全文
posted @ 2016-08-29 11:21 zlay-素喂 阅读(228) 评论(0) 推荐(0)
摘要:插入语句xml代码: <insert id="insertUser" parameterType="com.spring.mybatis.po.User"> <!--selectKey获取插入的id值 keyProperty="id":将查询到主键设置到对象中的某个属性上 order="AFTER" 阅读全文
posted @ 2016-03-09 21:22 zlay-素喂 阅读(380) 评论(0) 推荐(0)