摘要: SqlSource是mybatis重要的组件,是对你写的sql语句的简单封装。 public interface SqlSource { BoundSql getBoundSql(Object parameterObject); } 这个接口有很多种实现: VelocitySqlSource这个实现 阅读全文
posted @ 2025-03-23 10:45 诸葛匹夫 阅读(112) 评论(0) 推荐(0)