Skip navigation links
B C D E F G I J K L M N P R S T U V 

B

BaseConfig() - Constructor for class cn.cliveyuan.robin.generator.core.CodeGeneratorXmlConfig.BaseConfig
 

C

closeConnection() - Method in class cn.cliveyuan.robin.generator.db.MysqlTableIntrospect
 
closeConnection() - Method in interface cn.cliveyuan.robin.generator.db.TableIntrospect
关闭数据库连接
cn.cliveyuan.robin.generator - package cn.cliveyuan.robin.generator
 
cn.cliveyuan.robin.generator.core - package cn.cliveyuan.robin.generator.core
 
cn.cliveyuan.robin.generator.db - package cn.cliveyuan.robin.generator.db
 
cn.cliveyuan.robin.generator.generator - package cn.cliveyuan.robin.generator.generator
 
cn.cliveyuan.robin.generator.impl - package cn.cliveyuan.robin.generator.impl
 
cn.cliveyuan.robin.generator.util - package cn.cliveyuan.robin.generator.util
 
CodeGeneratorXmlConfig - Class in cn.cliveyuan.robin.generator.core
代码生成配置
CodeGeneratorXmlConfig() - Constructor for class cn.cliveyuan.robin.generator.core.CodeGeneratorXmlConfig
 
CodeGeneratorXmlConfig.BaseConfig - Class in cn.cliveyuan.robin.generator.core
 
CodeGeneratorXmlConfig.JdbcConnection - Class in cn.cliveyuan.robin.generator.core
 
CodeGeneratorXmlConfig.MapperGeneratorConfig - Class in cn.cliveyuan.robin.generator.core
 
CodeGeneratorXmlConfig.Table - Class in cn.cliveyuan.robin.generator.core
 
CollectionUtils - Class in cn.cliveyuan.robin.generator.util
 
CollectionUtils() - Constructor for class cn.cliveyuan.robin.generator.util.CollectionUtils
 
ColumnInfo - Class in cn.cliveyuan.robin.generator.db
列信息
ColumnInfo() - Constructor for class cn.cliveyuan.robin.generator.db.ColumnInfo
 
ConnectionFactory - Class in cn.cliveyuan.robin.generator.db
连接工厂
ConnectionFactory() - Constructor for class cn.cliveyuan.robin.generator.db.ConnectionFactory
 
ControllerGenerator - Class in cn.cliveyuan.robin.generator.generator
控制器 生成器
ControllerGenerator() - Constructor for class cn.cliveyuan.robin.generator.generator.ControllerGenerator
 
createConnection(String, String, String, String) - Static method in class cn.cliveyuan.robin.generator.db.ConnectionFactory
创建数据库连接
CREATED_TIME_COL - Static variable in class cn.cliveyuan.robin.generator.core.GeneratorConst
 

D

doGenerate(GenerateParam) - Method in class cn.cliveyuan.robin.generator.core.GeneratorChain
生成文件
DTOGenerator - Class in cn.cliveyuan.robin.generator.generator
DTO 生成器
DTOGenerator() - Constructor for class cn.cliveyuan.robin.generator.generator.DTOGenerator
 

E

Entity - Class in cn.cliveyuan.robin.generator.core
实体
Entity() - Constructor for class cn.cliveyuan.robin.generator.core.Entity
 
EntityGenerator - Class in cn.cliveyuan.robin.generator.generator
实体 生成器
EntityGenerator() - Constructor for class cn.cliveyuan.robin.generator.generator.EntityGenerator
 
ExtensionParam - Class in cn.cliveyuan.robin.generator.core
 
ExtensionParam() - Constructor for class cn.cliveyuan.robin.generator.core.ExtensionParam
 

F

Field - Class in cn.cliveyuan.robin.generator.core
字段
Field() - Constructor for class cn.cliveyuan.robin.generator.core.Field
 
FileContentModifyUtils - Class in cn.cliveyuan.robin.generator.util
文件内容修改工具
FileContentModifyUtils() - Constructor for class cn.cliveyuan.robin.generator.util.FileContentModifyUtils
 
FileType - Enum in cn.cliveyuan.robin.generator.core
文件类型
FreemarkerUtils - Class in cn.cliveyuan.robin.generator.util
ftl解析工具
FreemarkerUtils() - Constructor for class cn.cliveyuan.robin.generator.util.FreemarkerUtils
 

G

generate(GeneratorContext, GeneratorChain) - Method in interface cn.cliveyuan.robin.generator.core.Generator
生成
generate(GeneratorContext, GeneratorChain) - Method in class cn.cliveyuan.robin.generator.core.GeneratorChain
 
generate(GeneratorContext, GeneratorChain) - Method in class cn.cliveyuan.robin.generator.generator.ControllerGenerator
 
generate(GeneratorContext, GeneratorChain) - Method in class cn.cliveyuan.robin.generator.generator.DTOGenerator
 
generate(GeneratorContext, GeneratorChain) - Method in class cn.cliveyuan.robin.generator.generator.EntityGenerator
 
generate(GeneratorContext, GeneratorChain) - Method in class cn.cliveyuan.robin.generator.generator.MapperJavaGenerator
 
generate(GeneratorContext, GeneratorChain) - Method in class cn.cliveyuan.robin.generator.generator.MapperJavaImplGenerator
 
generate(GeneratorContext, GeneratorChain) - Method in class cn.cliveyuan.robin.generator.generator.MapperXmlGenerator
 
generate(GeneratorContext, GeneratorChain) - Method in class cn.cliveyuan.robin.generator.generator.ServiceGenerator
 
generate(GeneratorContext, GeneratorChain) - Method in class cn.cliveyuan.robin.generator.generator.ServiceImplGenerator
 
generate() - Method in class cn.cliveyuan.robin.generator.impl.MybatisGenerator
 
generate() - Method in interface cn.cliveyuan.robin.generator.RobinGenerator
 
GenerateParam - Class in cn.cliveyuan.robin.generator.core
生成参数
GenerateParam() - Constructor for class cn.cliveyuan.robin.generator.core.GenerateParam
 
Generator - Interface in cn.cliveyuan.robin.generator.core
代码生成器接口
GeneratorChain - Class in cn.cliveyuan.robin.generator.core
生成器链
GeneratorChain() - Constructor for class cn.cliveyuan.robin.generator.core.GeneratorChain
 
GeneratorConst - Class in cn.cliveyuan.robin.generator.core
常量
GeneratorConst() - Constructor for class cn.cliveyuan.robin.generator.core.GeneratorConst
 
GeneratorContext - Class in cn.cliveyuan.robin.generator.core
上下文
GeneratorContext() - Constructor for class cn.cliveyuan.robin.generator.core.GeneratorContext
 
GeneratorContextResolver - Class in cn.cliveyuan.robin.generator.core
配置上下文解析器
GeneratorContextResolver() - Constructor for class cn.cliveyuan.robin.generator.core.GeneratorContextResolver
 
GeneratorEnum - Enum in cn.cliveyuan.robin.generator.core
生成器注册枚举类
GeneratorUtils - Class in cn.cliveyuan.robin.generator.util
生成工具类
GeneratorUtils() - Constructor for class cn.cliveyuan.robin.generator.util.GeneratorUtils
 
getAllTables() - Method in class cn.cliveyuan.robin.generator.db.MysqlTableIntrospect
 
getAllTables() - Method in interface cn.cliveyuan.robin.generator.db.TableIntrospect
获取所有表名
getLowerCamelName(String) - Static method in class cn.cliveyuan.robin.generator.util.GeneratorUtils
获取小写驼峰名
getSuffix(CodeGeneratorXmlConfig.MapperGeneratorConfig, Generator) - Method in class cn.cliveyuan.robin.generator.core.GeneratorChain
 
getSuffix(CodeGeneratorXmlConfig.MapperGeneratorConfig, GeneratorEnum) - Method in class cn.cliveyuan.robin.generator.core.GeneratorChain
 

I

IMPL_PKG_SUFFIX - Static variable in class cn.cliveyuan.robin.generator.core.GeneratorConst
 
introspect(String) - Method in class cn.cliveyuan.robin.generator.db.MysqlTableIntrospect
 
introspect(String) - Method in interface cn.cliveyuan.robin.generator.db.TableIntrospect
探测表信息
isEmpty(Collection<?>) - Static method in class cn.cliveyuan.robin.generator.util.CollectionUtils
 
isNotEmpty(Collection<?>) - Static method in class cn.cliveyuan.robin.generator.util.CollectionUtils
 

J

JdbcConnection() - Constructor for class cn.cliveyuan.robin.generator.core.CodeGeneratorXmlConfig.JdbcConnection
 
JdbcType - Enum in cn.cliveyuan.robin.generator.db
类型映射 doc
JdbcTypeResolver - Class in cn.cliveyuan.robin.generator.db
类型解析器
JdbcTypeResolver() - Constructor for class cn.cliveyuan.robin.generator.db.JdbcTypeResolver
 

K

KEY_WORD_PREFIX - Static variable in class cn.cliveyuan.robin.generator.core.GeneratorConst
 

L

listOf(E...) - Static method in class cn.cliveyuan.robin.generator.util.CollectionUtils
 

M

MapperGeneratorConfig() - Constructor for class cn.cliveyuan.robin.generator.core.CodeGeneratorXmlConfig.MapperGeneratorConfig
 
MapperJavaGenerator - Class in cn.cliveyuan.robin.generator.generator
Java Mapper 生成器
MapperJavaGenerator() - Constructor for class cn.cliveyuan.robin.generator.generator.MapperJavaGenerator
 
MapperJavaImplGenerator - Class in cn.cliveyuan.robin.generator.generator
Java MapperImpl 生成器
MapperJavaImplGenerator() - Constructor for class cn.cliveyuan.robin.generator.generator.MapperJavaImplGenerator
 
MapperXmlGenerator - Class in cn.cliveyuan.robin.generator.generator
Xml Mapper 生成器
MapperXmlGenerator() - Constructor for class cn.cliveyuan.robin.generator.generator.MapperXmlGenerator
 
modify(String, String, String, String) - Static method in class cn.cliveyuan.robin.generator.util.FileContentModifyUtils
 
MybatisGenerator - Class in cn.cliveyuan.robin.generator.impl
 
MybatisGenerator(String) - Constructor for class cn.cliveyuan.robin.generator.impl.MybatisGenerator
 
MysqlTableIntrospect - Class in cn.cliveyuan.robin.generator.db
MySQL 表信息探测器
MysqlTableIntrospect(Connection) - Constructor for class cn.cliveyuan.robin.generator.db.MysqlTableIntrospect
 

N

newInstance(Class<?>) - Static method in class cn.cliveyuan.robin.generator.util.ReflectUtils
初始化

P

parseTemplate(String, Map<String, Object>) - Static method in class cn.cliveyuan.robin.generator.util.FreemarkerUtils
解析模板
PRIMARY_KEY_COL - Static variable in class cn.cliveyuan.robin.generator.core.GeneratorConst
 

R

ReflectUtils - Class in cn.cliveyuan.robin.generator.util
反射工具类
ReflectUtils() - Constructor for class cn.cliveyuan.robin.generator.util.ReflectUtils
 
resolve(String) - Method in class cn.cliveyuan.robin.generator.core.GeneratorContextResolver
解析上下文
resolve(String, Integer) - Static method in class cn.cliveyuan.robin.generator.db.JdbcTypeResolver
解析类型
RobinGenerator - Interface in cn.cliveyuan.robin.generator
 

S

ServiceGenerator - Class in cn.cliveyuan.robin.generator.generator
Service 生成器
ServiceGenerator() - Constructor for class cn.cliveyuan.robin.generator.generator.ServiceGenerator
 
ServiceImplGenerator - Class in cn.cliveyuan.robin.generator.generator
Service 实现 生成器
ServiceImplGenerator() - Constructor for class cn.cliveyuan.robin.generator.generator.ServiceImplGenerator
 

T

Table() - Constructor for class cn.cliveyuan.robin.generator.core.CodeGeneratorXmlConfig.Table
 
TableInfo - Class in cn.cliveyuan.robin.generator.db
表信息
TableInfo() - Constructor for class cn.cliveyuan.robin.generator.db.TableInfo
 
TableIntrospect - Interface in cn.cliveyuan.robin.generator.db
表信息探测器

U

UPDATED_TIME_COL - Static variable in class cn.cliveyuan.robin.generator.core.GeneratorConst
 

V

valueOf(String) - Static method in enum cn.cliveyuan.robin.generator.core.FileType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cn.cliveyuan.robin.generator.core.GeneratorEnum
Returns the enum constant of this type with the specified name.
valueOf(Generator) - Static method in enum cn.cliveyuan.robin.generator.core.GeneratorEnum
 
valueOf(String) - Static method in enum cn.cliveyuan.robin.generator.db.JdbcType
Returns the enum constant of this type with the specified name.
values() - Static method in enum cn.cliveyuan.robin.generator.core.FileType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cn.cliveyuan.robin.generator.core.GeneratorEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cn.cliveyuan.robin.generator.db.JdbcType
Returns an array containing the constants of this enum type, in the order they are declared.
B C D E F G I J K L M N P R S T U V 
Skip navigation links

Copyright © 2021. All rights reserved.