java.lang.Object
com.baomidou.mybatisplus.generator.config.builder.Mapper
所有已实现的接口:
ITemplate

public class Mapper extends Object implements ITemplate
控制器属性配置
从以下版本开始:
3.5.0
作者:
nieqiurong 2020/10/11.
  • 方法详细资料

    • getSuperClass

      @NotNull public @NotNull String getSuperClass()
    • isMapperAnnotation

      @Deprecated public boolean isMapperAnnotation()
      已过时。
    • isBaseResultMap

      public boolean isBaseResultMap()
    • isBaseColumnList

      public boolean isBaseColumnList()
    • getConverterMapperFileName

      public ConverterFileName getConverterMapperFileName()
    • getConverterXmlFileName

      public ConverterFileName getConverterXmlFileName()
    • getCache

      public Class<? extends org.apache.ibatis.cache.Cache> getCache()
    • isFileOverride

      public boolean isFileOverride()
    • renderData

      @NotNull public @NotNull Map<String,Object> renderData(@NotNull @NotNull TableInfo tableInfo)
      指定者:
      renderData 在接口中 ITemplate