摘要:
1、getLocalSqlMapSession()获取一个SqlMapSessionImpl 相当于JDBC的一个Connection连接2、SqlMapExecutor -> SqlMapExecutorDelegate.queryForObject(id, paramObject) 通过id从已加载的配置中获取sql及相关信息,将参数注入,然后执行3、主要执行代码protected void executeQueryWithCallback(StatementScope statementScope, Connection conn, Object parameterObject,
阅读全文