iBATIS
iteye_13971
这个作者很懒,什么都没留下…
展开
-
ibatis中prepend的小用法
现在项目中使用ibatis作为数据库操作工具,在深感ibatis功能强大的同时,一直也在为如何写出动态SQL而困惑,自己也是在一点点的摸索中,现在发现prepend这个小工具确实不错,下面就是在项目中自己摸索的几个小用法。 1:通常用法,也是大多数参考文章上面介绍的方法 xml 代码 <dynamic prepend="where"> ...2006-12-13 10:41:51 · 1080 阅读 · 0 评论 -
iBATIS如何复用SQL片段(翻译)
原文链接 http://opensource.atlassian.com/confluence/oss/display/IBATIS/How+do+I+reuse+SQL-fragments When writing SqlMaps, you often encounter duplicate fragments of SQL, for example a FROM-clause or con...2006-12-15 23:18:18 · 125 阅读 · 0 评论 -
合理运用remapResults属性
Proper Usage of remapResults="true" The remapResults attribute is available on 【statement】, 【select】, and 【procedure】 mapped statements. It is an optional attribute and the default value is false. Th...2006-12-16 23:15:49 · 210 阅读 · 0 评论