类 Mapper
- java.lang.Object
-
- com.baomidou.mybatisplus.generator.config.builder.Mapper
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classMapper.Builder
-
方法概要
所有方法 实例方法 具体方法 已过时的方法 修饰符和类型 方法 说明 java.lang.Class<? extends org.apache.ibatis.cache.Cache>getCache()ConverterFileNamegetConverterMapperFileName()ConverterFileNamegetConverterXmlFileName()@NotNull java.lang.StringgetSuperClass()booleanisBaseColumnList()booleanisBaseResultMap()booleanisFileOverride()booleanisMapperAnnotation()已过时。@NotNull java.util.Map<java.lang.String,java.lang.Object>renderData(@NotNull TableInfo tableInfo)
-
-
-
方法详细资料
-
getSuperClass
@NotNull public @NotNull java.lang.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 java.lang.Class<? extends org.apache.ibatis.cache.Cache> getCache()
-
isFileOverride
public boolean isFileOverride()
-
renderData
@NotNull public @NotNull java.util.Map<java.lang.String,java.lang.Object> renderData(@NotNull @NotNull TableInfo tableInfo)- 指定者:
renderData在接口中ITemplate
-
-