`
xulongfa
  • 浏览: 70091 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
社区版块
存档分类
最新评论
文章列表
<select id="getUsers" parameterClass="user" resultMap="get-user-result"> select id, name, sex from t_user <dynamic prepend="WHERE"> <isNotEmpty prepend="AND" property="name"> (name like #name#) </isNotEmpty> ...
ibatis高级特性,处理表与表之间的关联。ibatis中,提供了Statement嵌套支持,通过Statement嵌套,我们可以实现关联数据的操作。     1、一对多关联: <sqlMap namespace="User"> <typeAlias alias="user" type="com.ibatis.sample.User"/> <typeAlias alias="address" type="com.ibatis.sample.Address"/& ...
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE sqlMap PUBLIC "-//iBATIS.com//DTD SQL Map 2.0//EN" "http://www.ibatis.com/dtd/sql-map-2.dtd"> <sqlMap namespace="User"> <!-- 定义该映射文件的Cache机制 --> <cacheModel type ...
package com.ibatis.test; import java.io.IOException; import java.io.Reader; import java.sql.SQLException; import java.util.Iterator; import java.util.List; import com.ibatis.common.resources.Resources; import com.ibatis.sqlmap.client.SqlMapClient; import com.ibatis.sqlmap.client.S ...
前段时间接触了一点ibatis,过了一个月又忘了,所以转载几篇文章备忘。 原文出处:http://www.cnblogs.com/wyqtomorrow/archive/2007/11/25/971755.html   1.sqlMapConfig.xml配置文件详解: <? xml version="1.0" encoding="UTF-8" ?> <! DOCTYPE sqlMapConfig PUBLIC "-//iBATIS.com//DTD SQL Map Config 2.0//EN" & ...
1.everything :   速度超快搜索工具,只支持NTFS盘,文件名搜索。   download: http://www.voidtools.com/download.php 2.Launchy :    Launchy is a free windows and linux utility designed to help you forget about your start menu,    the  icons on your    desktop, and even your file manager.    Launchy indexes the ...
Global site tag (gtag.js) - Google Analytics