mybatis经常使用标签

1.sql片断、给sql语句传入表达式、模糊查询、where标签   <sql id="testId">id,user_name,age,sex</sql>   <select id="findAll" parameterType="java.util.Map" resultMap="TestBean"> select  <include refid="testId"/>   from table
相关文章
相关标签/搜索