索引
常量字段值|所有程序包|所有类和接口|序列化表格
A
- AbstractDatabaseQuery - com.baomidou.mybatisplus.generator.query中的类
-
数据库查询抽象类
- AbstractDatabaseQuery(ConfigBuilder) - 类的构造器 com.baomidou.mybatisplus.generator.query.AbstractDatabaseQuery
- AbstractDbQuery - com.baomidou.mybatisplus.generator.config.querys中的类
-
表数据查询抽象类
- AbstractDbQuery() - 类的构造器 com.baomidou.mybatisplus.generator.config.querys.AbstractDbQuery
- AbstractMapperMethodHandler - com.baomidou.mybatisplus.generator.index中的类
- AbstractMapperMethodHandler() - 类的构造器 com.baomidou.mybatisplus.generator.index.AbstractMapperMethodHandler
- AbstractTemplateEngine - com.baomidou.mybatisplus.generator.engine中的类
-
模板引擎抽象类
- AbstractTemplateEngine() - 类的构造器 com.baomidou.mybatisplus.generator.engine.AbstractTemplateEngine
- addAnnotationAttributesList(AnnotationAttributes) - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableField
-
添加字段注解属性
- addAnnotationAttributesList(List<AnnotationAttributes>) - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableField
-
添加字段注解属性
- addAnnotationAttributesList(List<AnnotationAttributes>, Function<List<? extends AnnotationAttributes>, List<AnnotationAttributes>>) - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableField
- addClassAnnotation(ClassAnnotationAttributes) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity.Builder
-
添加类注解
- addConnectionProperty(String, String) - 类中的方法 com.baomidou.mybatisplus.generator.config.DataSourceConfig.Builder
-
增加数据库连接属性
- addExclude(String...) - 类中的方法 com.baomidou.mybatisplus.generator.config.StrategyConfig.Builder
-
增加排除表
- addExclude(List<String>) - 类中的方法 com.baomidou.mybatisplus.generator.config.StrategyConfig.Builder
- addExtendData(String, Object) - 类中的方法 com.baomidou.mybatisplus.generator.model.MapperMethod
- addField(TableField) - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableInfo
-
添加字段
- addFieldPrefix(String...) - 类中的方法 com.baomidou.mybatisplus.generator.config.StrategyConfig.Builder
-
增加过滤字段前缀
- addFieldPrefix(List<String>) - 类中的方法 com.baomidou.mybatisplus.generator.config.StrategyConfig.Builder
- addFieldSuffix(String...) - 类中的方法 com.baomidou.mybatisplus.generator.config.StrategyConfig.Builder
-
增加过滤字段后缀
- addFieldSuffix(List<String>) - 类中的方法 com.baomidou.mybatisplus.generator.config.StrategyConfig.Builder
- addIgnoreColumns(String...) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity.Builder
-
添加忽略字段
- addIgnoreColumns(List<String>) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity.Builder
- addImportPackage(String) - 类中的方法 com.baomidou.mybatisplus.generator.model.AnnotationAttributes
-
添加导包
- addImportPackages(String...) - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableInfo
- addImportPackages(List<String>) - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableInfo
- addInclude(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.StrategyConfig.Builder
- addInclude(String...) - 类中的方法 com.baomidou.mybatisplus.generator.config.StrategyConfig.Builder
-
增加包含的表名
- addInclude(List<String>) - 类中的方法 com.baomidou.mybatisplus.generator.config.StrategyConfig.Builder
- addSuperEntityColumns(String...) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity.Builder
-
添加父类公共字段
- addSuperEntityColumns(List<String>) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity.Builder
- addTableFills(IFill...) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity.Builder
-
添加表字段填充
- addTableFills(List<IFill>) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity.Builder
-
添加表字段填充
- addTablePrefix(String...) - 类中的方法 com.baomidou.mybatisplus.generator.config.StrategyConfig.Builder
-
增加过滤表前缀
- addTablePrefix(List<String>) - 类中的方法 com.baomidou.mybatisplus.generator.config.StrategyConfig.Builder
- addTableSuffix(String...) - 类中的方法 com.baomidou.mybatisplus.generator.config.StrategyConfig.Builder
-
增加过滤表后缀
- addTableSuffix(List<String>) - 类中的方法 com.baomidou.mybatisplus.generator.config.StrategyConfig.Builder
- AnnotationAttributes - com.baomidou.mybatisplus.generator.model中的类
-
注解属性
- AnnotationAttributes() - 类的构造器 com.baomidou.mybatisplus.generator.model.AnnotationAttributes
- AnnotationAttributes(Class<?>) - 类的构造器 com.baomidou.mybatisplus.generator.model.AnnotationAttributes
- AnnotationAttributes(Class<?>, String, String...) - 类的构造器 com.baomidou.mybatisplus.generator.model.AnnotationAttributes
- AnnotationAttributes(String, String...) - 类的构造器 com.baomidou.mybatisplus.generator.model.AnnotationAttributes
- annotationAttributesFunction(Function<List<? extends AnnotationAttributes>, List<AnnotationAttributes>>) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity.Builder
-
注解处理方法 (含类与字段)
- author(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.GlobalConfig.Builder
-
作者
- AutoGenerator - com.baomidou.mybatisplus.generator中的类
-
生成文件
- AutoGenerator(DataSourceConfig) - 类的构造器 com.baomidou.mybatisplus.generator.AutoGenerator
-
构造方法
B
- BASE_BOOLEAN - 枚举类 中的枚举常量 com.baomidou.mybatisplus.generator.config.rules.DbColumnType
- BASE_BYTE - 枚举类 中的枚举常量 com.baomidou.mybatisplus.generator.config.rules.DbColumnType
- BASE_CHAR - 枚举类 中的枚举常量 com.baomidou.mybatisplus.generator.config.rules.DbColumnType
- BASE_DOUBLE - 枚举类 中的枚举常量 com.baomidou.mybatisplus.generator.config.rules.DbColumnType
- BASE_FLOAT - 枚举类 中的枚举常量 com.baomidou.mybatisplus.generator.config.rules.DbColumnType
- BASE_INT - 枚举类 中的枚举常量 com.baomidou.mybatisplus.generator.config.rules.DbColumnType
- BASE_LONG - 枚举类 中的枚举常量 com.baomidou.mybatisplus.generator.config.rules.DbColumnType
- BASE_SHORT - 枚举类 中的枚举常量 com.baomidou.mybatisplus.generator.config.rules.DbColumnType
- BaseBuilder - com.baomidou.mybatisplus.generator.config.builder中的类
-
配置构建
- BaseBuilder(StrategyConfig) - 类的构造器 com.baomidou.mybatisplus.generator.config.builder.BaseBuilder
- BaseKeyWordsHandler - com.baomidou.mybatisplus.generator.keywords中的类
-
基类关键字处理
- BaseKeyWordsHandler(List<String>) - 类的构造器 com.baomidou.mybatisplus.generator.keywords.BaseKeyWordsHandler
- BaseKeyWordsHandler(Set<String>) - 类的构造器 com.baomidou.mybatisplus.generator.keywords.BaseKeyWordsHandler
- batchOutput() - 类中的方法 com.baomidou.mybatisplus.generator.engine.AbstractTemplateEngine
-
批量输出 java xml 文件
- BeetlTemplateEngine - com.baomidou.mybatisplus.generator.engine中的类
-
Beetl 模板引擎实现文件输出
- BeetlTemplateEngine() - 类的构造器 com.baomidou.mybatisplus.generator.engine.BeetlTemplateEngine
- beforeOutputFile(TableInfo, Map<String, Object>) - 类中的方法 com.baomidou.mybatisplus.generator.config.InjectionConfig
-
输出文件前
- beforeOutputFile(BiConsumer<TableInfo, Map<String, Object>>) - 类中的方法 com.baomidou.mybatisplus.generator.config.InjectionConfig.Builder
-
输出文件之前消费者
- BIG_DECIMAL - 枚举类 中的枚举常量 com.baomidou.mybatisplus.generator.config.rules.DbColumnType
- BIG_INTEGER - 枚举类 中的枚举常量 com.baomidou.mybatisplus.generator.config.rules.DbColumnType
- BLOB - 枚举类 中的枚举常量 com.baomidou.mybatisplus.generator.config.rules.DbColumnType
- BOOLEAN - 枚举类 中的枚举常量 com.baomidou.mybatisplus.generator.config.rules.DbColumnType
- Branch<P,
T> - com.baomidou.mybatisplus.generator.config.converts.select中的接口 -
分支提供者
- BranchBuilder<P,
T> - com.baomidou.mybatisplus.generator.config.converts.select中的接口 -
分支构建者
- build() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.BaseBuilder
- build() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.CustomFile.Builder
- build() - 类中的方法 com.baomidou.mybatisplus.generator.config.DataSourceConfig.Builder
-
构建数据库配置
- build() - 类中的方法 com.baomidou.mybatisplus.generator.config.GlobalConfig.Builder
- build() - 接口中的方法 com.baomidou.mybatisplus.generator.config.IConfigBuilder
- build() - 类中的方法 com.baomidou.mybatisplus.generator.config.InjectionConfig.Builder
- build() - 类中的方法 com.baomidou.mybatisplus.generator.config.PackageConfig.Builder
-
构建包配置对象
- build() - 类中的方法 com.baomidou.mybatisplus.generator.config.StrategyConfig.Builder
- build() - 类中的方法 com.baomidou.mybatisplus.generator.config.TemplateConfig.Builder
-
已过时。构建模板配置对象
- Builder() - 类的构造器 com.baomidou.mybatisplus.generator.config.builder.CustomFile.Builder
- Builder() - 类的构造器 com.baomidou.mybatisplus.generator.config.GlobalConfig.Builder
- Builder() - 类的构造器 com.baomidou.mybatisplus.generator.config.InjectionConfig.Builder
- Builder() - 类的构造器 com.baomidou.mybatisplus.generator.config.PackageConfig.Builder
- Builder() - 类的构造器 com.baomidou.mybatisplus.generator.config.StrategyConfig.Builder
- Builder() - 类的构造器 com.baomidou.mybatisplus.generator.config.TemplateConfig.Builder
-
已过时。默认生成一个空的
- Builder(StrategyConfig) - 类的构造器 com.baomidou.mybatisplus.generator.config.builder.Controller.Builder
- Builder(StrategyConfig) - 类的构造器 com.baomidou.mybatisplus.generator.config.builder.Service.Builder
- Builder(StrategyConfig) - 类的构造器 com.baomidou.mybatisplus.generator.config.builder.Entity.Builder
- Builder(StrategyConfig) - 类的构造器 com.baomidou.mybatisplus.generator.config.builder.Mapper.Builder
- Builder(String, String) - 类的构造器 com.baomidou.mybatisplus.generator.config.PackageConfig.Builder
- Builder(String, String, String) - 类的构造器 com.baomidou.mybatisplus.generator.config.DataSourceConfig.Builder
-
构造初始化方法
- Builder(DataSource) - 类的构造器 com.baomidou.mybatisplus.generator.config.DataSourceConfig.Builder
-
构造初始化方法
- buildKotlinMethod(String, String, String, String) - 类中的方法 com.baomidou.mybatisplus.generator.index.AbstractMapperMethodHandler
-
构建Kotlin方法
- buildMethod(String, String, String, String) - 类中的方法 com.baomidou.mybatisplus.generator.index.AbstractMapperMethodHandler
-
生成Java方法(default)
- BYTE - 枚举类 中的枚举常量 com.baomidou.mybatisplus.generator.config.rules.DbColumnType
- BYTE_ARRAY - 枚举类 中的枚举常量 com.baomidou.mybatisplus.generator.config.rules.DbColumnType
C
- cache(Class<? extends Cache>) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Mapper.Builder
-
设置缓存实现类
- capitalFirst(String) - 枚举类中的静态方法 com.baomidou.mybatisplus.generator.config.rules.NamingStrategy
-
实体首字母大写
- CHARACTER - 枚举类 中的枚举常量 com.baomidou.mybatisplus.generator.config.rules.DbColumnType
- ClassAnnotationAttributes - com.baomidou.mybatisplus.generator.model中的类
-
类注解属性
- ClassAnnotationAttributes() - 类的构造器 com.baomidou.mybatisplus.generator.model.ClassAnnotationAttributes
- ClassAnnotationAttributes(Class<?>) - 类的构造器 com.baomidou.mybatisplus.generator.model.ClassAnnotationAttributes
- ClassAnnotationAttributes(Class<?>, String, String...) - 类的构造器 com.baomidou.mybatisplus.generator.model.ClassAnnotationAttributes
- ClassAnnotationAttributes(Class<?>, Function<TableInfo, String>, String...) - 类的构造器 com.baomidou.mybatisplus.generator.model.ClassAnnotationAttributes
- ClassAnnotationAttributes(String, String...) - 类的构造器 com.baomidou.mybatisplus.generator.model.ClassAnnotationAttributes
- ClassAnnotationAttributes(String, Function<TableInfo, String>) - 类的构造器 com.baomidou.mybatisplus.generator.model.ClassAnnotationAttributes
- ClassAnnotationAttributes(Set<String>, Function<TableInfo, String>) - 类的构造器 com.baomidou.mybatisplus.generator.model.ClassAnnotationAttributes
- ClassUtils - com.baomidou.mybatisplus.generator.util中的类
- ClickHouseQuery - com.baomidou.mybatisplus.generator.config.querys中的类
-
ClickHouse 表数据查询
- ClickHouseQuery() - 类的构造器 com.baomidou.mybatisplus.generator.config.querys.ClickHouseQuery
- ClickHouseTypeConvert - com.baomidou.mybatisplus.generator.config.converts中的类
-
ClickHouse 字段类型转换
- ClickHouseTypeConvert() - 类的构造器 com.baomidou.mybatisplus.generator.config.converts.ClickHouseTypeConvert
- CLOB - 枚举类 中的枚举常量 com.baomidou.mybatisplus.generator.config.rules.DbColumnType
- closeConnection() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.DbQueryDecorator
- closeConnection() - 类中的方法 com.baomidou.mybatisplus.generator.jdbc.DatabaseMetaDataWrapper
- Column - com.baomidou.mybatisplus.generator.fill中的类
-
字段填充
- Column() - 类的构造器 com.baomidou.mybatisplus.generator.jdbc.DatabaseMetaDataWrapper.Column
- Column(String, FieldFill) - 类的构造器 com.baomidou.mybatisplus.generator.fill.Column
- Column(String) - 类的构造器 com.baomidou.mybatisplus.generator.fill.Column
- columnNaming(NamingStrategy) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity.Builder
-
数据库表字段映射到实体的命名策略
- com.baomidou.mybatisplus.generator - 程序包 com.baomidou.mybatisplus.generator
-
代码生成器相关类
- com.baomidou.mybatisplus.generator.config - 程序包 com.baomidou.mybatisplus.generator.config
-
代码生成器,配置相关类
- com.baomidou.mybatisplus.generator.config.builder - 程序包 com.baomidou.mybatisplus.generator.config.builder
-
代码生成器,构建类
- com.baomidou.mybatisplus.generator.config.converts - 程序包 com.baomidou.mybatisplus.generator.config.converts
- com.baomidou.mybatisplus.generator.config.converts.select - 程序包 com.baomidou.mybatisplus.generator.config.converts.select
- com.baomidou.mybatisplus.generator.config.po - 程序包 com.baomidou.mybatisplus.generator.config.po
-
代码生成器,输出相关类
- com.baomidou.mybatisplus.generator.config.querys - 程序包 com.baomidou.mybatisplus.generator.config.querys
-
代码生成器,数据库查询相关类
- com.baomidou.mybatisplus.generator.config.rules - 程序包 com.baomidou.mybatisplus.generator.config.rules
-
代码生成器,规则相关类
- com.baomidou.mybatisplus.generator.engine - 程序包 com.baomidou.mybatisplus.generator.engine
- com.baomidou.mybatisplus.generator.fill - 程序包 com.baomidou.mybatisplus.generator.fill
- com.baomidou.mybatisplus.generator.function - 程序包 com.baomidou.mybatisplus.generator.function
- com.baomidou.mybatisplus.generator.index - 程序包 com.baomidou.mybatisplus.generator.index
- com.baomidou.mybatisplus.generator.jdbc - 程序包 com.baomidou.mybatisplus.generator.jdbc
- com.baomidou.mybatisplus.generator.keywords - 程序包 com.baomidou.mybatisplus.generator.keywords
-
数据库关键字处理 由于只是生成代码上简单使用,目前简单的实现一下。
- com.baomidou.mybatisplus.generator.model - 程序包 com.baomidou.mybatisplus.generator.model
- com.baomidou.mybatisplus.generator.query - 程序包 com.baomidou.mybatisplus.generator.query
- com.baomidou.mybatisplus.generator.type - 程序包 com.baomidou.mybatisplus.generator.type
- com.baomidou.mybatisplus.generator.util - 程序包 com.baomidou.mybatisplus.generator.util
- commentDate(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.GlobalConfig.Builder
-
指定注释日期格式化
- commentDate(Supplier<String>) - 类中的方法 com.baomidou.mybatisplus.generator.config.GlobalConfig.Builder
-
注释日期获取处理 example: () -> LocalDateTime.now().format(DateTimeFormatter.ISO_DATE)
- config - 类中的变量 com.baomidou.mybatisplus.generator.AutoGenerator
-
配置信息
- config(ConfigBuilder) - 类中的方法 com.baomidou.mybatisplus.generator.AutoGenerator
-
设置配置汇总
- configBuilder - 类中的变量 com.baomidou.mybatisplus.generator.query.AbstractDatabaseQuery
- ConfigBuilder - com.baomidou.mybatisplus.generator.config.builder中的类
-
配置汇总 传递给文件生成工具
- ConfigBuilder(PackageConfig, DataSourceConfig, StrategyConfig, TemplateConfig, GlobalConfig, InjectionConfig) - 类的构造器 com.baomidou.mybatisplus.generator.config.builder.ConfigBuilder
-
在构造器中处理配置
- ConstVal - com.baomidou.mybatisplus.generator.config中的接口
-
定义常量
- controller - 枚举类 中的枚举常量 com.baomidou.mybatisplus.generator.config.OutputFile
- controller() - 类中的方法 com.baomidou.mybatisplus.generator.config.StrategyConfig
-
控制器配置
- controller(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.PackageConfig.Builder
-
指定控制器包名
- controller(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.TemplateConfig.Builder
-
已过时。
- Controller - com.baomidou.mybatisplus.generator.config.builder中的类
-
控制器属性配置
- CONTROLLER - 枚举类 中的枚举常量 com.baomidou.mybatisplus.generator.config.TemplateType
- CONTROLLER - 接口中的静态变量 com.baomidou.mybatisplus.generator.config.ConstVal
- Controller.Builder - com.baomidou.mybatisplus.generator.config.builder中的类
- controllerBuilder() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.BaseBuilder
- controllerBuilder() - 类中的方法 com.baomidou.mybatisplus.generator.config.StrategyConfig
-
控制器配置构建者
- convert(GlobalConfig, TypeRegistry, TableField.MetaInfo) - 接口中的方法 com.baomidou.mybatisplus.generator.type.ITypeConvertHandler
-
转换字段类型
- convert(String) - 接口中的方法 com.baomidou.mybatisplus.generator.function.ConverterFileName
- ConverterFileName - com.baomidou.mybatisplus.generator.function中的接口
-
转换输出文件名称
- convertFileName(ConverterFileName) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Controller.Builder
-
转换输出文件名称
- convertFileName(ConverterFileName) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity.Builder
-
转换输出文件名称
- convertMapperFileName(ConverterFileName) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Mapper.Builder
-
输出Mapper文件名称转换
- convertServiceFileName(ConverterFileName) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Service.Builder
-
转换输出service接口文件名称
- convertServiceImplFileName(ConverterFileName) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Service.Builder
-
转换输出service实现类文件名称
- convertSuperEntityColumns(Class<?>) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity
-
父类 Class 反射属性转换为公共字段
- convertTableFields(TableInfo) - 类中的方法 com.baomidou.mybatisplus.generator.query.DefaultQuery
- convertTableFields(TableInfo) - 类中的方法 com.baomidou.mybatisplus.generator.query.SQLQuery
- convertXmlFileName(ConverterFileName) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Mapper.Builder
-
转换Xml文件名称处理
- create(DataSourceConfig.Builder) - 类中的静态方法 com.baomidou.mybatisplus.generator.FastAutoGenerator
- create(String, String, String) - 类中的静态方法 com.baomidou.mybatisplus.generator.FastAutoGenerator
- createFile(String, OutputFile) - 接口中的方法 com.baomidou.mybatisplus.generator.config.IOutputFile
-
创建文件
- customFile(CustomFile) - 类中的方法 com.baomidou.mybatisplus.generator.config.InjectionConfig.Builder
- customFile(List<CustomFile>) - 类中的方法 com.baomidou.mybatisplus.generator.config.InjectionConfig.Builder
- customFile(Map<String, String>) - 类中的方法 com.baomidou.mybatisplus.generator.config.InjectionConfig.Builder
-
自定义配置模板文件
- customFile(Consumer<CustomFile.Builder>) - 类中的方法 com.baomidou.mybatisplus.generator.config.InjectionConfig.Builder
- CustomFile - com.baomidou.mybatisplus.generator.config.builder中的类
-
自定义模板文件配置
- CustomFile() - 类的构造器 com.baomidou.mybatisplus.generator.config.builder.CustomFile
- CustomFile.Builder - com.baomidou.mybatisplus.generator.config.builder中的类
-
构建者
- customMap(Map<String, Object>) - 类中的方法 com.baomidou.mybatisplus.generator.config.InjectionConfig.Builder
-
自定义配置 Map 对象
D
- databaseMetaDataWrapper - 类中的变量 com.baomidou.mybatisplus.generator.query.DefaultQuery
- databaseMetaDataWrapper - 类中的变量 com.baomidou.mybatisplus.generator.query.SQLQuery
- DatabaseMetaDataWrapper - com.baomidou.mybatisplus.generator.jdbc中的类
-
数据库数据元包装类
- DatabaseMetaDataWrapper(Connection, String) - 类的构造器 com.baomidou.mybatisplus.generator.jdbc.DatabaseMetaDataWrapper
- DatabaseMetaDataWrapper.Column - com.baomidou.mybatisplus.generator.jdbc中的类
- DatabaseMetaDataWrapper.Index - com.baomidou.mybatisplus.generator.jdbc中的类
- DatabaseMetaDataWrapper.Table - com.baomidou.mybatisplus.generator.jdbc中的类
- databaseQueryClass(Class<? extends AbstractDatabaseQuery>) - 类中的方法 com.baomidou.mybatisplus.generator.config.DataSourceConfig.Builder
-
指定数据库查询方式
- dataSourceConfig - 类中的变量 com.baomidou.mybatisplus.generator.query.AbstractDatabaseQuery
- dataSourceConfig(BiConsumer<Function<String, String>, DataSourceConfig.Builder>) - 类中的方法 com.baomidou.mybatisplus.generator.FastAutoGenerator
- dataSourceConfig(Consumer<DataSourceConfig.Builder>) - 类中的方法 com.baomidou.mybatisplus.generator.FastAutoGenerator
-
全局配置
- DataSourceConfig - com.baomidou.mybatisplus.generator.config中的类
-
数据库配置
- DataSourceConfig.Builder - com.baomidou.mybatisplus.generator.config中的类
-
数据库配置构建者
- DATE - 枚举类 中的枚举常量 com.baomidou.mybatisplus.generator.config.rules.DbColumnType
- DATE_SQL - 枚举类 中的枚举常量 com.baomidou.mybatisplus.generator.config.rules.DbColumnType
- dateType(DateType) - 类中的方法 com.baomidou.mybatisplus.generator.config.GlobalConfig.Builder
-
时间类型对应策略
- DateType - com.baomidou.mybatisplus.generator.config.rules中的枚举类
-
数据库时间类型 到 实体类时间类型 对应策略
- DB2Query - com.baomidou.mybatisplus.generator.config.querys中的类
-
DB2 表数据查询
- DB2Query() - 类的构造器 com.baomidou.mybatisplus.generator.config.querys.DB2Query
- DB2TypeConvert - com.baomidou.mybatisplus.generator.config.converts中的类
-
DB2 字段类型转换
- DB2TypeConvert() - 类的构造器 com.baomidou.mybatisplus.generator.config.converts.DB2TypeConvert
- DbColumnType - com.baomidou.mybatisplus.generator.config.rules中的枚举类
-
表字段类型
- dbQuery - 类中的变量 com.baomidou.mybatisplus.generator.query.SQLQuery
- dbQuery(IDbQuery) - 类中的方法 com.baomidou.mybatisplus.generator.config.DataSourceConfig.Builder
-
设置数据库查询实现
- DbQueryDecorator - com.baomidou.mybatisplus.generator.config.querys中的类
-
DbQuery 装饰器
- DbQueryDecorator(DataSourceConfig, StrategyConfig) - 类的构造器 com.baomidou.mybatisplus.generator.config.querys.DbQueryDecorator
- DbQueryDecorator.ResultSetWrapper - com.baomidou.mybatisplus.generator.config.querys中的类
- DbQueryRegistry - com.baomidou.mybatisplus.generator.config.querys中的类
-
数据库查询接口注册中心
- DbQueryRegistry() - 类的构造器 com.baomidou.mybatisplus.generator.config.querys.DbQueryRegistry
- DEFAULT_ID_NAME - 接口中的静态变量 com.baomidou.mybatisplus.generator.config.ConstVal
- DefaultGenerateMapperLambdaMethodHandler - com.baomidou.mybatisplus.generator.index中的类
-
使用Lambda方式生成索引方法
- DefaultGenerateMapperLambdaMethodHandler() - 类的构造器 com.baomidou.mybatisplus.generator.index.DefaultGenerateMapperLambdaMethodHandler
- DefaultGenerateMapperLambdaMethodHandler(boolean) - 类的构造器 com.baomidou.mybatisplus.generator.index.DefaultGenerateMapperLambdaMethodHandler
- DefaultGenerateMapperMethodHandler - com.baomidou.mybatisplus.generator.index中的类
-
按字符串或者字符串常量方法生成查询条件
- DefaultGenerateMapperMethodHandler() - 类的构造器 com.baomidou.mybatisplus.generator.index.DefaultGenerateMapperMethodHandler
- DefaultGenerateMapperMethodHandler(boolean) - 类的构造器 com.baomidou.mybatisplus.generator.index.DefaultGenerateMapperMethodHandler
- DefaultNameConvert(StrategyConfig) - 类的构造器 com.baomidou.mybatisplus.generator.config.INameConvert.DefaultNameConvert
- DefaultQuery - com.baomidou.mybatisplus.generator.query中的类
-
元数据查询数据库信息.
- DefaultQuery(ConfigBuilder) - 类的构造器 com.baomidou.mybatisplus.generator.query.DefaultQuery
- DefaultTableAnnotationHandler - com.baomidou.mybatisplus.generator中的类
-
表注解处理器
- DefaultTableAnnotationHandler() - 类的构造器 com.baomidou.mybatisplus.generator.DefaultTableAnnotationHandler
- DefaultTableFieldAnnotationHandler - com.baomidou.mybatisplus.generator中的类
-
默认字段注解处理器
- DefaultTableFieldAnnotationHandler() - 类的构造器 com.baomidou.mybatisplus.generator.DefaultTableFieldAnnotationHandler
- disable() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Controller.Builder
-
禁用生成
- disable() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity.Builder
-
禁用实体生成
- disable() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Mapper.Builder
-
禁用Mapper生成
- disable() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Service.Builder
-
禁用生成Service
- disable() - 类中的方法 com.baomidou.mybatisplus.generator.config.TemplateConfig.Builder
-
已过时。禁用所有模板
- disable() - 类中的方法 com.baomidou.mybatisplus.generator.config.TemplateConfig
-
已过时。3.5.6
- disable(TemplateType...) - 类中的方法 com.baomidou.mybatisplus.generator.config.TemplateConfig.Builder
-
已过时。禁用模板
- disable(TemplateType...) - 类中的方法 com.baomidou.mybatisplus.generator.config.TemplateConfig
-
已过时。3.5.6
- disableMapper() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Mapper.Builder
-
禁用Mapper接口生成
- disableMapperXml() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Mapper.Builder
-
禁用MapperXml生成
- disableOpenDir() - 类中的方法 com.baomidou.mybatisplus.generator.config.GlobalConfig.Builder
-
禁止打开输出目录
- disableSerialVersionUID() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity.Builder
-
禁用生成serialVersionUID
- disableService() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Service.Builder
-
禁用生成
- disableServiceImpl() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Service.Builder
-
禁用生成ServiceImpl
- disableServiceInterface() - 类中的方法 com.baomidou.mybatisplus.generator.config.GlobalConfig.Builder
-
不生成service接口
- disableSqlFilter() - 类中的方法 com.baomidou.mybatisplus.generator.config.StrategyConfig.Builder
-
禁用sql过滤
- DMQuery - com.baomidou.mybatisplus.generator.config.querys中的类
-
DM 表数据查询
- DMQuery() - 类的构造器 com.baomidou.mybatisplus.generator.config.querys.DMQuery
- DmTypeConvert - com.baomidou.mybatisplus.generator.config.converts中的类
-
DM 字段类型转换
- DmTypeConvert() - 类的构造器 com.baomidou.mybatisplus.generator.config.converts.DmTypeConvert
- DOUBLE - 枚举类 中的枚举常量 com.baomidou.mybatisplus.generator.config.rules.DbColumnType
- driverClassName(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.DataSourceConfig.Builder
-
指定连接驱动 对于一些老驱动(低于4.0规范)没有实现SPI不能自动加载的,手动指定加载让其初始化注册到驱动列表去.
E
- enableActiveRecord() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity.Builder
-
开启 ActiveRecord 模式
- enableBaseColumnList() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Mapper.Builder
-
开启baseColumnList
- enableBaseResultMap() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Mapper.Builder
-
开启baseResultMap
- enableCapitalMode() - 类中的方法 com.baomidou.mybatisplus.generator.config.StrategyConfig.Builder
-
开启大写命名
- enableChainModel() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity.Builder
-
开启链式模型
- enableColumnConstant() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity.Builder
-
开启生成字段常量
- enableFileOverride() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Controller.Builder
-
覆盖已有文件
- enableFileOverride() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.CustomFile.Builder
-
覆盖已有文件
- enableFileOverride() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity.Builder
-
覆盖已有文件
- enableFileOverride() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Mapper.Builder
-
覆盖已有文件
- enableFileOverride() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Service.Builder
-
覆盖已有文件
- enableHyphenStyle() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Controller.Builder
-
开启驼峰转连字符
- enableKotlin() - 类中的方法 com.baomidou.mybatisplus.generator.config.GlobalConfig.Builder
-
开启 kotlin 模式
- enableLombok() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity.Builder
-
开启lombok模型 (默认添加Getter和Setter)
- enableLombok(ClassAnnotationAttributes...) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity.Builder
-
开启lombok模型 (会把注解属性都加入进去,无论是否启用
GlobalConfig.isKotlin()) - enableMapperAnnotation() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Mapper.Builder
-
已过时。3.5.4
- enableRemoveIsPrefix() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity.Builder
-
开启Boolean类型字段移除is前缀
- enableRestStyle() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Controller.Builder
-
开启生成@RestController控制器
- enableSchema() - 类中的方法 com.baomidou.mybatisplus.generator.config.StrategyConfig.Builder
-
启用 schema
- enableSerialAnnotation() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity.Builder
-
启用生成
Serial(需JAVA 14) - enableSkipView() - 类中的方法 com.baomidou.mybatisplus.generator.config.StrategyConfig.Builder
-
开启跳过视图
- enableSpringdoc() - 类中的方法 com.baomidou.mybatisplus.generator.config.GlobalConfig.Builder
-
开启 springdoc 模式
- enableSwagger() - 类中的方法 com.baomidou.mybatisplus.generator.config.GlobalConfig.Builder
-
开启 swagger 模式
- enableTableFieldAnnotation() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity.Builder
-
开启生成实体时生成字段注解
- EnjoyTemplateEngine - com.baomidou.mybatisplus.generator.engine中的类
-
enjoy 模板引擎实现文件输出
- EnjoyTemplateEngine() - 类的构造器 com.baomidou.mybatisplus.generator.engine.EnjoyTemplateEngine
- entity - 枚举类 中的枚举常量 com.baomidou.mybatisplus.generator.config.OutputFile
- entity() - 类中的方法 com.baomidou.mybatisplus.generator.config.StrategyConfig
-
实体配置
- entity(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.PackageConfig.Builder
-
指定实体包名
- entity(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.TemplateConfig.Builder
- Entity - com.baomidou.mybatisplus.generator.config.builder中的类
-
实体属性配置
- ENTITY - 枚举类 中的枚举常量 com.baomidou.mybatisplus.generator.config.TemplateType
- ENTITY - 接口中的静态变量 com.baomidou.mybatisplus.generator.config.ConstVal
- Entity.Builder - com.baomidou.mybatisplus.generator.config.builder中的类
- entityBuilder() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.BaseBuilder
- entityBuilder() - 类中的方法 com.baomidou.mybatisplus.generator.config.StrategyConfig
-
实体配置构建者
- entityKt(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.TemplateConfig.Builder
- entityNameConvert(TableInfo) - 类中的方法 com.baomidou.mybatisplus.generator.config.INameConvert.DefaultNameConvert
- entityNameConvert(TableInfo) - 接口中的方法 com.baomidou.mybatisplus.generator.config.INameConvert
-
执行实体名称转换
- execute() - 类中的方法 com.baomidou.mybatisplus.generator.AutoGenerator
-
生成代码
- execute() - 类中的方法 com.baomidou.mybatisplus.generator.FastAutoGenerator
- execute(AbstractTemplateEngine) - 类中的方法 com.baomidou.mybatisplus.generator.AutoGenerator
-
生成代码
- execute(String, Consumer<DbQueryDecorator.ResultSetWrapper>) - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.DbQueryDecorator
-
执行 SQL 查询,回调返回结果
F
- factory() - 接口中的方法 com.baomidou.mybatisplus.generator.config.converts.select.Branch
- FastAutoGenerator - com.baomidou.mybatisplus.generator中的类
-
mybatis plus FastAutoGenerator
- fieldComment() - 接口中的方法 com.baomidou.mybatisplus.generator.config.IDbQuery
-
字段注释
- fieldComment() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.ClickHouseQuery
- fieldComment() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.DB2Query
- fieldComment() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.DbQueryDecorator
- fieldComment() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.DMQuery
- fieldComment() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.FirebirdQuery
- fieldComment() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.GaussDBSqlQuery
- fieldComment() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.GbaseQuery
- fieldComment() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.H2Query
- fieldComment() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.KingbaseESQuery
- fieldComment() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.MariadbQuery
- fieldComment() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.MySqlQuery
- fieldComment() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.OracleQuery
- fieldComment() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.OscarQuery
- fieldComment() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.PostgreSqlQuery
- fieldComment() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.SqliteQuery
- fieldComment() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.SqlServerQuery
- fieldComment() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.SybaseQuery
- fieldComment() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.XuguQuery
- fieldComment() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.ZenithQuery
- fieldCustom() - 接口中的方法 com.baomidou.mybatisplus.generator.config.IDbQuery
-
自定义字段名称
- fieldCustom() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.AbstractDbQuery
- fieldCustom() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.DbQueryDecorator
- fieldKey() - 接口中的方法 com.baomidou.mybatisplus.generator.config.IDbQuery
-
主键字段
- fieldKey() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.ClickHouseQuery
- fieldKey() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.DB2Query
- fieldKey() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.DbQueryDecorator
- fieldKey() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.DMQuery
- fieldKey() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.FirebirdQuery
- fieldKey() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.GaussDBSqlQuery
- fieldKey() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.GbaseQuery
- fieldKey() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.H2Query
- fieldKey() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.KingbaseESQuery
- fieldKey() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.MariadbQuery
- fieldKey() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.MySqlQuery
- fieldKey() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.OracleQuery
- fieldKey() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.OscarQuery
- fieldKey() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.PostgreSqlQuery
- fieldKey() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.SqliteQuery
- fieldKey() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.SqlServerQuery
- fieldKey() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.SybaseQuery
- fieldKey() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.XuguQuery
- fieldKey() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.ZenithQuery
- fieldName() - 接口中的方法 com.baomidou.mybatisplus.generator.config.IDbQuery
-
字段名称
- fieldName() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.ClickHouseQuery
- fieldName() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.DB2Query
- fieldName() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.DbQueryDecorator
- fieldName() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.DMQuery
- fieldName() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.FirebirdQuery
- fieldName() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.GaussDBSqlQuery
- fieldName() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.GbaseQuery
- fieldName() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.H2Query
- fieldName() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.KingbaseESQuery
- fieldName() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.MariadbQuery
- fieldName() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.MySqlQuery
- fieldName() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.OracleQuery
- fieldName() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.OscarQuery
- fieldName() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.PostgreSqlQuery
- fieldName() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.SqliteQuery
- fieldName() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.SqlServerQuery
- fieldName() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.SybaseQuery
- fieldName() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.XuguQuery
- fieldName() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.ZenithQuery
- fieldType() - 接口中的方法 com.baomidou.mybatisplus.generator.config.IDbQuery
-
字段类型
- fieldType() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.ClickHouseQuery
- fieldType() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.DB2Query
- fieldType() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.DbQueryDecorator
- fieldType() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.DMQuery
- fieldType() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.FirebirdQuery
- fieldType() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.GaussDBSqlQuery
- fieldType() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.GbaseQuery
- fieldType() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.H2Query
- fieldType() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.KingbaseESQuery
- fieldType() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.MariadbQuery
- fieldType() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.MySqlQuery
- fieldType() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.OracleQuery
- fieldType() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.OscarQuery
- fieldType() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.PostgreSqlQuery
- fieldType() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.SqliteQuery
- fieldType() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.SqlServerQuery
- fieldType() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.SybaseQuery
- fieldType() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.XuguQuery
- fieldType() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.ZenithQuery
- fieldUseJavaDoc(boolean) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity.Builder
-
设置字段是否生成文档注释
- FILE - 枚举类 中的枚举常量 com.baomidou.mybatisplus.generator.config.TemplateLoadWay
- fileName(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.CustomFile.Builder
-
文件名称
- fileOverride() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Controller.Builder
-
已过时。
- fileOverride() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity.Builder
-
已过时。
- fileOverride() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Mapper.Builder
-
已过时。
- fileOverride() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Service.Builder
-
已过时。
- filePath(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.CustomFile.Builder
-
文件路径,默认为 PackageConfig.parent 路径
- FileUtils - com.baomidou.mybatisplus.generator.util中的类
-
文件处理工具类
FileUtils - FileUtils() - 类的构造器 com.baomidou.mybatisplus.generator.util.FileUtils
- filter(List<TableInfo>, List<TableInfo>, List<TableInfo>) - 类中的方法 com.baomidou.mybatisplus.generator.query.AbstractDatabaseQuery
- FirebirdQuery - com.baomidou.mybatisplus.generator.config.querys中的类
-
MySql 表数据查询
- FirebirdQuery() - 类的构造器 com.baomidou.mybatisplus.generator.config.querys.FirebirdQuery
- FirebirdTypeConvert - com.baomidou.mybatisplus.generator.config.converts中的类
-
Firebird 数据库字段类型转换
- FirebirdTypeConvert() - 类的构造器 com.baomidou.mybatisplus.generator.config.converts.FirebirdTypeConvert
- FLOAT - 枚举类 中的枚举常量 com.baomidou.mybatisplus.generator.config.rules.DbColumnType
- forceMkdir(File) - 类中的静态方法 com.baomidou.mybatisplus.generator.util.FileUtils
-
Makes a directory, including any necessary but nonexistent parent directories.
- forceMkdirParent(File) - 类中的静态方法 com.baomidou.mybatisplus.generator.util.FileUtils
-
Makes any necessary but nonexistent parent directories for a given File.
- formatColumn(String) - 接口中的方法 com.baomidou.mybatisplus.generator.config.IKeyWordsHandler
-
格式化字段
- formatComment(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.DbQueryDecorator.ResultSetWrapper
- formatComment(String) - 类中的方法 com.baomidou.mybatisplus.generator.jdbc.DatabaseMetaDataWrapper
- formatFileName(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Controller.Builder
-
格式化文件名称
- formatFileName(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity.Builder
-
格式化文件名称
- formatMapperFileName(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Mapper.Builder
-
格式化Mapper文件名称
- formatNameFunction(Function<TableInfo, String>) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.CustomFile.Builder
-
文件名称格式化函数
- formatServiceFileName(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Service.Builder
-
格式化service接口文件名称
- formatServiceImplFileName(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Service.Builder
-
格式化service实现类文件名称
- formatStyle() - 接口中的方法 com.baomidou.mybatisplus.generator.config.IKeyWordsHandler
-
格式化关键字格式
- formatStyle() - 类中的方法 com.baomidou.mybatisplus.generator.keywords.H2KeyWordsHandler
- formatStyle() - 类中的方法 com.baomidou.mybatisplus.generator.keywords.MySqlKeyWordsHandler
- formatStyle() - 类中的方法 com.baomidou.mybatisplus.generator.keywords.PostgreSqlKeyWordsHandler
- formatXmlFileName(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Mapper.Builder
-
格式化Xml文件名称
- FreemarkerTemplateEngine - com.baomidou.mybatisplus.generator.engine中的类
-
Freemarker 模板引擎实现文件输出
- FreemarkerTemplateEngine() - 类的构造器 com.baomidou.mybatisplus.generator.engine.FreemarkerTemplateEngine
G
- GaussDBSqlQuery - com.baomidou.mybatisplus.generator.config.querys中的类
-
GaussDB数据库查询
- GaussDBSqlQuery() - 类的构造器 com.baomidou.mybatisplus.generator.config.querys.GaussDBSqlQuery
- GaussDBSqlTypeConvert - com.baomidou.mybatisplus.generator.config.converts中的类
-
GaussDB字段类型转换
- GaussDBSqlTypeConvert() - 类的构造器 com.baomidou.mybatisplus.generator.config.converts.GaussDBSqlTypeConvert
- GaussQuery - com.baomidou.mybatisplus.generator.config.querys中的类
-
已过时。3.5.13 非标准Gauss官方驱动,只适用 jdbc:zenith
- GaussQuery() - 类的构造器 com.baomidou.mybatisplus.generator.config.querys.GaussQuery
-
已过时。
- GbaseQuery - com.baomidou.mybatisplus.generator.config.querys中的类
- GbaseQuery() - 类的构造器 com.baomidou.mybatisplus.generator.config.querys.GbaseQuery
- generateMapperMethodHandler(IGenerateMapperMethodHandler) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Mapper.Builder
-
Mapper层方法生成处理器
- GeneratorBuilder - com.baomidou.mybatisplus.generator.config.builder中的类
-
生成器 Builder
- GeneratorBuilder() - 类的构造器 com.baomidou.mybatisplus.generator.config.builder.GeneratorBuilder
- get() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Controller.Builder
- get() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity.Builder
- get() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Mapper.Builder
- get() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Service.Builder
- getAllTableInfoList(ConfigBuilder) - 类中的方法 com.baomidou.mybatisplus.generator.AutoGenerator
-
开放表信息、预留子类重写
- getAnnotationAttributesList() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableField
-
获取字段注解属性(默认按
AnnotationAttributes.getDisplayName()长度进行升序) - getAnnotationColumnName() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableField
-
获取注解字段名称
- getAscOrDesc() - 类中的方法 com.baomidou.mybatisplus.generator.jdbc.DatabaseMetaDataWrapper.Index
- getAuthor() - 类中的方法 com.baomidou.mybatisplus.generator.config.GlobalConfig
-
作者
- getCache() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Mapper
- getCapitalName() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableField
-
按 JavaBean 规则来生成 get 和 set 方法后面的属性名称 需要处理一下特殊情况:
- getCardinality() - 类中的方法 com.baomidou.mybatisplus.generator.jdbc.DatabaseMetaDataWrapper.Index
- getClassAnnotations() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity
-
实体类注解
- getColumnName() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableField
- getColumnName() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableField.MetaInfo
- getColumnName() - 类中的方法 com.baomidou.mybatisplus.generator.jdbc.DatabaseMetaDataWrapper.Index
- getColumnNaming() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity
- getColumnsInfo(String) - 类中的方法 com.baomidou.mybatisplus.generator.query.DefaultQuery
- getColumnsInfo(String, boolean) - 类中的方法 com.baomidou.mybatisplus.generator.jdbc.DatabaseMetaDataWrapper
- getColumnsInfo(String, String, String, boolean) - 类中的方法 com.baomidou.mybatisplus.generator.jdbc.DatabaseMetaDataWrapper
-
获取表字段信息
- getColumnType() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableField
- getColumnType(TableField.MetaInfo) - 类中的方法 com.baomidou.mybatisplus.generator.type.TypeRegistry
- getColumnType(TableField.MetaInfo, DbColumnType) - 类中的方法 com.baomidou.mybatisplus.generator.type.TypeRegistry
- getComment() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableField
- getComment() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableInfo
-
表注释
- getCommentDate() - 类中的方法 com.baomidou.mybatisplus.generator.config.GlobalConfig
- getCommonFields() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableInfo
- getConfig() - 类中的方法 com.baomidou.mybatisplus.generator.AutoGenerator
-
配置信息
- getConfigBuilder() - 类中的方法 com.baomidou.mybatisplus.generator.engine.AbstractTemplateEngine
- getConfigBuilder() - 类中的方法 com.baomidou.mybatisplus.generator.query.AbstractDatabaseQuery
- getConn() - 类中的方法 com.baomidou.mybatisplus.generator.config.DataSourceConfig
-
创建数据库连接对象 这方法建议只调用一次,毕竟只是代码生成,用一个连接就行。
- getConnection() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.DbQueryDecorator
- getConnection() - 类中的方法 com.baomidou.mybatisplus.generator.jdbc.DatabaseMetaDataWrapper
- getController() - 类中的方法 com.baomidou.mybatisplus.generator.config.PackageConfig
-
Controller包名
- getController() - 类中的方法 com.baomidou.mybatisplus.generator.config.TemplateConfig
-
已过时。设置控制器模板路径
- getControllerName() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableInfo
-
controller名称
- getConverterFileName() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Controller
- getConverterFileName() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity
- getConverterMapperFileName() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Mapper
-
转换输出Mapper文件名称
- getConverterServiceFileName() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Service
- getConverterServiceImplFileName() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Service
- getConverterXmlFileName() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Mapper
-
转换输出Xml文件名称
- getCustomFields(ResultSet) - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.DbQueryDecorator
- getCustomFiles() - 类中的方法 com.baomidou.mybatisplus.generator.config.InjectionConfig
-
获取自定义模板文件列表
- getCustomMap() - 类中的方法 com.baomidou.mybatisplus.generator.config.InjectionConfig
-
获取自定义配置 Map 对象
- getCustomMap() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableField
- getDatabaseQueryClass() - 类中的方法 com.baomidou.mybatisplus.generator.config.DataSourceConfig
- getDataSource() - 类中的方法 com.baomidou.mybatisplus.generator.AutoGenerator
-
数据源配置
- getDataSourceConfig() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.ConfigBuilder
- getDataSourceConfig() - 类中的方法 com.baomidou.mybatisplus.generator.query.AbstractDatabaseQuery
- getDateType() - 类中的方法 com.baomidou.mybatisplus.generator.config.GlobalConfig
- getDbQuery() - 类中的方法 com.baomidou.mybatisplus.generator.config.DataSourceConfig
-
获取数据库查询
- getDbQuery(DbType) - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.DbQueryRegistry
- getDbType() - 类中的方法 com.baomidou.mybatisplus.generator.config.DataSourceConfig
-
判断数据库类型
- getDefaultClassLoader() - 类中的静态方法 com.baomidou.mybatisplus.generator.util.ClassUtils
-
已过时。3.5.13
- getDefaultSchema() - 类中的方法 com.baomidou.mybatisplus.generator.config.DataSourceConfig
-
获取数据库默认schema
- getDefaultValue() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableField.MetaInfo
- getDefaultValue() - 类中的方法 com.baomidou.mybatisplus.generator.jdbc.DatabaseMetaDataWrapper.Column
- getDisplayName() - 类中的方法 com.baomidou.mybatisplus.generator.model.AnnotationAttributes
-
显示名称
- getDisplayNameFunction() - 类中的方法 com.baomidou.mybatisplus.generator.model.ClassAnnotationAttributes
-
根据
TableInfo信息加工处理显示注解 - getDriverClassName() - 类中的方法 com.baomidou.mybatisplus.generator.config.DataSourceConfig
- getEntity() - 类中的方法 com.baomidou.mybatisplus.generator.config.PackageConfig
-
Entity包名
- getEntity() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableField
-
获取实体配置信息
- getEntity(boolean) - 类中的方法 com.baomidou.mybatisplus.generator.config.TemplateConfig
-
已过时。获取实体模板路径
- getEntityName() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableInfo
-
实体名称
- getEntityPath() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableInfo
- getExclude() - 类中的方法 com.baomidou.mybatisplus.generator.config.StrategyConfig
- getExtendData() - 类中的方法 com.baomidou.mybatisplus.generator.model.MapperMethod
- getFieldFill() - 类中的方法 com.baomidou.mybatisplus.generator.fill.Column
- getFieldFill() - 类中的方法 com.baomidou.mybatisplus.generator.fill.Property
- getFieldFill() - 接口中的方法 com.baomidou.mybatisplus.generator.IFill
- getFieldNames() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableInfo
-
转换filed实体为 xml mapper 中的 base column 字符串信息
- getFieldPrefix() - 类中的方法 com.baomidou.mybatisplus.generator.config.StrategyConfig
- getFields() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableInfo
- getFieldSuffix() - 类中的方法 com.baomidou.mybatisplus.generator.config.StrategyConfig
- getFiledComment() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.DbQueryDecorator.ResultSetWrapper
- getFileName() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.CustomFile
-
文件名称
- getFilePath() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.CustomFile
-
文件路径
- getFill() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableField
- getFormatNameFunction() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.CustomFile
-
文件名称格式化函数
- getGlobalConfig() - 类中的方法 com.baomidou.mybatisplus.generator.AutoGenerator
-
全局 相关配置
- getGlobalConfig() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.ConfigBuilder
- getGlobalConfig() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableInfo
-
全局配置信息
- getIdType() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity
- getImportPackages() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableInfo
- getImportPackages() - 类中的方法 com.baomidou.mybatisplus.generator.model.AnnotationAttributes
-
导入包路径
- getImportPackages(TableInfo) - 接口中的方法 com.baomidou.mybatisplus.generator.IGenerateMapperMethodHandler
-
获取需要导入的包
- getImportPackages(TableInfo) - 类中的方法 com.baomidou.mybatisplus.generator.index.DefaultGenerateMapperLambdaMethodHandler
- getImportPackages(TableInfo) - 类中的方法 com.baomidou.mybatisplus.generator.index.DefaultGenerateMapperMethodHandler
- getInclude() - 类中的方法 com.baomidou.mybatisplus.generator.config.StrategyConfig
- getIndex(String) - 类中的方法 com.baomidou.mybatisplus.generator.jdbc.DatabaseMetaDataWrapper
- getIndex(String) - 类中的方法 com.baomidou.mybatisplus.generator.query.DefaultQuery
- getIndexList() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableInfo
-
索引信息
- getIndexName() - 类中的方法 com.baomidou.mybatisplus.generator.model.MapperMethod
-
索引名称
- getInjection() - 类中的方法 com.baomidou.mybatisplus.generator.AutoGenerator
-
注入配置
- getInjectionConfig() - 类中的方法 com.baomidou.mybatisplus.generator.AutoGenerator
- getInjectionConfig() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.ConfigBuilder
- getJavaTemplate() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity
-
Java模板默认路径
- getJdbcType() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableField.MetaInfo
- getJdbcType() - 类中的方法 com.baomidou.mybatisplus.generator.jdbc.DatabaseMetaDataWrapper.Column
- getKeyWords() - 接口中的方法 com.baomidou.mybatisplus.generator.config.IKeyWordsHandler
-
获取关键字
- getKeyWords() - 类中的方法 com.baomidou.mybatisplus.generator.keywords.BaseKeyWordsHandler
- getKeyWordsHandler() - 类中的方法 com.baomidou.mybatisplus.generator.config.DataSourceConfig
- getKotlinTemplate() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity
-
Kotlin模板默认路径
- getLength() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableField.MetaInfo
- getLength() - 类中的方法 com.baomidou.mybatisplus.generator.jdbc.DatabaseMetaDataWrapper.Column
- getLikeTable() - 类中的方法 com.baomidou.mybatisplus.generator.config.StrategyConfig
- getLogicDeleteColumnName() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity
- getLogicDeletePropertyName() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity
- getMapper() - 类中的方法 com.baomidou.mybatisplus.generator.config.PackageConfig
-
Mapper包名
- getMapper() - 类中的方法 com.baomidou.mybatisplus.generator.config.TemplateConfig
-
已过时。设置Mapper模板路径
- getMapperName() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableInfo
-
mapper名称
- getMapperTemplatePath() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Mapper
-
Mapper模板路径
- getMapperXmlTemplatePath() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Mapper
-
MapperXml模板路径
- getMetaInfo() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableField
- getMethod() - 类中的方法 com.baomidou.mybatisplus.generator.model.MapperMethod
-
方法体
- getMethodList(TableInfo) - 接口中的方法 com.baomidou.mybatisplus.generator.IGenerateMapperMethodHandler
-
获取生成方法
- getMethodList(TableInfo) - 类中的方法 com.baomidou.mybatisplus.generator.index.DefaultGenerateMapperLambdaMethodHandler
- getMethodList(TableInfo) - 类中的方法 com.baomidou.mybatisplus.generator.index.DefaultGenerateMapperMethodHandler
- getModuleName() - 类中的方法 com.baomidou.mybatisplus.generator.config.PackageConfig
-
父包模块名
- getName() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableField
- getName() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableInfo
-
表名称
- getName() - 类中的方法 com.baomidou.mybatisplus.generator.fill.Column
- getName() - 类中的方法 com.baomidou.mybatisplus.generator.fill.Property
- getName() - 接口中的方法 com.baomidou.mybatisplus.generator.IFill
- getName() - 类中的方法 com.baomidou.mybatisplus.generator.jdbc.DatabaseMetaDataWrapper.Column
- getName() - 类中的方法 com.baomidou.mybatisplus.generator.jdbc.DatabaseMetaDataWrapper.Index
- getName() - 类中的方法 com.baomidou.mybatisplus.generator.jdbc.DatabaseMetaDataWrapper.Table
- getNameConvert() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity
- getNaming() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity
- getNotLikeTable() - 类中的方法 com.baomidou.mybatisplus.generator.config.StrategyConfig
- getObjectMap(ConfigBuilder, TableInfo) - 类中的方法 com.baomidou.mybatisplus.generator.engine.AbstractTemplateEngine
-
渲染对象 MAP 信息
- getOrdinalPosition() - 类中的方法 com.baomidou.mybatisplus.generator.jdbc.DatabaseMetaDataWrapper.Index
- getOutputDir() - 类中的方法 com.baomidou.mybatisplus.generator.config.GlobalConfig
-
生成文件的输出目录【 windows:D:// linux or mac:/tmp 】
- getOutputFile() - 类中的方法 com.baomidou.mybatisplus.generator.config.StrategyConfig
- getOutputFile(String, OutputFile) - 类中的方法 com.baomidou.mybatisplus.generator.engine.AbstractTemplateEngine
- getPackageConfig() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.ConfigBuilder
- getPackageConfig() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableInfo
- getPackageInfo() - 类中的方法 com.baomidou.mybatisplus.generator.AutoGenerator
-
包 相关配置
- getPackageInfo() - 类中的方法 com.baomidou.mybatisplus.generator.config.PackageConfig
-
已过时。3.5.10
- getPackageInfo(InjectionConfig) - 类中的方法 com.baomidou.mybatisplus.generator.config.PackageConfig
-
获取包配置信息
- getPackageInfo(InjectionConfig, String) - 类中的方法 com.baomidou.mybatisplus.generator.config.PackageConfig
- getPackageInfo(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.PackageConfig
-
已过时。
- getPackageName() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.CustomFile
-
自定义文件包名
- getParent() - 类中的方法 com.baomidou.mybatisplus.generator.config.PackageConfig
-
父包名
- getPassword() - 类中的方法 com.baomidou.mybatisplus.generator.config.DataSourceConfig
- getPathInfo() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.ConfigBuilder
- getPathInfo() - 类中的方法 com.baomidou.mybatisplus.generator.config.PackageConfig
-
路径配置信息
- getPathInfo(OutputFile) - 类中的方法 com.baomidou.mybatisplus.generator.engine.AbstractTemplateEngine
-
获取路径信息
- getPkg() - 枚举类中的方法 com.baomidou.mybatisplus.generator.config.rules.DbColumnType
- getPkg() - 接口中的方法 com.baomidou.mybatisplus.generator.config.rules.IColumnType
-
获取字段类型完整名
- getPropertyName() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableField
- getPropertyType() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableField
- getRemarks() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableField.MetaInfo
- getRemarks() - 类中的方法 com.baomidou.mybatisplus.generator.jdbc.DatabaseMetaDataWrapper.Column
- getRemarks() - 类中的方法 com.baomidou.mybatisplus.generator.jdbc.DatabaseMetaDataWrapper.Table
- getResultSet() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.DbQueryDecorator.ResultSetWrapper
- getScale() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableField.MetaInfo
- getScale() - 类中的方法 com.baomidou.mybatisplus.generator.jdbc.DatabaseMetaDataWrapper.Column
- getSchemaName() - 类中的方法 com.baomidou.mybatisplus.generator.config.DataSourceConfig
- getSchemaName() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableInfo
- getService() - 类中的方法 com.baomidou.mybatisplus.generator.config.PackageConfig
-
Service包名
- getService() - 类中的方法 com.baomidou.mybatisplus.generator.config.TemplateConfig
-
已过时。设置Service模板路径
- getServiceImpl() - 类中的方法 com.baomidou.mybatisplus.generator.config.PackageConfig
-
Service Impl包名
- getServiceImpl() - 类中的方法 com.baomidou.mybatisplus.generator.config.TemplateConfig
-
已过时。设置ServiceImpl模板路径
- getServiceImplName() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableInfo
-
serviceImpl名称
- getServiceImplTemplate() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Service
- getServiceName() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableInfo
-
service名称
- getServiceTemplate() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Service
- getShortName() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.CustomFile
-
获取文件短名称(去除后缀)
- getSimpleName(String) - 类中的静态方法 com.baomidou.mybatisplus.generator.util.ClassUtils
-
获取类名
- getStrategy() - 类中的方法 com.baomidou.mybatisplus.generator.AutoGenerator
-
数据库表配置
- getStrategyConfig() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.ConfigBuilder
- getStrategyConfig() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableInfo
-
策略配置
- getStringResult(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.DbQueryDecorator.ResultSetWrapper
- getStringType(IColumnType) - 类中的静态方法 com.baomidou.mybatisplus.generator.util.KotlinTypeUtils
-
转换Java类型至Kotlin类型
- getSuperClass() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Controller
- getSuperClass() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity
- getSuperClass() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Mapper
- getSuperEntityColumns() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity
-
自定义基础的Entity类,公共字段
- getSuperServiceClass() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Service
- getSuperServiceImplClass() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Service
- getTableComment() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.DbQueryDecorator.ResultSetWrapper
-
获取表注释
- getTableFieldList() - 类中的方法 com.baomidou.mybatisplus.generator.model.MapperMethod
- getTableFieldMap() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableInfo
-
字段信息
- getTableFillList() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity
- getTableInfo(String) - 类中的方法 com.baomidou.mybatisplus.generator.jdbc.DatabaseMetaDataWrapper
- getTableInfo(String, String, String) - 类中的方法 com.baomidou.mybatisplus.generator.jdbc.DatabaseMetaDataWrapper
- getTableInfoList() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.ConfigBuilder
- getTableName() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableField.MetaInfo
- getTablePrefix() - 类中的方法 com.baomidou.mybatisplus.generator.config.StrategyConfig
- getTables() - 类中的方法 com.baomidou.mybatisplus.generator.query.DefaultQuery
- getTables(String, String[]) - 类中的方法 com.baomidou.mybatisplus.generator.jdbc.DatabaseMetaDataWrapper
- getTables(String, String, String, String[]) - 类中的方法 com.baomidou.mybatisplus.generator.jdbc.DatabaseMetaDataWrapper
- getTableSuffix() - 类中的方法 com.baomidou.mybatisplus.generator.config.StrategyConfig
- getTableType() - 类中的方法 com.baomidou.mybatisplus.generator.jdbc.DatabaseMetaDataWrapper.Table
- getTemplate() - 类中的方法 com.baomidou.mybatisplus.generator.AutoGenerator
-
已过时。3.5.6
AutoGenerator.strategy - getTemplateConfig() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.ConfigBuilder
-
已过时。3.5.6
ConfigBuilder.strategyConfig - getTemplateFilePath(Function<TemplateConfig, String>) - 类中的方法 com.baomidou.mybatisplus.generator.engine.AbstractTemplateEngine
-
已过时。3.5.6
- getTemplateLoadWay() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.ConfigBuilder
-
资源加载器
- getTemplatePath() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Controller
-
模板路径
- getTemplatePath() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.CustomFile
-
模板路径
- getType() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableField
- getType() - 枚举类中的方法 com.baomidou.mybatisplus.generator.config.rules.DbColumnType
- getType() - 接口中的方法 com.baomidou.mybatisplus.generator.config.rules.IColumnType
-
获取字段类型
- getTypeConvert() - 类中的方法 com.baomidou.mybatisplus.generator.config.DataSourceConfig
-
获取数据库字段类型转换
- getTypeConvert(DbType) - 类中的静态方法 com.baomidou.mybatisplus.generator.config.converts.TypeConverts
-
查询数据库类型对应的类型转换器
- getTypeConvertHandler() - 类中的方法 com.baomidou.mybatisplus.generator.config.DataSourceConfig
- getTypeName() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableField.MetaInfo
- getTypeName() - 类中的方法 com.baomidou.mybatisplus.generator.jdbc.DatabaseMetaDataWrapper.Column
- getUrl() - 类中的方法 com.baomidou.mybatisplus.generator.config.DataSourceConfig
- getUsername() - 类中的方法 com.baomidou.mybatisplus.generator.config.DataSourceConfig
- getValue() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.LikeTable
- getValue() - 枚举类中的方法 com.baomidou.mybatisplus.generator.config.TemplateLoadWay
- getVersionColumnName() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity
- getVersionPropertyName() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity
- getXml() - 类中的方法 com.baomidou.mybatisplus.generator.config.PackageConfig
-
Mapper XML包名
- getXml() - 类中的方法 com.baomidou.mybatisplus.generator.config.TemplateConfig
-
已过时。设置MapperXml模板路径
- getXmlName() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableInfo
-
xml名称
- global(GlobalConfig) - 类中的方法 com.baomidou.mybatisplus.generator.AutoGenerator
-
指定全局配置
- globalConfig - 类中的变量 com.baomidou.mybatisplus.generator.query.AbstractDatabaseQuery
- globalConfig() - 类中的静态方法 com.baomidou.mybatisplus.generator.config.builder.GeneratorBuilder
-
全局配置
- globalConfig(BiConsumer<Function<String, String>, GlobalConfig.Builder>) - 类中的方法 com.baomidou.mybatisplus.generator.FastAutoGenerator
- globalConfig(Consumer<GlobalConfig.Builder>) - 类中的方法 com.baomidou.mybatisplus.generator.FastAutoGenerator
-
全局配置
- GlobalConfig - com.baomidou.mybatisplus.generator.config中的类
-
全局配置
- GlobalConfig.Builder - com.baomidou.mybatisplus.generator.config中的类
-
全局配置构建
- globalConfigBuilder() - 类中的静态方法 com.baomidou.mybatisplus.generator.config.builder.GeneratorBuilder
-
全局配置 Builder
H
- H2KeyWordsHandler - com.baomidou.mybatisplus.generator.keywords中的类
- H2KeyWordsHandler() - 类的构造器 com.baomidou.mybatisplus.generator.keywords.H2KeyWordsHandler
- H2KeyWordsHandler(List<String>) - 类的构造器 com.baomidou.mybatisplus.generator.keywords.H2KeyWordsHandler
- H2KeyWordsHandler(Set<String>) - 类的构造器 com.baomidou.mybatisplus.generator.keywords.H2KeyWordsHandler
- H2Query - com.baomidou.mybatisplus.generator.config.querys中的类
-
H2Database 表数据查询 (只适用H2 1.X版本)
- H2Query() - 类的构造器 com.baomidou.mybatisplus.generator.config.querys.H2Query
- handle(TableInfo, Entity) - 类中的方法 com.baomidou.mybatisplus.generator.DefaultTableAnnotationHandler
- handle(TableInfo, Entity) - 接口中的方法 com.baomidou.mybatisplus.generator.ITableAnnotationHandler
-
处理字段级注解
- handle(TableInfo, TableField) - 类中的方法 com.baomidou.mybatisplus.generator.DefaultTableFieldAnnotationHandler
- handle(TableInfo, TableField) - 接口中的方法 com.baomidou.mybatisplus.generator.ITableFieldAnnotationHandler
-
处理字段级注解
- handleDisplayName(TableInfo) - 类中的方法 com.baomidou.mybatisplus.generator.model.ClassAnnotationAttributes
I
- IColumnType - com.baomidou.mybatisplus.generator.config.rules中的接口
-
获取实体类字段属性类信息接口
- IConfigBuilder<T> - com.baomidou.mybatisplus.generator.config中的接口
-
配置构建接口
- IDatabaseQuery - com.baomidou.mybatisplus.generator.query中的接口
- IDbQuery - com.baomidou.mybatisplus.generator.config中的接口
-
表数据查询接口
- idType(IdType) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity.Builder
-
指定生成的主键的ID类型
- IFill - com.baomidou.mybatisplus.generator中的接口
-
填充接口
- IGenerateMapperMethodHandler - com.baomidou.mybatisplus.generator中的接口
-
Mapper层方法生成处理器
- IKeyWordsHandler - com.baomidou.mybatisplus.generator.config中的接口
-
关键字处理接口
- importPackage() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableInfo
-
导包处理
- importPackageFunction(Function<Set<String>, List<String>>) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity.Builder
-
导包处理方法
- importPackageFunction(Function<Set<String>, List<String>>) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Mapper.Builder
-
导包处理方法
- INameConvert - com.baomidou.mybatisplus.generator.config中的接口
-
名称转换接口类
- INameConvert.DefaultNameConvert - com.baomidou.mybatisplus.generator.config中的类
-
默认名称转换接口类
- Index(ResultSet) - 类的构造器 com.baomidou.mybatisplus.generator.jdbc.DatabaseMetaDataWrapper.Index
- init(ConfigBuilder) - 类中的方法 com.baomidou.mybatisplus.generator.engine.AbstractTemplateEngine
-
模板引擎初始化
- init(ConfigBuilder) - 类中的方法 com.baomidou.mybatisplus.generator.engine.BeetlTemplateEngine
- init(ConfigBuilder) - 类中的方法 com.baomidou.mybatisplus.generator.engine.EnjoyTemplateEngine
- init(ConfigBuilder) - 类中的方法 com.baomidou.mybatisplus.generator.engine.FreemarkerTemplateEngine
- init(ConfigBuilder) - 类中的方法 com.baomidou.mybatisplus.generator.engine.VelocityTemplateEngine
- injection - 类中的变量 com.baomidou.mybatisplus.generator.AutoGenerator
-
注入配置
- injection(InjectionConfig) - 类中的方法 com.baomidou.mybatisplus.generator.AutoGenerator
-
注入配置
- injectionConfig() - 类中的静态方法 com.baomidou.mybatisplus.generator.config.builder.GeneratorBuilder
-
注入配置项
- injectionConfig(BiConsumer<Function<String, String>, InjectionConfig.Builder>) - 类中的方法 com.baomidou.mybatisplus.generator.FastAutoGenerator
- injectionConfig(Consumer<InjectionConfig.Builder>) - 类中的方法 com.baomidou.mybatisplus.generator.FastAutoGenerator
-
注入配置
- InjectionConfig - com.baomidou.mybatisplus.generator.config中的类
-
注入配置
- InjectionConfig() - 类的构造器 com.baomidou.mybatisplus.generator.config.InjectionConfig
- InjectionConfig.Builder - com.baomidou.mybatisplus.generator.config中的类
-
构建者
- injectionConfigBuilder() - 类中的静态方法 com.baomidou.mybatisplus.generator.config.builder.GeneratorBuilder
-
注入配置项 Builder
- INSTANCE - 类中的静态变量 com.baomidou.mybatisplus.generator.config.converts.ClickHouseTypeConvert
- INSTANCE - 类中的静态变量 com.baomidou.mybatisplus.generator.config.converts.DB2TypeConvert
- INSTANCE - 类中的静态变量 com.baomidou.mybatisplus.generator.config.converts.DmTypeConvert
- INSTANCE - 类中的静态变量 com.baomidou.mybatisplus.generator.config.converts.FirebirdTypeConvert
- INSTANCE - 类中的静态变量 com.baomidou.mybatisplus.generator.config.converts.GaussDBSqlTypeConvert
- INSTANCE - 类中的静态变量 com.baomidou.mybatisplus.generator.config.converts.KingbaseESTypeConvert
- INSTANCE - 类中的静态变量 com.baomidou.mybatisplus.generator.config.converts.MySqlTypeConvert
- INSTANCE - 类中的静态变量 com.baomidou.mybatisplus.generator.config.converts.OracleTypeConvert
- INSTANCE - 类中的静态变量 com.baomidou.mybatisplus.generator.config.converts.OscarTypeConvert
- INSTANCE - 类中的静态变量 com.baomidou.mybatisplus.generator.config.converts.PostgreSqlTypeConvert
- INSTANCE - 类中的静态变量 com.baomidou.mybatisplus.generator.config.converts.SqliteTypeConvert
- INSTANCE - 类中的静态变量 com.baomidou.mybatisplus.generator.config.converts.SqlServerTypeConvert
- INSTANT - 枚举类 中的枚举常量 com.baomidou.mybatisplus.generator.config.rules.DbColumnType
- INTEGER - 枚举类 中的枚举常量 com.baomidou.mybatisplus.generator.config.rules.DbColumnType
- IOutputFile - com.baomidou.mybatisplus.generator.config中的接口
-
输出文件接口
- isActiveRecord() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity
-
开启 ActiveRecord 模式(默认 false)
- isAutoIncrement() - 类中的方法 com.baomidou.mybatisplus.generator.jdbc.DatabaseMetaDataWrapper.Column
- isBaseColumnList() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Mapper
-
是否开启baseColumnList(默认 false)
- isBaseResultMap() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Mapper
-
是否开启BaseResultMap(默认 false)
- isBooleanColumnRemoveIsPrefix() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity
-
Boolean类型字段是否移除is前缀(默认 false)
比如 : 数据库字段名称 : 'is_xxx',类型为 : tinyint. - isCapitalMode() - 类中的方法 com.baomidou.mybatisplus.generator.config.StrategyConfig
- isCapitalModeNaming(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.StrategyConfig
-
大写命名、字段符合大写字母数字下划线命名
- isChain() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity
-
【实体】是否为链式模型(默认 false)
- isColumnConstant() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity
-
【实体】是否生成字段常量(默认 false)
-----------------------------------
public static final String ID = "test_id"; - isConvert() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableField
- isConvert() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableInfo
-
是否转换
- isCreate(File, boolean) - 类中的方法 com.baomidou.mybatisplus.generator.engine.AbstractTemplateEngine
-
检查文件是否创建文件
- isDefaultLombok() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity
-
默认lombok(低版本属性默认只有Getter和Setter)
- isEnableSchema() - 类中的方法 com.baomidou.mybatisplus.generator.config.StrategyConfig
-
启用 schema 默认 false
- isEnableSqlFilter() - 类中的方法 com.baomidou.mybatisplus.generator.config.StrategyConfig
-
启用sql过滤,语法不能支持使用sql过滤表的话,可以考虑关闭此开关.
- isFieldUseJavaDoc() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity
-
启用字段文档注释 (当注释字段注释不为空才生效)
- isFile() - 枚举类中的方法 com.baomidou.mybatisplus.generator.config.TemplateLoadWay
- isFileOverride() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Controller
-
是否覆盖已有文件(默认 false)
- isFileOverride() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.CustomFile
-
是否覆盖已有文件(默认 false)
- isFileOverride() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity
-
是否覆盖已有文件(默认 false)
- isFileOverride() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Mapper
-
是否覆盖已有文件(默认 false)
- isFileOverride() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Service
-
是否覆盖已有文件(默认 false)
- isGenerate() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Controller
-
是否生成
- isGenerate() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity
-
是否生成
- isGeneratedColumn() - 类中的方法 com.baomidou.mybatisplus.generator.jdbc.DatabaseMetaDataWrapper.Column
- isGenerateMapper() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Mapper
-
是否生成Mapper
- isGenerateMapperXml() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Mapper
-
是否生成XML
- isGenerateService() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Service
-
是否生成service
- isGenerateServiceImpl() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Service
-
是否生成serviceImpl
- isHavePrimaryKey() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableInfo
-
是否有主键
- isHyphenStyle() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Controller
-
驼峰转连字符(默认 false)
- isKeyFlag() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableField
- isKeyIdentity(ResultSet) - 接口中的方法 com.baomidou.mybatisplus.generator.config.IDbQuery
-
判断主键是否为identity
- isKeyIdentity(ResultSet) - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.AbstractDbQuery
- isKeyIdentity(ResultSet) - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.ClickHouseQuery
- isKeyIdentity(ResultSet) - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.DbQueryDecorator
- isKeyIdentity(ResultSet) - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.H2Query
- isKeyIdentity(ResultSet) - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.MariadbQuery
- isKeyIdentity(ResultSet) - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.MySqlQuery
- isKeyIdentity(ResultSet) - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.PostgreSqlQuery
- isKeyIdentity(ResultSet) - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.SqlServerQuery
- isKeyIdentity(ResultSet) - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.SybaseQuery
- isKeyIdentityFlag() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableField
- isKeyWords() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableField
- isKeyWords(String) - 接口中的方法 com.baomidou.mybatisplus.generator.config.IKeyWordsHandler
-
是否为关键字
- isKeyWords(String) - 类中的方法 com.baomidou.mybatisplus.generator.keywords.BaseKeyWordsHandler
- isKotlin() - 类中的方法 com.baomidou.mybatisplus.generator.config.GlobalConfig
-
开启 Kotlin 模式(默认 false)
- isLogicDeleteField() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableField
-
是否为逻辑删除字段
- isLombok() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity
-
【实体】是否为lombok模型(默认 false)
document - isMapperAnnotation() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Mapper
-
已过时。
- isNullable() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableField.MetaInfo
- isNullable() - 类中的方法 com.baomidou.mybatisplus.generator.jdbc.DatabaseMetaDataWrapper.Column
- isOpen() - 类中的方法 com.baomidou.mybatisplus.generator.config.GlobalConfig
-
是否打开输出目录
- isPrimaryKey() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.DbQueryDecorator.ResultSetWrapper
- isPrimaryKey() - 类中的方法 com.baomidou.mybatisplus.generator.jdbc.DatabaseMetaDataWrapper.Column
- isPrimaryKey(String) - 类中的方法 com.baomidou.mybatisplus.generator.index.AbstractMapperMethodHandler
-
判断当前索引名称是否为主键索引 (索引名为PRIMARY或PRIMARY开头的为主键索引)
- isRestStyle() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Controller
-
生成
@RestController控制器(默认 false) - isSelected() - 类中的方法 com.baomidou.mybatisplus.generator.config.converts.select.Selector
-
当前选择器是否已经选择分支,如果已经存在分支被击中,则返回 true;否则返回 false
- isSerialAnnotation() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity
-
是否启用
Serial(需JAVA 14) 注解 - isSerialVersionUID() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity
-
实体是否生成 serialVersionUID
- isServiceInterface() - 类中的方法 com.baomidou.mybatisplus.generator.config.GlobalConfig
-
已过时。
- isServiceInterface() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableInfo
- isSkipView() - 类中的方法 com.baomidou.mybatisplus.generator.config.StrategyConfig
-
是否跳过视图(默认 false)
- isSpringdoc() - 类中的方法 com.baomidou.mybatisplus.generator.config.GlobalConfig
-
开启 springdoc 模式(默认 false 与 swagger 不可同时使用)
- isSwagger() - 类中的方法 com.baomidou.mybatisplus.generator.config.GlobalConfig
- isTableFieldAnnotationEnable() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity
-
是否生成实体时,生成字段注解(默认 false)
- isToString() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity
-
是否生成ToString
- isUnique() - 类中的方法 com.baomidou.mybatisplus.generator.jdbc.DatabaseMetaDataWrapper.Index
- isVersionField() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableField
-
是否为乐观锁字段
- isView() - 类中的方法 com.baomidou.mybatisplus.generator.jdbc.DatabaseMetaDataWrapper.Table
- ITableAnnotationHandler - com.baomidou.mybatisplus.generator中的接口
-
表注解处理器
- ITableFieldAnnotationHandler - com.baomidou.mybatisplus.generator中的接口
-
字段注解处理器
- ITemplate - com.baomidou.mybatisplus.generator中的接口
-
渲染模板接口
- ITypeConvert - com.baomidou.mybatisplus.generator.config中的接口
-
数据库字段类型转换
- ITypeConvertHandler - com.baomidou.mybatisplus.generator.type中的接口
-
类型转换处理器
J
- JAVA_SUFFIX - 接口中的静态变量 com.baomidou.mybatisplus.generator.config.ConstVal
- JAVA_TMPDIR - 接口中的静态变量 com.baomidou.mybatisplus.generator.config.ConstVal
- javaTemplate(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity.Builder
-
指定模板路径
- joinPackage(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.PackageConfig.Builder
-
连接父子包名
- joinPackage(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.PackageConfig
-
连接父子包名
K
- keyWords - 类中的变量 com.baomidou.mybatisplus.generator.keywords.BaseKeyWordsHandler
- keyWordsHandler(IKeyWordsHandler) - 类中的方法 com.baomidou.mybatisplus.generator.config.DataSourceConfig.Builder
-
设置数据库关键字处理器
- KingbaseESQuery - com.baomidou.mybatisplus.generator.config.querys中的类
-
KingbaseES 表数据查询
- KingbaseESQuery() - 类的构造器 com.baomidou.mybatisplus.generator.config.querys.KingbaseESQuery
- KingbaseESTypeConvert - com.baomidou.mybatisplus.generator.config.converts中的类
-
KingbaseES 字段类型转换
- KingbaseESTypeConvert() - 类的构造器 com.baomidou.mybatisplus.generator.config.converts.KingbaseESTypeConvert
- kotlinTemplatePath(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity.Builder
-
指定模板路径
- KotlinTypeUtils - com.baomidou.mybatisplus.generator.util中的类
-
Kotlin类型处理工具类
- KotlinTypeUtils() - 类的构造器 com.baomidou.mybatisplus.generator.util.KotlinTypeUtils
- KT_SUFFIX - 接口中的静态变量 com.baomidou.mybatisplus.generator.config.ConstVal
L
- likeTable(LikeTable) - 类中的方法 com.baomidou.mybatisplus.generator.config.StrategyConfig.Builder
-
包含表名
- LikeTable - com.baomidou.mybatisplus.generator.config.po中的类
-
表名拼接
- LikeTable(String) - 类的构造器 com.baomidou.mybatisplus.generator.config.po.LikeTable
- LikeTable(String, SqlLike) - 类的构造器 com.baomidou.mybatisplus.generator.config.po.LikeTable
- LOCAL_DATE - 枚举类 中的枚举常量 com.baomidou.mybatisplus.generator.config.rules.DbColumnType
- LOCAL_DATE_TIME - 枚举类 中的枚举常量 com.baomidou.mybatisplus.generator.config.rules.DbColumnType
- LOCAL_TIME - 枚举类 中的枚举常量 com.baomidou.mybatisplus.generator.config.rules.DbColumnType
- logger - 类中的变量 com.baomidou.mybatisplus.generator.config.DataSourceConfig
- LOGGER - 类中的静态变量 com.baomidou.mybatisplus.generator.config.GlobalConfig
- LOGGER - 类中的变量 com.baomidou.mybatisplus.generator.engine.AbstractTemplateEngine
- LOGGER - 类中的变量 com.baomidou.mybatisplus.generator.query.AbstractDatabaseQuery
- logicDeleteColumnName(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity.Builder
-
逻辑删除数据库字段名称
- logicDeletePropertyName(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity.Builder
-
逻辑删除实体属性名称
- LONG - 枚举类 中的枚举常量 com.baomidou.mybatisplus.generator.config.rules.DbColumnType
M
- MAP - 枚举类 中的枚举常量 com.baomidou.mybatisplus.generator.config.rules.DbColumnType
- mapper - 枚举类 中的枚举常量 com.baomidou.mybatisplus.generator.config.OutputFile
- mapper() - 类中的方法 com.baomidou.mybatisplus.generator.config.StrategyConfig
-
Mapper配置
- mapper(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.PackageConfig.Builder
-
指定mapper接口包名
- mapper(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.TemplateConfig.Builder
- Mapper - com.baomidou.mybatisplus.generator.config.builder中的类
-
控制器属性配置
- MAPPER - 枚举类 中的枚举常量 com.baomidou.mybatisplus.generator.config.TemplateType
- MAPPER - 接口中的静态变量 com.baomidou.mybatisplus.generator.config.ConstVal
- Mapper.Builder - com.baomidou.mybatisplus.generator.config.builder中的类
- mapperAnnotation(Class<? extends Annotation>) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Mapper.Builder
-
标记 Mapper 注解
- mapperBuilder() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.BaseBuilder
- mapperBuilder() - 类中的方法 com.baomidou.mybatisplus.generator.config.StrategyConfig
-
Mapper配置构建者
- MapperMethod - com.baomidou.mybatisplus.generator.model中的类
- MapperMethod(String, String, List<TableField>) - 类的构造器 com.baomidou.mybatisplus.generator.model.MapperMethod
- mapperTemplate(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Mapper.Builder
-
Service模板路径
- mapperXmlTemplate(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Mapper.Builder
-
ServiceImpl模板路径
- MariadbQuery - com.baomidou.mybatisplus.generator.config.querys中的类
-
MySql 表数据查询
- MariadbQuery() - 类的构造器 com.baomidou.mybatisplus.generator.config.querys.MariadbQuery
- matcherRegTable(String) - 类中的静态方法 com.baomidou.mybatisplus.generator.config.builder.ConfigBuilder
-
判断表名是否为正则表名(这表名规范比较随意,只能尽量匹配上特殊符号)
- matchExcludeTable(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.StrategyConfig
-
排除表名匹配
- matchIgnoreColumns(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity
-
匹配忽略字段(忽略大小写)
- matchIncludeTable(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.StrategyConfig
-
包含表名匹配
- matchSuperEntityColumns(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity
-
匹配父类字段(忽略大小写)
- MetaInfo(DatabaseMetaDataWrapper.Column, TableInfo) - 类的构造器 com.baomidou.mybatisplus.generator.config.po.TableField.MetaInfo
- MODULE_NAME - 接口中的静态变量 com.baomidou.mybatisplus.generator.config.ConstVal
- moduleName(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.PackageConfig.Builder
-
指定模块名称
- MySqlKeyWordsHandler - com.baomidou.mybatisplus.generator.keywords中的类
-
mysql关键字处理 这里选取了mysql8.0文档中的关键字和保留字(含移除)
- MySqlKeyWordsHandler() - 类的构造器 com.baomidou.mybatisplus.generator.keywords.MySqlKeyWordsHandler
- MySqlKeyWordsHandler(List<String>) - 类的构造器 com.baomidou.mybatisplus.generator.keywords.MySqlKeyWordsHandler
- MySqlKeyWordsHandler(Set<String>) - 类的构造器 com.baomidou.mybatisplus.generator.keywords.MySqlKeyWordsHandler
- MySqlQuery - com.baomidou.mybatisplus.generator.config.querys中的类
-
MySql 表数据查询
- MySqlQuery() - 类的构造器 com.baomidou.mybatisplus.generator.config.querys.MySqlQuery
- MySqlTypeConvert - com.baomidou.mybatisplus.generator.config.converts中的类
-
MYSQL 数据库字段类型转换 bit类型数据转换 bit(1) -> Boolean类型 bit(2->64) -> Byte类型
- MySqlTypeConvert() - 类的构造器 com.baomidou.mybatisplus.generator.config.converts.MySqlTypeConvert
N
- nameConvert(INameConvert) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity.Builder
-
名称转换实现
- naming(NamingStrategy) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity.Builder
-
数据库表映射到实体的命名策略
- NamingStrategy - com.baomidou.mybatisplus.generator.config.rules中的枚举类
-
从数据库表到文件的命名策略
- no_change - 枚举类 中的枚举常量 com.baomidou.mybatisplus.generator.config.rules.NamingStrategy
-
不做任何改变,原样输出
- notLikeTable(LikeTable) - 类中的方法 com.baomidou.mybatisplus.generator.config.StrategyConfig.Builder
-
不包含表名
O
- OBJECT - 枚举类 中的枚举常量 com.baomidou.mybatisplus.generator.config.rules.DbColumnType
- of(Predicate<P>) - 接口中的静态方法 com.baomidou.mybatisplus.generator.config.converts.select.BranchBuilder
-
工厂函数,用于创建分支构建者
- of(Predicate<P>, Function<P, T>) - 接口中的静态方法 com.baomidou.mybatisplus.generator.config.converts.select.Branch
-
工厂方法,快速创建分支
- ONLY_DATE - 枚举类 中的枚举常量 com.baomidou.mybatisplus.generator.config.rules.DateType
-
只使用 java.util.date 代替
- open() - 类中的方法 com.baomidou.mybatisplus.generator.engine.AbstractTemplateEngine
-
打开输出目录
- openDir(String) - 类中的静态方法 com.baomidou.mybatisplus.generator.util.RuntimeUtils
-
打开指定输出文件目录
- or(Supplier<T>) - 类中的方法 com.baomidou.mybatisplus.generator.config.converts.select.Selector
-
获取结果,如果当前选择器没有击中任何条件分支,则从给定的提供者中获取结果; 否则将使用当前选择器选中的分支
- or(T) - 类中的方法 com.baomidou.mybatisplus.generator.config.converts.select.Selector
- OracleQuery - com.baomidou.mybatisplus.generator.config.querys中的类
-
Oracle 表数据查询
- OracleQuery() - 类的构造器 com.baomidou.mybatisplus.generator.config.querys.OracleQuery
- OracleTypeConvert - com.baomidou.mybatisplus.generator.config.converts中的类
-
Oracle 数据库生成对应实体类时字段类型转换,跟据 Oracle 中的数据类型,返回对应的 Java 类型
- OracleTypeConvert() - 类的构造器 com.baomidou.mybatisplus.generator.config.converts.OracleTypeConvert
- OscarQuery - com.baomidou.mybatisplus.generator.config.querys中的类
-
Oscar(神通数据库) 表数据查询
- OscarQuery() - 类的构造器 com.baomidou.mybatisplus.generator.config.querys.OscarQuery
- OscarTypeConvert - com.baomidou.mybatisplus.generator.config.converts中的类
-
Oscar数据库字段类型转换
- OscarTypeConvert() - 类的构造器 com.baomidou.mybatisplus.generator.config.converts.OscarTypeConvert
- outputController(TableInfo, Map<String, Object>) - 类中的方法 com.baomidou.mybatisplus.generator.engine.AbstractTemplateEngine
-
输出controller文件
- outputCustomFile(List<CustomFile>, TableInfo, Map<String, Object>) - 类中的方法 com.baomidou.mybatisplus.generator.engine.AbstractTemplateEngine
-
输出自定义模板文件
- outputDir(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.GlobalConfig.Builder
-
输出目录
- outputEntity(TableInfo, Map<String, Object>) - 类中的方法 com.baomidou.mybatisplus.generator.engine.AbstractTemplateEngine
-
输出实体文件
- outputFile(IOutputFile) - 类中的方法 com.baomidou.mybatisplus.generator.config.StrategyConfig.Builder
-
输出文件处理
- outputFile(File, Map<String, Object>, String, boolean) - 类中的方法 com.baomidou.mybatisplus.generator.engine.AbstractTemplateEngine
-
输出文件
- OutputFile - com.baomidou.mybatisplus.generator.config中的枚举类
-
输出文件类型
- outputMapper(TableInfo, Map<String, Object>) - 类中的方法 com.baomidou.mybatisplus.generator.engine.AbstractTemplateEngine
-
输出Mapper文件(含xml)
- outputService(TableInfo, Map<String, Object>) - 类中的方法 com.baomidou.mybatisplus.generator.engine.AbstractTemplateEngine
-
输出service文件
P
- packageConfig() - 类中的静态方法 com.baomidou.mybatisplus.generator.config.builder.GeneratorBuilder
-
包相关的配置项
- packageConfig(BiConsumer<Function<String, String>, PackageConfig.Builder>) - 类中的方法 com.baomidou.mybatisplus.generator.FastAutoGenerator
- packageConfig(Consumer<PackageConfig.Builder>) - 类中的方法 com.baomidou.mybatisplus.generator.FastAutoGenerator
-
包配置
- PackageConfig - com.baomidou.mybatisplus.generator.config中的类
-
包相关的配置项
- PackageConfig.Builder - com.baomidou.mybatisplus.generator.config中的类
-
构建者
- packageConfigBuilder() - 类中的静态方法 com.baomidou.mybatisplus.generator.config.builder.GeneratorBuilder
-
包相关的配置项 Builder
- packageInfo(PackageConfig) - 类中的方法 com.baomidou.mybatisplus.generator.AutoGenerator
-
指定包配置信息
- packageName(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.CustomFile.Builder
-
包路径
- param(P) - 类中的静态方法 com.baomidou.mybatisplus.generator.config.converts.select.Selector
-
使用指定的参数创建选择器
- parent - 枚举类 中的枚举常量 com.baomidou.mybatisplus.generator.config.OutputFile
- parent(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.PackageConfig.Builder
-
指定父包名
- PARENT - 接口中的静态变量 com.baomidou.mybatisplus.generator.config.ConstVal
- pathInfo(Map<OutputFile, String>) - 类中的方法 com.baomidou.mybatisplus.generator.config.PackageConfig.Builder
-
路径配置信息
- PK_QUERY_SQL - 类中的静态变量 com.baomidou.mybatisplus.generator.config.querys.H2Query
- PostgreSqlKeyWordsHandler - com.baomidou.mybatisplus.generator.keywords中的类
- PostgreSqlKeyWordsHandler() - 类的构造器 com.baomidou.mybatisplus.generator.keywords.PostgreSqlKeyWordsHandler
- PostgreSqlKeyWordsHandler(List<String>) - 类的构造器 com.baomidou.mybatisplus.generator.keywords.PostgreSqlKeyWordsHandler
- PostgreSqlKeyWordsHandler(Set<String>) - 类的构造器 com.baomidou.mybatisplus.generator.keywords.PostgreSqlKeyWordsHandler
- PostgreSqlQuery - com.baomidou.mybatisplus.generator.config.querys中的类
-
PostgreSql 表数据查询
- PostgreSqlQuery() - 类的构造器 com.baomidou.mybatisplus.generator.config.querys.PostgreSqlQuery
- PostgreSqlTypeConvert - com.baomidou.mybatisplus.generator.config.converts中的类
-
PostgreSQL 字段类型转换
- PostgreSqlTypeConvert() - 类的构造器 com.baomidou.mybatisplus.generator.config.converts.PostgreSqlTypeConvert
- PRIMARY - 接口中的静态变量 com.baomidou.mybatisplus.generator.config.ConstVal
-
主键
- primaryKey(boolean) - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableField
-
设置主键
- primaryKeySql(DataSourceConfig, String) - 接口中的方法 com.baomidou.mybatisplus.generator.config.IDbQuery
-
获取主键sql
- primaryKeySql(DataSourceConfig, String) - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.DbQueryDecorator
- primaryKeySql(DataSourceConfig, String) - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.DMQuery
- primaryKeySql(DataSourceConfig, String) - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.H2Query
- processTable() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableInfo
-
处理表信息(文件名与导包)
- processTypeConvert(GlobalConfig, TableField) - 接口中的方法 com.baomidou.mybatisplus.generator.config.ITypeConvert
-
执行类型转换
- processTypeConvert(GlobalConfig, String) - 类中的方法 com.baomidou.mybatisplus.generator.config.converts.ClickHouseTypeConvert
- processTypeConvert(GlobalConfig, String) - 类中的方法 com.baomidou.mybatisplus.generator.config.converts.DB2TypeConvert
-
执行类型转换
- processTypeConvert(GlobalConfig, String) - 类中的方法 com.baomidou.mybatisplus.generator.config.converts.DmTypeConvert
-
字符数据类型: CHAR,CHARACTER,VARCHAR
- processTypeConvert(GlobalConfig, String) - 类中的方法 com.baomidou.mybatisplus.generator.config.converts.FirebirdTypeConvert
-
执行类型转换
- processTypeConvert(GlobalConfig, String) - 类中的方法 com.baomidou.mybatisplus.generator.config.converts.GaussDBSqlTypeConvert
-
执行类型转换
- processTypeConvert(GlobalConfig, String) - 类中的方法 com.baomidou.mybatisplus.generator.config.converts.KingbaseESTypeConvert
- processTypeConvert(GlobalConfig, String) - 类中的方法 com.baomidou.mybatisplus.generator.config.converts.MySqlTypeConvert
-
执行类型转换
- processTypeConvert(GlobalConfig, String) - 类中的方法 com.baomidou.mybatisplus.generator.config.converts.OracleTypeConvert
-
处理类型转换
- processTypeConvert(GlobalConfig, String) - 类中的方法 com.baomidou.mybatisplus.generator.config.converts.OscarTypeConvert
- processTypeConvert(GlobalConfig, String) - 类中的方法 com.baomidou.mybatisplus.generator.config.converts.PostgreSqlTypeConvert
-
执行类型转换
- processTypeConvert(GlobalConfig, String) - 类中的方法 com.baomidou.mybatisplus.generator.config.converts.SqliteTypeConvert
-
执行类型转换
- processTypeConvert(GlobalConfig, String) - 类中的方法 com.baomidou.mybatisplus.generator.config.converts.SqlServerTypeConvert
-
执行类型转换
- processTypeConvert(GlobalConfig, String) - 接口中的方法 com.baomidou.mybatisplus.generator.config.ITypeConvert
-
执行类型转换
- Property - com.baomidou.mybatisplus.generator.fill中的类
-
属性填充
- Property(String) - 类的构造器 com.baomidou.mybatisplus.generator.fill.Property
- Property(String, FieldFill) - 类的构造器 com.baomidou.mybatisplus.generator.fill.Property
- propertyNameConvert(TableField) - 类中的方法 com.baomidou.mybatisplus.generator.config.INameConvert.DefaultNameConvert
- propertyNameConvert(TableField) - 接口中的方法 com.baomidou.mybatisplus.generator.config.INameConvert
-
执行属性名称转换
Q
- queryTables() - 类中的方法 com.baomidou.mybatisplus.generator.query.DefaultQuery
- queryTables() - 接口中的方法 com.baomidou.mybatisplus.generator.query.IDatabaseQuery
-
获取表信息
- queryTables() - 类中的方法 com.baomidou.mybatisplus.generator.query.SQLQuery
R
- removePrefix(String, Set<String>) - 枚举类中的静态方法 com.baomidou.mybatisplus.generator.config.rules.NamingStrategy
-
去掉指定的前缀
- removePrefixAndCamel(String, Set<String>) - 枚举类中的静态方法 com.baomidou.mybatisplus.generator.config.rules.NamingStrategy
-
去掉下划线前缀并转成驼峰格式
- removeSuffix(String, Set<String>) - 枚举类中的静态方法 com.baomidou.mybatisplus.generator.config.rules.NamingStrategy
-
去掉指定的后缀
- removeSuffixAndCamel(String, Set<String>) - 枚举类中的静态方法 com.baomidou.mybatisplus.generator.config.rules.NamingStrategy
-
去掉下划线后缀并转成驼峰格式
- renderData(TableInfo) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Controller
- renderData(TableInfo) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity
- renderData(TableInfo) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Mapper
- renderData(TableInfo) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Service
- renderData(TableInfo) - 接口中的方法 com.baomidou.mybatisplus.generator.ITemplate
- RuntimeUtils - com.baomidou.mybatisplus.generator.util中的类
-
运行工具类
- RuntimeUtils() - 类的构造器 com.baomidou.mybatisplus.generator.util.RuntimeUtils
S
- scannerNext(String) - 类中的方法 com.baomidou.mybatisplus.generator.FastAutoGenerator
-
控制台输入内容读取并打印提示信息
- schema(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.DataSourceConfig.Builder
-
设置数据库schema
- Selector<P,
T> - com.baomidou.mybatisplus.generator.config.converts.select中的类 -
分支结果选择器
- Selector(P) - 类的构造器 com.baomidou.mybatisplus.generator.config.converts.select.Selector
- service - 枚举类 中的枚举常量 com.baomidou.mybatisplus.generator.config.OutputFile
- service() - 类中的方法 com.baomidou.mybatisplus.generator.config.StrategyConfig
-
Service配置
- service(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.PackageConfig.Builder
-
指定service接口包名
- service(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.TemplateConfig.Builder
- Service - com.baomidou.mybatisplus.generator.config.builder中的类
-
Service属性配置
- SERVICE - 枚举类 中的枚举常量 com.baomidou.mybatisplus.generator.config.TemplateType
- SERVICE - 接口中的静态变量 com.baomidou.mybatisplus.generator.config.ConstVal
- SERVICE_IMPL - 枚举类 中的枚举常量 com.baomidou.mybatisplus.generator.config.TemplateType
- SERVICE_IMPL - 接口中的静态变量 com.baomidou.mybatisplus.generator.config.ConstVal
- Service.Builder - com.baomidou.mybatisplus.generator.config.builder中的类
- serviceBuilder() - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.BaseBuilder
- serviceBuilder() - 类中的方法 com.baomidou.mybatisplus.generator.config.StrategyConfig
-
Service配置构建者
- serviceImpl - 枚举类 中的枚举常量 com.baomidou.mybatisplus.generator.config.OutputFile
- serviceImpl(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.PackageConfig.Builder
-
service实现类包名
- serviceImpl(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.TemplateConfig.Builder
- serviceImplTemplate(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Service.Builder
-
ServiceImpl模板路径
- serviceTemplate(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Service.Builder
-
Service模板路径
- setColumnName(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableField
- setComment(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableField
- setComment(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableInfo
- setConfigBuilder(ConfigBuilder) - 类中的方法 com.baomidou.mybatisplus.generator.engine.AbstractTemplateEngine
- setConvert() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableInfo
- setConvert(boolean) - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableInfo
- setCustomMap(Map<String, Object>) - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableField
- setDisplayName(String) - 类中的方法 com.baomidou.mybatisplus.generator.model.AnnotationAttributes
-
显示名称
- setDisplayNameFunction(Function<TableInfo, String>) - 类中的方法 com.baomidou.mybatisplus.generator.model.ClassAnnotationAttributes
-
根据
TableInfo信息加工处理显示注解 - setEntityName(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableInfo
- setGlobalConfig(GlobalConfig) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.ConfigBuilder
- setHavePrimaryKey(boolean) - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableInfo
- setIndexList(List<DatabaseMetaDataWrapper.Index>) - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableInfo
-
索引信息
- setInjectionConfig(InjectionConfig) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.ConfigBuilder
- setMetaInfo(TableField.MetaInfo) - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableField
- setPropertyName(String, IColumnType) - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableField
-
设置属性名称
- setSchemaName(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableInfo
- setServiceInterface(boolean) - 类中的方法 com.baomidou.mybatisplus.generator.config.GlobalConfig
-
已过时。
- setStrategyConfig(StrategyConfig) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.ConfigBuilder
- setTemplateLoadWay(TemplateLoadWay) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.ConfigBuilder
-
资源加载器
- setType(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableField
- setTypeName(String) - 类中的方法 com.baomidou.mybatisplus.generator.jdbc.DatabaseMetaDataWrapper.Column
- SHORT - 枚举类 中的枚举常量 com.baomidou.mybatisplus.generator.config.rules.DbColumnType
- SQL_PACK - 枚举类 中的枚举常量 com.baomidou.mybatisplus.generator.config.rules.DateType
-
使用 java.sql 包下的
- SqliteQuery - com.baomidou.mybatisplus.generator.config.querys中的类
-
Sqlite 表数据查询
- SqliteQuery() - 类的构造器 com.baomidou.mybatisplus.generator.config.querys.SqliteQuery
- SqliteTypeConvert - com.baomidou.mybatisplus.generator.config.converts中的类
-
SQLite 字段类型转换
- SqliteTypeConvert() - 类的构造器 com.baomidou.mybatisplus.generator.config.converts.SqliteTypeConvert
- SQLQuery - com.baomidou.mybatisplus.generator.query中的类
-
这是兼容以前旧版本提供的查询方式,需要每个数据库对接适配。
- SQLQuery(ConfigBuilder) - 类的构造器 com.baomidou.mybatisplus.generator.query.SQLQuery
- SqlServerQuery - com.baomidou.mybatisplus.generator.config.querys中的类
-
SqlServer 表数据查询
- SqlServerQuery() - 类的构造器 com.baomidou.mybatisplus.generator.config.querys.SqlServerQuery
- SqlServerTypeConvert - com.baomidou.mybatisplus.generator.config.converts中的类
-
SQLServer 字段类型转换
- SqlServerTypeConvert() - 类的构造器 com.baomidou.mybatisplus.generator.config.converts.SqlServerTypeConvert
- startsWithTablePrefix(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.StrategyConfig
-
表名称匹配过滤表前缀
- strategy(StrategyConfig) - 类中的方法 com.baomidou.mybatisplus.generator.AutoGenerator
-
生成策略
- strategyConfig - 类中的变量 com.baomidou.mybatisplus.generator.query.AbstractDatabaseQuery
- strategyConfig() - 类中的静态方法 com.baomidou.mybatisplus.generator.config.builder.GeneratorBuilder
-
策略配置项
- strategyConfig(BiConsumer<Function<String, String>, StrategyConfig.Builder>) - 类中的方法 com.baomidou.mybatisplus.generator.FastAutoGenerator
- strategyConfig(Consumer<StrategyConfig.Builder>) - 类中的方法 com.baomidou.mybatisplus.generator.FastAutoGenerator
-
策略配置
- StrategyConfig - com.baomidou.mybatisplus.generator.config中的类
-
策略配置项
- StrategyConfig.Builder - com.baomidou.mybatisplus.generator.config中的类
-
策略配置构建者
- strategyConfigBuilder() - 类中的静态方法 com.baomidou.mybatisplus.generator.config.builder.GeneratorBuilder
-
策略配置项 Builder
- STRING - 枚举类 中的枚举常量 com.baomidou.mybatisplus.generator.config.rules.DbColumnType
- STRING - 枚举类 中的枚举常量 com.baomidou.mybatisplus.generator.config.TemplateLoadWay
- suffixJavaOrKt() - 类中的方法 com.baomidou.mybatisplus.generator.engine.AbstractTemplateEngine
-
文件后缀
- SUPER_MAPPER_CLASS - 接口中的静态变量 com.baomidou.mybatisplus.generator.config.ConstVal
- SUPER_SERVICE_CLASS - 接口中的静态变量 com.baomidou.mybatisplus.generator.config.ConstVal
- SUPER_SERVICE_IMPL_CLASS - 接口中的静态变量 com.baomidou.mybatisplus.generator.config.ConstVal
- superClass(Class<?>) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Controller.Builder
-
父类控制器
- superClass(Class<?>) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity.Builder
-
自定义继承的Entity类全称
- superClass(Class<?>) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Mapper.Builder
-
父类Mapper
- superClass(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Controller.Builder
-
父类控制器
- superClass(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Mapper.Builder
-
父类Mapper
- superClass(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity.Builder
-
自定义继承的Entity类全称,带包名
- superServiceClass(Class<?>) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Service.Builder
-
Service接口父类
- superServiceClass(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Service.Builder
-
Service接口父类
- superServiceImplClass(Class<?>) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Service.Builder
-
Service实现类父类
- superServiceImplClass(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Service.Builder
-
Service实现类父类
- SybaseQuery - com.baomidou.mybatisplus.generator.config.querys中的类
-
Sybase库表信息查询
- SybaseQuery() - 类的构造器 com.baomidou.mybatisplus.generator.config.querys.SybaseQuery
T
- Table() - 类的构造器 com.baomidou.mybatisplus.generator.jdbc.DatabaseMetaDataWrapper.Table
- tableAnnotationHandler(ITableAnnotationHandler) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity.Builder
-
指定表注解处理器
- tableComment() - 接口中的方法 com.baomidou.mybatisplus.generator.config.IDbQuery
-
表注释
- tableComment() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.ClickHouseQuery
- tableComment() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.DB2Query
- tableComment() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.DbQueryDecorator
- tableComment() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.DMQuery
- tableComment() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.FirebirdQuery
- tableComment() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.GaussDBSqlQuery
- tableComment() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.GbaseQuery
- tableComment() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.H2Query
- tableComment() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.KingbaseESQuery
- tableComment() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.MariadbQuery
- tableComment() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.MySqlQuery
- tableComment() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.OracleQuery
- tableComment() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.OscarQuery
- tableComment() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.PostgreSqlQuery
- tableComment() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.SqliteQuery
- tableComment() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.SqlServerQuery
- tableComment() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.SybaseQuery
- tableComment() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.XuguQuery
- tableComment() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.ZenithQuery
- TableField - com.baomidou.mybatisplus.generator.config.po中的类
-
表字段信息
- TableField(ConfigBuilder, String) - 类的构造器 com.baomidou.mybatisplus.generator.config.po.TableField
-
构造方法
- TableField.MetaInfo - com.baomidou.mybatisplus.generator.config.po中的类
-
元数据信息
- tableFieldAnnotationHandler(ITableFieldAnnotationHandler) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity.Builder
-
指定字段注解处理器
- tableFieldsSql() - 接口中的方法 com.baomidou.mybatisplus.generator.config.IDbQuery
-
表字段信息查询 SQL
- tableFieldsSql() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.ClickHouseQuery
- tableFieldsSql() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.DB2Query
- tableFieldsSql() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.DbQueryDecorator
- tableFieldsSql() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.DMQuery
- tableFieldsSql() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.FirebirdQuery
- tableFieldsSql() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.GaussDBSqlQuery
- tableFieldsSql() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.GbaseQuery
- tableFieldsSql() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.H2Query
- tableFieldsSql() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.KingbaseESQuery
- tableFieldsSql() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.MariadbQuery
- tableFieldsSql() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.MySqlQuery
- tableFieldsSql() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.OracleQuery
- tableFieldsSql() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.OscarQuery
- tableFieldsSql() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.PostgreSqlQuery
- tableFieldsSql() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.SqliteQuery
- tableFieldsSql() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.SqlServerQuery
- tableFieldsSql() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.SybaseQuery
- tableFieldsSql() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.XuguQuery
- tableFieldsSql() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.ZenithQuery
- tableFieldsSql(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.DbQueryDecorator
- TableInfo - com.baomidou.mybatisplus.generator.config.po中的类
-
表信息,关联到当前字段信息
- TableInfo(ConfigBuilder, String) - 类的构造器 com.baomidou.mybatisplus.generator.config.po.TableInfo
-
构造方法
- tableName() - 接口中的方法 com.baomidou.mybatisplus.generator.config.IDbQuery
-
表名称
- tableName() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.ClickHouseQuery
- tableName() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.DB2Query
- tableName() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.DbQueryDecorator
- tableName() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.DMQuery
- tableName() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.FirebirdQuery
- tableName() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.GaussDBSqlQuery
- tableName() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.GbaseQuery
- tableName() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.H2Query
- tableName() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.KingbaseESQuery
- tableName() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.MariadbQuery
- tableName() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.MySqlQuery
- tableName() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.OracleQuery
- tableName() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.OscarQuery
- tableName() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.PostgreSqlQuery
- tableName() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.SqliteQuery
- tableName() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.SqlServerQuery
- tableName() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.SybaseQuery
- tableName() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.XuguQuery
- tableName() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.ZenithQuery
- tablesSql() - 接口中的方法 com.baomidou.mybatisplus.generator.config.IDbQuery
-
表信息查询 SQL
- tablesSql() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.ClickHouseQuery
- tablesSql() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.DB2Query
- tablesSql() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.DbQueryDecorator
- tablesSql() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.DMQuery
- tablesSql() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.FirebirdQuery
- tablesSql() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.GaussDBSqlQuery
- tablesSql() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.GbaseQuery
- tablesSql() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.H2Query
- tablesSql() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.KingbaseESQuery
- tablesSql() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.MariadbQuery
- tablesSql() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.MySqlQuery
- tablesSql() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.OracleQuery
- tablesSql() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.OscarQuery
- tablesSql() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.PostgreSqlQuery
- tablesSql() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.SqliteQuery
- tablesSql() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.SqlServerQuery
- tablesSql() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.SybaseQuery
- tablesSql() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.XuguQuery
- tablesSql() - 类中的方法 com.baomidou.mybatisplus.generator.config.querys.ZenithQuery
- template(TemplateConfig) - 类中的方法 com.baomidou.mybatisplus.generator.AutoGenerator
-
已过时。
- template(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Controller.Builder
-
指定模板路径
- TEMPLATE_CONTROLLER - 接口中的静态变量 com.baomidou.mybatisplus.generator.config.ConstVal
-
控制器模板路径
- TEMPLATE_ENTITY_JAVA - 接口中的静态变量 com.baomidou.mybatisplus.generator.config.ConstVal
-
实体模板路径
- TEMPLATE_ENTITY_KT - 接口中的静态变量 com.baomidou.mybatisplus.generator.config.ConstVal
-
实体模板路径(kotlin模板)
- TEMPLATE_MAPPER - 接口中的静态变量 com.baomidou.mybatisplus.generator.config.ConstVal
-
Mapper模板路径
- TEMPLATE_SERVICE - 接口中的静态变量 com.baomidou.mybatisplus.generator.config.ConstVal
-
Service模板路径
- TEMPLATE_SERVICE_IMPL - 接口中的静态变量 com.baomidou.mybatisplus.generator.config.ConstVal
-
ServiceImpl模板路径
- TEMPLATE_XML - 接口中的静态变量 com.baomidou.mybatisplus.generator.config.ConstVal
-
MapperXml模板路径
- templateConfig() - 类中的静态方法 com.baomidou.mybatisplus.generator.config.builder.GeneratorBuilder
-
已过时。
- templateConfig(BiConsumer<Function<String, String>, TemplateConfig.Builder>) - 类中的方法 com.baomidou.mybatisplus.generator.FastAutoGenerator
-
已过时。
- templateConfig(Consumer<TemplateConfig.Builder>) - 类中的方法 com.baomidou.mybatisplus.generator.FastAutoGenerator
-
已过时。
- TemplateConfig - com.baomidou.mybatisplus.generator.config中的类
-
已过时。3.5.6
StrategyConfig - TemplateConfig.Builder - com.baomidou.mybatisplus.generator.config中的类
-
已过时。3.5.6
StrategyConfig - templateConfigBuilder() - 类中的静态方法 com.baomidou.mybatisplus.generator.config.builder.GeneratorBuilder
-
已过时。
- templateEngine(AbstractTemplateEngine) - 类中的方法 com.baomidou.mybatisplus.generator.FastAutoGenerator
-
模板引擎配置
- templateFilePath(String) - 类中的方法 com.baomidou.mybatisplus.generator.engine.AbstractTemplateEngine
-
模板真实文件路径
- templateFilePath(String) - 类中的方法 com.baomidou.mybatisplus.generator.engine.BeetlTemplateEngine
- templateFilePath(String) - 类中的方法 com.baomidou.mybatisplus.generator.engine.EnjoyTemplateEngine
- templateFilePath(String) - 类中的方法 com.baomidou.mybatisplus.generator.engine.FreemarkerTemplateEngine
- templateFilePath(String) - 类中的方法 com.baomidou.mybatisplus.generator.engine.VelocityTemplateEngine
- TemplateLoadWay - com.baomidou.mybatisplus.generator.config中的枚举类
-
模板文件加载方式
- templatePath(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.CustomFile.Builder
-
模板路径
- TemplateType - com.baomidou.mybatisplus.generator.config中的枚举类
-
模板类型
- test(Branch<P, T>) - 类中的方法 com.baomidou.mybatisplus.generator.config.converts.select.Selector
-
传入一个新的分支,如果这个分支满足条件
- tester() - 接口中的方法 com.baomidou.mybatisplus.generator.config.converts.select.Branch
- then(Function<P, T>) - 接口中的方法 com.baomidou.mybatisplus.generator.config.converts.select.BranchBuilder
-
使用一个值工厂构造出一个分支
- then(T) - 接口中的方法 com.baomidou.mybatisplus.generator.config.converts.select.BranchBuilder
-
从值构建出一个分支
- TIME - 枚举类 中的枚举常量 com.baomidou.mybatisplus.generator.config.rules.DbColumnType
- TIME_PACK - 枚举类 中的枚举常量 com.baomidou.mybatisplus.generator.config.rules.DateType
-
使用 java.time 包下的
- TIMESTAMP - 枚举类 中的枚举常量 com.baomidou.mybatisplus.generator.config.rules.DbColumnType
- toClassConfident(String) - 类中的静态方法 com.baomidou.mybatisplus.generator.util.ClassUtils
-
请仅在确定类存在的情况下调用该方法
- toDateType(GlobalConfig) - 类中的静态方法 com.baomidou.mybatisplus.generator.config.converts.OracleTypeConvert
-
当前时间为字段类型,根据全局配置返回对应的时间类型
- toDateType(GlobalConfig, String) - 类中的静态方法 com.baomidou.mybatisplus.generator.config.converts.ClickHouseTypeConvert
-
转换为日期类型
- toDateType(GlobalConfig, String) - 类中的静态方法 com.baomidou.mybatisplus.generator.config.converts.FirebirdTypeConvert
-
转换为日期类型
- toDateType(GlobalConfig, String) - 类中的静态方法 com.baomidou.mybatisplus.generator.config.converts.GaussDBSqlTypeConvert
-
转换为日期类型
- toDateType(GlobalConfig, String) - 类中的静态方法 com.baomidou.mybatisplus.generator.config.converts.MySqlTypeConvert
-
转换为日期类型
- toDateType(GlobalConfig, String) - 类中的静态方法 com.baomidou.mybatisplus.generator.config.converts.PostgreSqlTypeConvert
-
转换为日期类型
- toDateType(GlobalConfig, String) - 类中的静态方法 com.baomidou.mybatisplus.generator.config.converts.SqlServerTypeConvert
-
转换为日期类型
- toString() - 类中的方法 com.baomidou.mybatisplus.generator.config.converts.select.Selector
- toString() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.LikeTable
- toString() - 类中的方法 com.baomidou.mybatisplus.generator.config.po.TableField.MetaInfo
- toString() - 类中的方法 com.baomidou.mybatisplus.generator.jdbc.DatabaseMetaDataWrapper.Index
- toString() - 类中的方法 com.baomidou.mybatisplus.generator.model.AnnotationAttributes
- toString() - 类中的方法 com.baomidou.mybatisplus.generator.model.ClassAnnotationAttributes
- toString(boolean) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity.Builder
-
设置是否生成ToString方法
- typeConvert(ITypeConvert) - 类中的方法 com.baomidou.mybatisplus.generator.config.DataSourceConfig.Builder
-
设置类型转换器
- typeConvertHandler(ITypeConvertHandler) - 类中的方法 com.baomidou.mybatisplus.generator.config.DataSourceConfig.Builder
-
指定类型转换器
- TypeConverts - com.baomidou.mybatisplus.generator.config.converts中的类
-
该注册器负责注册并查询类型注册器
- TypeConverts() - 类的构造器 com.baomidou.mybatisplus.generator.config.converts.TypeConverts
- TypeRegistry - com.baomidou.mybatisplus.generator.type中的类
-
类型注册处理类
- TypeRegistry(GlobalConfig) - 类的构造器 com.baomidou.mybatisplus.generator.type.TypeRegistry
U
- UNDERLINE - 接口中的静态变量 com.baomidou.mybatisplus.generator.config.ConstVal
- underline_to_camel - 枚举类 中的枚举常量 com.baomidou.mybatisplus.generator.config.rules.NamingStrategy
-
下划线转驼峰命名
- underlineToCamel(String) - 枚举类中的静态方法 com.baomidou.mybatisplus.generator.config.rules.NamingStrategy
-
下划线转驼峰
- UTF8 - 接口中的静态变量 com.baomidou.mybatisplus.generator.config.ConstVal
V
- validate() - 类中的方法 com.baomidou.mybatisplus.generator.config.StrategyConfig
-
验证配置项
- valueOf(String) - 枚举类中的静态方法 com.baomidou.mybatisplus.generator.config.OutputFile
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 com.baomidou.mybatisplus.generator.config.rules.DateType
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 com.baomidou.mybatisplus.generator.config.rules.DbColumnType
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 com.baomidou.mybatisplus.generator.config.rules.NamingStrategy
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 com.baomidou.mybatisplus.generator.config.TemplateLoadWay
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 com.baomidou.mybatisplus.generator.config.TemplateType
-
返回带有指定名称的该类的枚举常量。
- values() - 枚举类中的静态方法 com.baomidou.mybatisplus.generator.config.OutputFile
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 com.baomidou.mybatisplus.generator.config.rules.DateType
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 com.baomidou.mybatisplus.generator.config.rules.DbColumnType
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 com.baomidou.mybatisplus.generator.config.rules.NamingStrategy
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 com.baomidou.mybatisplus.generator.config.TemplateLoadWay
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 com.baomidou.mybatisplus.generator.config.TemplateType
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- VelocityTemplateEngine - com.baomidou.mybatisplus.generator.engine中的类
-
Velocity 模板引擎实现文件输出
- VelocityTemplateEngine() - 类的构造器 com.baomidou.mybatisplus.generator.engine.VelocityTemplateEngine
- versionColumnName(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity.Builder
-
设置乐观锁数据库表字段名称
- versionPropertyName(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.builder.Entity.Builder
-
设置乐观锁实体属性字段名称
- VM_LOAD_PATH_KEY - 接口中的静态变量 com.baomidou.mybatisplus.generator.config.ConstVal
- VM_LOAD_PATH_VALUE - 接口中的静态变量 com.baomidou.mybatisplus.generator.config.ConstVal
W
- writer(Map<String, Object>, String, File) - 类中的方法 com.baomidou.mybatisplus.generator.engine.AbstractTemplateEngine
-
将模板转化成为文件
- writer(Map<String, Object>, String, File) - 类中的方法 com.baomidou.mybatisplus.generator.engine.BeetlTemplateEngine
- writer(Map<String, Object>, String, File) - 类中的方法 com.baomidou.mybatisplus.generator.engine.EnjoyTemplateEngine
- writer(Map<String, Object>, String, File) - 类中的方法 com.baomidou.mybatisplus.generator.engine.FreemarkerTemplateEngine
- writer(Map<String, Object>, String, File) - 类中的方法 com.baomidou.mybatisplus.generator.engine.VelocityTemplateEngine
- writer(Map<String, Object>, String, String) - 类中的方法 com.baomidou.mybatisplus.generator.engine.AbstractTemplateEngine
-
将模板转化成为字符串
- writer(Map<String, Object>, String, String) - 类中的方法 com.baomidou.mybatisplus.generator.engine.BeetlTemplateEngine
- writer(Map<String, Object>, String, String) - 类中的方法 com.baomidou.mybatisplus.generator.engine.EnjoyTemplateEngine
- writer(Map<String, Object>, String, String) - 类中的方法 com.baomidou.mybatisplus.generator.engine.FreemarkerTemplateEngine
- writer(Map<String, Object>, String, String) - 类中的方法 com.baomidou.mybatisplus.generator.engine.VelocityTemplateEngine
X
- xml - 枚举类 中的枚举常量 com.baomidou.mybatisplus.generator.config.OutputFile
- xml(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.PackageConfig.Builder
-
指定xml包名
- xml(String) - 类中的方法 com.baomidou.mybatisplus.generator.config.TemplateConfig.Builder
- XML - 枚举类 中的枚举常量 com.baomidou.mybatisplus.generator.config.TemplateType
- XML - 接口中的静态变量 com.baomidou.mybatisplus.generator.config.ConstVal
- XML_SUFFIX - 接口中的静态变量 com.baomidou.mybatisplus.generator.config.ConstVal
- XuguQuery - com.baomidou.mybatisplus.generator.config.querys中的类
-
Xugu 表数据查询
- XuguQuery() - 类的构造器 com.baomidou.mybatisplus.generator.config.querys.XuguQuery
Y
- YEAR - 枚举类 中的枚举常量 com.baomidou.mybatisplus.generator.config.rules.DbColumnType
- YEAR_MONTH - 枚举类 中的枚举常量 com.baomidou.mybatisplus.generator.config.rules.DbColumnType
Z
- ZenithQuery - com.baomidou.mybatisplus.generator.config.querys中的类
-
Gauss 表数据查询
- ZenithQuery() - 类的构造器 com.baomidou.mybatisplus.generator.config.querys.ZenithQuery
常量字段值|所有程序包|所有类和接口|序列化表格
Controller.Builder.template(String)