Class SimpleMapperHelper

java.lang.Object
develop.toolkit.mybatis.SimpleMapperHelper

public class SimpleMapperHelper extends Object
Author:
qiushui on 2022-02-10.
  • Field Details

    • XML_LANGUAGE_DRIVER

      public static final org.apache.ibatis.scripting.xmltags.XMLLanguageDriver XML_LANGUAGE_DRIVER
  • Constructor Details

    • SimpleMapperHelper

      public SimpleMapperHelper()
  • Method Details

    • getEntityClass

      public static Class<?> getEntityClass(Class<?> mapperClass)
      获取泛型类型
    • changeMs

      public static void changeMs(org.apache.ibatis.mapping.MappedStatement ms) throws Exception
      替换 SqlSource
      Throws:
      Exception