MyBatis第四讲:MyBatis配置解析过程详解

MyBatis第四讲:MyBatis配置解析过程详解

通过上文我们知道MyBatis初始化过程中会解析配置,那具体是如何解析的呢?本文是MyBatis第四讲,对MyBatis配置解析过程详解

文章目录

  • MyBatis第四讲:MyBatis配置解析过程详解
    • 1、回顾上文配置解析方法
    • 2、配置文件元素
      • 元素1:properties
      • 元素2:envirements
      • 解析方法:propertiesElement、environmentsElement
      • 元素3:typeAliases
      • 解析方法:typeAliasesElement
      • 元素4:TypeHandler
      • 解析方法:typeHandlerElement
      • 元素5:objectFactory

你可能感兴趣的:(深入理解数据库,mybatis,java,配置解析,源码分析,TypeHandler,envirements,mappers)