风暴烈酒辰

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2013年3月30日

摘要: 1、复杂类型查询<resultMap id=”get-product-result” class=”com.ibatis.example.Product”><result property=”id” column=”PRD_ID”/><result property=”description” column=”PRD_DESCRIPTION”/><result property=”category” column=”PRD_CAT_ID” select=”getCategory”/></resultMap><resultMap 阅读全文
posted @ 2013-03-30 10:00 风暴烈酒辰 阅读(156) 评论(0) 推荐(0) 编辑