摘要:
指定配置文件与main运行生成 public class GeneratorSqlmap { public void generator() throws Exception { List<String> warnings = new ArrayList<String>(); boolean ove 阅读全文
摘要:
<foreach> <!-- foreach --> <delete id="delMulti" parameterType="java.util.List"> delete from user where id in <!--collection:输入参数为List集合时,必须写list, ite 阅读全文