Mybatis基于xml的动态sql实现
摘要:
动态sql可以很方便的拼接sql语句,主要用于复合条件查询; 主要通过这几个标签实现: if 标签: where 标签 choose标签: foreach标签: if 标签: <select id="selectStudentByIf" resultType="Student"> select id 阅读全文
posted @ 2019-10-18 17:43
passionConstant
阅读(895)
评论(0)
推荐(1)