mybatis一次查詢過程的分析二

MappedStatement ms = configuration.getMappedStatement(statement); 這句就是根據statement的id獲取MappedStatement。這裏的executor是在創建sqlsession的是否創建的,在sqlsessionfactory,看DefaultSqlSessionFactory中的openSession方法 有很多的重載
相關文章
相關標籤/搜索