mybatis 動態元素

動態SQL是MyBatis最強大的特性之一。用於實現動態SQL的主要元素如下:   1、where、if   2、choose、when、otherwise   3、set、trim   4、foreach 1、where、if <select id="getEmpByIf" resultType="Emp" parameterType="Emp">     select * from emp  
相關文章
相關標籤/搜索