摘要: 1、动态SQL MyBatis的一个强大的特征之一通常是它的SQL能力。提供了OGNL表达式动态生成SQL的功能。动态SQL有: (1)if (2)choose、when、otherwise (3)where、set (4)foreach 阅读全文
posted @ 2018-01-17 10:18 张小铁 阅读(103) 评论(0) 推荐(0) 编辑