【Mybatis源碼分析】07-SqlSession執行過程之二級緩存

DefaultSqlSession執行selectList方法內實際調用CachingExecutor的query方法,上篇文章分析過了BoundSql的獲取過程,下面繼續往下說一下二級緩存。數據庫 public <E> List<E> query(MappedStatement ms, Object parameterObject, RowBounds rowBounds, ResultHand
相關文章
相關標籤/搜索