摘要:
ibatis有时候需要操纵模糊查询,其SQL的语句为 Select t.userName,t.userPwd from tb_user t where t.name like '%liu%'。当需将改SQL用在ibatis中查询的时候,可以用以下语句:<select id="findUserByName" resultClass="com.example.User" resultSetType="SCROLL_INSENSITIVE"> select user_Name,user_Pwd from tb_u 阅读全文
posted @ 2013-02-20 15:13 言冰的夏虫 阅读(443) 评论(0) 推荐(0) 编辑