
MyBatis
iteye_15509
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
MyBatis对NULL值的数据库印射
如果保存到数据库的值可能为NULL的话,则需要显示指定jdbcType的类型 如: #{url,jdbcType=VARCHAR},原创 2012-07-24 12:48:55 · 131 阅读 · 0 评论 -
Mybatis-There is no getter for property named 'id' in 'class java.lang.String'
<select id="findNoteByID" parameterType="string" resultType="note"> SELECT * FROM TABLE <where> <choose> ..原创 2012-05-24 15:53:00 · 105 阅读 · 0 评论