摘要: iBatis.net入门指南iBatis.net入门指南- 1 - 什么是iBatis.net ?- 3 -iBatis.net的原理- 3 -新人指路- 3 -iBatis.net的优缺点- 4 -SQL Mapping金典案例- 5 -情景一基本标签(insert,update ,select)及属性(parameterClass,resultClass)- 5 -情景二子标签(<sql /><include />)及转义处理- 7 -情景三高阶标签(<dynamic />)及属性(resultMap)- 8 -情景四储存过程标<procedure 阅读全文
posted @ 2011-12-09 15:29 小丫丫宝贝 阅读(899) 评论(0) 推荐(0) 编辑
摘要: Procedure:create proc sp_output ( @testParam int output ) as begin set @testParam = 10 end goXML:﹤parameterMaps﹥ ﹤parameterMap id="select-params2" class="Hashtable"﹥ ﹤parameter property="testParam" column="testParam" direction="Output" /﹥ ﹤/parameter 阅读全文
posted @ 2011-12-09 14:39 小丫丫宝贝 阅读(405) 评论(0) 推荐(0) 编辑