mybatis一次查询过程的分析二

MappedStatement ms = configuration.getMappedStatement(statement); 这句就是根据statement的id获取MappedStatement。这里的executor是在创建sqlsession的是否创建的,在sqlsessionfactory,看DefaultSqlSessionFactory中的openSession方法 有很多的重载
相关文章
相关标签/搜索