公司报表配置系统总结

1.第一步:执行sql前的参数处理,其目的就是转换查询参数,拼接sql,最终拼接成sql:select * from user where name=? and age=? 这种形式,具体处理的思想是借鉴了mybatis的设计思想,用mybati的标签处理来设计的   其中用到了 org.apache.ibatis.scripting.xmltags.ExpressionEvaluator来验证m
相关文章
相关标签/搜索