Mybatis Mapper之見解

  以下個人見解,如有錯誤,請糾正。   1.註冊Mapper接口   2.初始化Mapper   當進行依賴注入的時候,需要初始化Mapper接口,而這裏使用Mapper的是代理類。   3.獲取Mapper類型的bean實例   4.執行mapper方法 public MapperProxy(SqlSession sqlSession, Class<T> mapperInterface
相關文章
相關標籤/搜索