2012年6月1日
摘要: 一、ibatis的关键字like查询select * from t_student wheres_name '%张%';这种like语句在ibatis中怎么写,他们现在的项目是用ibatis作为持久层的框架。我的第一反应是这样写:<select id="showOneStudentByName" parameterClass="String" resultMap="studentORM">select * from t_student wheres_name like #name#</select&g 阅读全文
posted @ 2012-06-01 09:29 Ruthless 阅读(2752) 评论(0) 推荐(1) 编辑