索引

$ A B C D E F G H I J L M O P Q R S T 
All Classes and Interfaces|常量字段值|所有程序包|序列化表格

$

$clone() - 类中的方法 com.iplatform.model.po.S_gen_column
克隆
$clone() - 类中的方法 com.iplatform.model.po.S_gen_table
克隆

A

arraysContains(String[], String) - 类中的静态方法 com.iplatform.generator.util.CodeGenUtils
校验数组是否包含指定值
author - 类中的变量 com.iplatform.generator.config.JdbcGeneratorProperties
作者
autoRemovePre - 类中的变量 com.iplatform.generator.config.JdbcGeneratorProperties
自动去除表前缀,默认是false

B

BASE_ENTITY - 类中的静态变量 com.iplatform.generator.GenConstants
Entity基类字段
BUSINESS_NAME - 类中的静态变量 com.iplatform.model.po.S_gen_table_mapper
 

C

CLASS_NAME - 类中的静态变量 com.iplatform.model.po.S_gen_table_mapper
 
CodeGenController - com.iplatform.generator.controller中的类
代码生成界面管理接口。
CodeGenController(CodeGenServiceImpl, JdbcGeneratorEngine, JdbcGeneratorProperties) - 类的构造器 com.iplatform.generator.controller.CodeGenController
 
CodeGenServiceImpl - com.iplatform.generator.service中的类
 
CodeGenServiceImpl() - 类的构造器 com.iplatform.generator.service.CodeGenServiceImpl
 
CodeGenUtils - com.iplatform.generator.util中的类
代码生成工具类,目前参考了若依的vue前端生成,后台数据库则使用自己原有框架,
CodeGenUtils() - 类的构造器 com.iplatform.generator.util.CodeGenUtils
 
COLUMN_COMMENT - 类中的静态变量 com.iplatform.model.po.S_gen_column_mapper
 
COLUMN_ID - 类中的静态变量 com.iplatform.model.po.S_gen_column_mapper
 
COLUMN_NAME - 类中的静态变量 com.iplatform.model.po.S_gen_column_mapper
 
COLUMN_TYPE - 类中的静态变量 com.iplatform.model.po.S_gen_column_mapper
 
COLUMNNAME_NOT_EDIT - 类中的静态变量 com.iplatform.generator.GenConstants
页面不需要编辑字段
COLUMNNAME_NOT_LIST - 类中的静态变量 com.iplatform.generator.GenConstants
页面不需要显示的列表字段
COLUMNNAME_NOT_QUERY - 类中的静态变量 com.iplatform.generator.GenConstants
页面不需要查询字段
COLUMNTYPE_NUMBER - 类中的静态变量 com.iplatform.generator.GenConstants
数据库数字类型
COLUMNTYPE_STR - 类中的静态变量 com.iplatform.generator.GenConstants
数据库字符串类型
COLUMNTYPE_TEXT - 类中的静态变量 com.iplatform.generator.GenConstants
数据库文本类型
COLUMNTYPE_TIME - 类中的静态变量 com.iplatform.generator.GenConstants
数据库时间类型
com.iplatform.generator - 程序包 com.iplatform.generator
 
com.iplatform.generator.config - 程序包 com.iplatform.generator.config
 
com.iplatform.generator.controller - 程序包 com.iplatform.generator.controller
 
com.iplatform.generator.pojo - 程序包 com.iplatform.generator.pojo
 
com.iplatform.generator.service - 程序包 com.iplatform.generator.service
 
com.iplatform.generator.util - 程序包 com.iplatform.generator.util
 
com.iplatform.model.po - 程序包 com.iplatform.model.po
 
CREATE_BY - 类中的静态变量 com.iplatform.model.po.S_gen_column_mapper
 
CREATE_BY - 类中的静态变量 com.iplatform.model.po.S_gen_table_mapper
 
CREATE_TIME - 类中的静态变量 com.iplatform.model.po.S_gen_column_mapper
 
CREATE_TIME - 类中的静态变量 com.iplatform.model.po.S_gen_table_mapper
 
createGenColumn(FieldInfo, String, long) - 类中的静态方法 com.iplatform.generator.util.CodeGenUtils
 
createGenTable(TableInfo, String, String) - 类中的静态方法 com.iplatform.generator.util.CodeGenUtils
 

D

DataTypeUtils - com.iplatform.generator.util中的类
 
DataTypeUtils() - 类的构造器 com.iplatform.generator.util.DataTypeUtils
 
DICT_TYPE - 类中的静态变量 com.iplatform.model.po.S_gen_column_mapper
 
downloadGenPoZip(String) - 类中的方法 com.iplatform.generator.controller.CodeGenController
 

E

execDeleteTableAndColumnList(long) - 类中的方法 com.iplatform.generator.service.CodeGenServiceImpl
 
execInsertOneTableAndColumnList(S_gen_table, List<S_gen_column>) - 类中的方法 com.iplatform.generator.service.CodeGenServiceImpl
 

F

FUNCTION_AUTHOR - 类中的静态变量 com.iplatform.model.po.S_gen_table_mapper
 
FUNCTION_NAME - 类中的静态变量 com.iplatform.model.po.S_gen_table_mapper
 

G

GEN_PATH - 类中的静态变量 com.iplatform.model.po.S_gen_table_mapper
 
GEN_TYPE - 类中的静态变量 com.iplatform.model.po.S_gen_table_mapper
 
GenConstants - com.iplatform.generator中的类
代码生成通用常量
GenConstants() - 类的构造器 com.iplatform.generator.GenConstants
 
generateOnePoFile(String, String) - 类中的方法 com.iplatform.generator.JdbcGeneratorEngine
生成一个表的po文件。
generateOnePoZipFile(String) - 类中的方法 com.iplatform.generator.JdbcGeneratorEngine
获得一个表的PO生成文件,返回一个zip压缩包。
generatePoFile(String, String, String) - 类中的方法 com.iplatform.generator.JdbcGeneratorEngine
生成相应前缀的表PO对象。
generatorPoCode(String, String) - 类中的方法 com.iplatform.generator.JdbcGeneratorServiceImpl
适配老方法。
generatorPoCode(String, String, boolean) - 类中的方法 com.iplatform.generator.JdbcGeneratorServiceImpl
生成jdbc所需要的实体对象和映射对象。
getAuthor() - 类中的方法 com.iplatform.generator.config.JdbcGeneratorProperties
 
getAutoRemovePre() - 类中的方法 com.iplatform.generator.config.JdbcGeneratorProperties
 
getBusiness_name() - 类中的方法 com.iplatform.model.po.S_gen_table
 
getBusinessName(String) - 类中的静态方法 com.iplatform.generator.util.CodeGenUtils
获取业务名
getClass_name() - 类中的方法 com.iplatform.model.po.S_gen_table
 
getColumn_comment() - 类中的方法 com.iplatform.model.po.S_gen_column
 
getColumn_id() - 类中的方法 com.iplatform.model.po.S_gen_column
 
getColumn_name() - 类中的方法 com.iplatform.model.po.S_gen_column
 
getColumn_type() - 类中的方法 com.iplatform.model.po.S_gen_column
 
getCreate_by() - 类中的方法 com.iplatform.model.po.S_gen_column
 
getCreate_by() - 类中的方法 com.iplatform.model.po.S_gen_table
 
getCreate_time() - 类中的方法 com.iplatform.model.po.S_gen_column
 
getCreate_time() - 类中的方法 com.iplatform.model.po.S_gen_table
 
getDbType(String) - 类中的静态方法 com.iplatform.generator.util.CodeGenUtils
获取数据库类型字段
getDeleteSql_() - 类中的方法 com.iplatform.model.po.S_gen_column_mapper
获取删除语句和参数
getDeleteSql_() - 类中的方法 com.iplatform.model.po.S_gen_table_mapper
获取删除语句和参数
getDeleteSql_(String, Object[]) - 类中的方法 com.iplatform.model.po.S_gen_column_mapper
获取删除语句和参数
getDeleteSql_(String, Object[]) - 类中的方法 com.iplatform.model.po.S_gen_table_mapper
获取删除语句和参数
getDeleteSql_(String, Map<String, Object>) - 类中的方法 com.iplatform.model.po.S_gen_column_mapper
获取删除语句和参数
getDeleteSql_(String, Map<String, Object>) - 类中的方法 com.iplatform.model.po.S_gen_table_mapper
获取删除语句和参数
getDict_type() - 类中的方法 com.iplatform.model.po.S_gen_column
 
getFieldsObject(String) - 类中的方法 com.iplatform.generator.JdbcGeneratorEngine
返回字段信息集合
getFunction_author() - 类中的方法 com.iplatform.model.po.S_gen_table
 
getFunction_name() - 类中的方法 com.iplatform.model.po.S_gen_table
 
getGen_path() - 类中的方法 com.iplatform.model.po.S_gen_table
 
getGen_type() - 类中的方法 com.iplatform.model.po.S_gen_table
 
getHtml_type() - 类中的方法 com.iplatform.model.po.S_gen_column
 
getInsertSql_() - 类中的方法 com.iplatform.model.po.S_gen_column_mapper
获取插入语句和参数
getInsertSql_() - 类中的方法 com.iplatform.model.po.S_gen_table_mapper
获取插入语句和参数
getIs_edit() - 类中的方法 com.iplatform.model.po.S_gen_column
 
getIs_increment() - 类中的方法 com.iplatform.model.po.S_gen_column
 
getIs_insert() - 类中的方法 com.iplatform.model.po.S_gen_column
 
getIs_list() - 类中的方法 com.iplatform.model.po.S_gen_column
 
getIs_pk() - 类中的方法 com.iplatform.model.po.S_gen_column
 
getIs_query() - 类中的方法 com.iplatform.model.po.S_gen_column
 
getIs_required() - 类中的方法 com.iplatform.model.po.S_gen_column
 
getJava_field() - 类中的方法 com.iplatform.model.po.S_gen_column
 
getJava_type() - 类中的方法 com.iplatform.model.po.S_gen_column
 
getModule_name() - 类中的方法 com.iplatform.model.po.S_gen_table
 
getModuleName(String) - 类中的静态方法 com.iplatform.generator.util.CodeGenUtils
获取模块名
getOptions() - 类中的方法 com.iplatform.model.po.S_gen_table
 
getPackage_name() - 类中的方法 com.iplatform.model.po.S_gen_table
 
getPackageName() - 类中的方法 com.iplatform.generator.config.JdbcGeneratorProperties
 
getParentMenuId() - 类中的方法 com.iplatform.model.po.S_gen_table
 
getParentMenuName() - 类中的方法 com.iplatform.model.po.S_gen_table
 
getPkName_() - 类中的方法 com.iplatform.model.po.S_gen_column_mapper
获取主键名称
getPkName_() - 类中的方法 com.iplatform.model.po.S_gen_table_mapper
获取主键名称
getPkValue_() - 类中的方法 com.iplatform.model.po.S_gen_column_mapper
获取主键值
getPkValue_() - 类中的方法 com.iplatform.model.po.S_gen_table_mapper
获取主键值
getQuery_type() - 类中的方法 com.iplatform.model.po.S_gen_column
 
getRemark() - 类中的方法 com.iplatform.model.po.S_gen_table
 
getSelectSql_(String, Object[]) - 类中的方法 com.iplatform.model.po.S_gen_column_mapper
获取查询语句和参数
getSelectSql_(String, Object[]) - 类中的方法 com.iplatform.model.po.S_gen_table_mapper
获取查询语句和参数
getSelectSql_(String, Map<String, Object>) - 类中的方法 com.iplatform.model.po.S_gen_column_mapper
获取查询语句和参数
getSelectSql_(String, Map<String, Object>) - 类中的方法 com.iplatform.model.po.S_gen_table_mapper
获取查询语句和参数
getSingleSql_() - 类中的方法 com.iplatform.model.po.S_gen_column_mapper
获取单行查询语句和参数
getSingleSql_() - 类中的方法 com.iplatform.model.po.S_gen_table_mapper
获取单行查询语句和参数
getSort() - 类中的方法 com.iplatform.model.po.S_gen_column
 
getSub_table_fk_name() - 类中的方法 com.iplatform.model.po.S_gen_table
 
getSub_table_name() - 类中的方法 com.iplatform.model.po.S_gen_table
 
getTable_comment() - 类中的方法 com.iplatform.model.po.S_gen_table
 
getTable_id() - 类中的方法 com.iplatform.model.po.S_gen_column
 
getTable_id() - 类中的方法 com.iplatform.model.po.S_gen_table
 
getTable_name() - 类中的方法 com.iplatform.model.po.S_gen_table
 
getTableComment() - 类中的方法 com.iplatform.generator.pojo.TableParam
 
getTableList(String) - 类中的方法 com.iplatform.generator.JdbcGeneratorServiceImpl
适配原来方法。
getTableList(String, boolean) - 类中的方法 com.iplatform.generator.JdbcGeneratorServiceImpl
根据给定表明前缀,返回模糊查询的所有表结构集合(包含字段信息)。
getTableName() - 类中的方法 com.iplatform.generator.pojo.TableParam
 
getTableName_() - 类中的方法 com.iplatform.model.po.S_gen_column_mapper
获取表名
getTableName_() - 类中的方法 com.iplatform.model.po.S_gen_table_mapper
获取表名
getTableNamesByLike(String) - 类中的方法 com.iplatform.generator.JdbcGeneratorEngine
返回表名称集合。
getTablePrefix() - 类中的方法 com.iplatform.generator.config.JdbcGeneratorProperties
 
getTpl_category() - 类中的方法 com.iplatform.model.po.S_gen_table
 
getTreeCode() - 类中的方法 com.iplatform.model.po.S_gen_table
 
getTreeName() - 类中的方法 com.iplatform.model.po.S_gen_table
 
getTreeParentCode() - 类中的方法 com.iplatform.model.po.S_gen_table
 
getType(String, int, int) - 类中的静态方法 com.iplatform.generator.util.DataTypeUtils
 
getUpdateSql_() - 类中的方法 com.iplatform.model.po.S_gen_column_mapper
获取更新语句和参数
getUpdateSql_() - 类中的方法 com.iplatform.model.po.S_gen_table_mapper
获取更新语句和参数
getUpdateSql_(String, Object[]) - 类中的方法 com.iplatform.model.po.S_gen_column_mapper
获取更新语句和参数
getUpdateSql_(String, Object[]) - 类中的方法 com.iplatform.model.po.S_gen_table_mapper
获取更新语句和参数
getUpdateSql_(String, Map<String, Object>) - 类中的方法 com.iplatform.model.po.S_gen_column_mapper
获取更新语句和参数
getUpdateSql_(String, Map<String, Object>) - 类中的方法 com.iplatform.model.po.S_gen_table_mapper
获取更新语句和参数

H

HTML_CHECKBOX - 类中的静态变量 com.iplatform.generator.GenConstants
复选框
HTML_DATETIME - 类中的静态变量 com.iplatform.generator.GenConstants
日期控件
HTML_EDITOR - 类中的静态变量 com.iplatform.generator.GenConstants
富文本控件
HTML_FILE_UPLOAD - 类中的静态变量 com.iplatform.generator.GenConstants
文件上传控件
HTML_IMAGE_UPLOAD - 类中的静态变量 com.iplatform.generator.GenConstants
图片上传控件
HTML_INPUT - 类中的静态变量 com.iplatform.generator.GenConstants
文本框
HTML_RADIO - 类中的静态变量 com.iplatform.generator.GenConstants
单选框
HTML_SELECT - 类中的静态变量 com.iplatform.generator.GenConstants
下拉框
HTML_TEXTAREA - 类中的静态变量 com.iplatform.generator.GenConstants
文本域
HTML_TYPE - 类中的静态变量 com.iplatform.model.po.S_gen_column_mapper
 

I

IS_EDIT - 类中的静态变量 com.iplatform.model.po.S_gen_column_mapper
 
IS_INCREMENT - 类中的静态变量 com.iplatform.model.po.S_gen_column_mapper
 
IS_INSERT - 类中的静态变量 com.iplatform.model.po.S_gen_column_mapper
 
IS_LIST - 类中的静态变量 com.iplatform.model.po.S_gen_column_mapper
 
IS_PK - 类中的静态变量 com.iplatform.model.po.S_gen_column_mapper
 
IS_QUERY - 类中的静态变量 com.iplatform.model.po.S_gen_column_mapper
 
IS_REQUIRED - 类中的静态变量 com.iplatform.model.po.S_gen_column_mapper
 
isEmptyBusiness_name() - 类中的方法 com.iplatform.model.po.S_gen_table
 
isEmptyClass_name() - 类中的方法 com.iplatform.model.po.S_gen_table
 
isEmptyColumn_comment() - 类中的方法 com.iplatform.model.po.S_gen_column
 
isEmptyColumn_id() - 类中的方法 com.iplatform.model.po.S_gen_column
 
isEmptyColumn_name() - 类中的方法 com.iplatform.model.po.S_gen_column
 
isEmptyColumn_type() - 类中的方法 com.iplatform.model.po.S_gen_column
 
isEmptyCreate_by() - 类中的方法 com.iplatform.model.po.S_gen_column
 
isEmptyCreate_by() - 类中的方法 com.iplatform.model.po.S_gen_table
 
isEmptyCreate_time() - 类中的方法 com.iplatform.model.po.S_gen_column
 
isEmptyCreate_time() - 类中的方法 com.iplatform.model.po.S_gen_table
 
isEmptyDict_type() - 类中的方法 com.iplatform.model.po.S_gen_column
 
isEmptyFunction_author() - 类中的方法 com.iplatform.model.po.S_gen_table
 
isEmptyFunction_name() - 类中的方法 com.iplatform.model.po.S_gen_table
 
isEmptyGen_path() - 类中的方法 com.iplatform.model.po.S_gen_table
 
isEmptyGen_type() - 类中的方法 com.iplatform.model.po.S_gen_table
 
isEmptyHtml_type() - 类中的方法 com.iplatform.model.po.S_gen_column
 
isEmptyIs_edit() - 类中的方法 com.iplatform.model.po.S_gen_column
 
isEmptyIs_increment() - 类中的方法 com.iplatform.model.po.S_gen_column
 
isEmptyIs_insert() - 类中的方法 com.iplatform.model.po.S_gen_column
 
isEmptyIs_list() - 类中的方法 com.iplatform.model.po.S_gen_column
 
isEmptyIs_pk() - 类中的方法 com.iplatform.model.po.S_gen_column
 
isEmptyIs_query() - 类中的方法 com.iplatform.model.po.S_gen_column
 
isEmptyIs_required() - 类中的方法 com.iplatform.model.po.S_gen_column
 
isEmptyJava_field() - 类中的方法 com.iplatform.model.po.S_gen_column
 
isEmptyJava_type() - 类中的方法 com.iplatform.model.po.S_gen_column
 
isEmptyModule_name() - 类中的方法 com.iplatform.model.po.S_gen_table
 
isEmptyOptions() - 类中的方法 com.iplatform.model.po.S_gen_table
 
isEmptyPackage_name() - 类中的方法 com.iplatform.model.po.S_gen_table
 
isEmptyQuery_type() - 类中的方法 com.iplatform.model.po.S_gen_column
 
isEmptyRemark() - 类中的方法 com.iplatform.model.po.S_gen_table
 
isEmptySort() - 类中的方法 com.iplatform.model.po.S_gen_column
 
isEmptySub_table_fk_name() - 类中的方法 com.iplatform.model.po.S_gen_table
 
isEmptySub_table_name() - 类中的方法 com.iplatform.model.po.S_gen_table
 
isEmptyTable_comment() - 类中的方法 com.iplatform.model.po.S_gen_table
 
isEmptyTable_id() - 类中的方法 com.iplatform.model.po.S_gen_column
 
isEmptyTable_id() - 类中的方法 com.iplatform.model.po.S_gen_table
 
isEmptyTable_name() - 类中的方法 com.iplatform.model.po.S_gen_table
 
isEmptyTpl_category() - 类中的方法 com.iplatform.model.po.S_gen_table
 
isMysql(DatabaseType) - 类中的静态方法 com.iplatform.generator.util.DataTypeUtils
 
isOracle(DatabaseType) - 类中的静态方法 com.iplatform.generator.util.DataTypeUtils
 
isPrimaryColumn(String) - 类中的静态方法 com.iplatform.generator.util.DataTypeUtils
 
isset_business_name - 类中的变量 com.iplatform.model.po.S_gen_table
 
isset_class_name - 类中的变量 com.iplatform.model.po.S_gen_table
 
isset_column_comment - 类中的变量 com.iplatform.model.po.S_gen_column
 
isset_column_id - 类中的变量 com.iplatform.model.po.S_gen_column
 
isset_column_name - 类中的变量 com.iplatform.model.po.S_gen_column
 
isset_column_type - 类中的变量 com.iplatform.model.po.S_gen_column
 
isset_create_by - 类中的变量 com.iplatform.model.po.S_gen_column
 
isset_create_by - 类中的变量 com.iplatform.model.po.S_gen_table
 
isset_create_time - 类中的变量 com.iplatform.model.po.S_gen_column
 
isset_create_time - 类中的变量 com.iplatform.model.po.S_gen_table
 
isset_dict_type - 类中的变量 com.iplatform.model.po.S_gen_column
 
isset_function_author - 类中的变量 com.iplatform.model.po.S_gen_table
 
isset_function_name - 类中的变量 com.iplatform.model.po.S_gen_table
 
isset_gen_path - 类中的变量 com.iplatform.model.po.S_gen_table
 
isset_gen_type - 类中的变量 com.iplatform.model.po.S_gen_table
 
isset_html_type - 类中的变量 com.iplatform.model.po.S_gen_column
 
isset_is_edit - 类中的变量 com.iplatform.model.po.S_gen_column
 
isset_is_increment - 类中的变量 com.iplatform.model.po.S_gen_column
 
isset_is_insert - 类中的变量 com.iplatform.model.po.S_gen_column
 
isset_is_list - 类中的变量 com.iplatform.model.po.S_gen_column
 
isset_is_pk - 类中的变量 com.iplatform.model.po.S_gen_column
 
isset_is_query - 类中的变量 com.iplatform.model.po.S_gen_column
 
isset_is_required - 类中的变量 com.iplatform.model.po.S_gen_column
 
isset_java_field - 类中的变量 com.iplatform.model.po.S_gen_column
 
isset_java_type - 类中的变量 com.iplatform.model.po.S_gen_column
 
isset_module_name - 类中的变量 com.iplatform.model.po.S_gen_table
 
isset_options - 类中的变量 com.iplatform.model.po.S_gen_table
 
isset_package_name - 类中的变量 com.iplatform.model.po.S_gen_table
 
isset_query_type - 类中的变量 com.iplatform.model.po.S_gen_column
 
isset_remark - 类中的变量 com.iplatform.model.po.S_gen_table
 
isset_sort - 类中的变量 com.iplatform.model.po.S_gen_column
 
isset_sub_table_fk_name - 类中的变量 com.iplatform.model.po.S_gen_table
 
isset_sub_table_name - 类中的变量 com.iplatform.model.po.S_gen_table
 
isset_table_comment - 类中的变量 com.iplatform.model.po.S_gen_table
 
isset_table_id - 类中的变量 com.iplatform.model.po.S_gen_column
 
isset_table_id - 类中的变量 com.iplatform.model.po.S_gen_table
 
isset_table_name - 类中的变量 com.iplatform.model.po.S_gen_table
 
isset_tpl_category - 类中的变量 com.iplatform.model.po.S_gen_table
 

J

JAVA_FIELD - 类中的静态变量 com.iplatform.model.po.S_gen_column_mapper
 
JAVA_TYPE - 类中的静态变量 com.iplatform.model.po.S_gen_column_mapper
 
JdbcGeneratorApplication - com.iplatform.generator中的类
 
JdbcGeneratorApplication() - 类的构造器 com.iplatform.generator.JdbcGeneratorApplication
 
JdbcGeneratorConfig - com.iplatform.generator.config中的类
 
JdbcGeneratorConfig(JdbcGeneratorServiceImpl) - 类的构造器 com.iplatform.generator.config.JdbcGeneratorConfig
 
jdbcGeneratorEngine(LocalDatabaseMetaEngine) - 类中的方法 com.iplatform.generator.config.JdbcGeneratorConfig
创建代码生成器引擎(单例)对象。
JdbcGeneratorEngine - com.iplatform.generator中的类
 
JdbcGeneratorEngine(JdbcGeneratorServiceImpl, LocalDatabaseMetaEngine) - 类的构造器 com.iplatform.generator.JdbcGeneratorEngine
 
jdbcGeneratorProperties() - 类中的方法 com.iplatform.generator.config.JdbcGeneratorConfig
代码生成属性配置,暂时使用其中部分属性,配置文件直接参考若依。
JdbcGeneratorProperties - com.iplatform.generator.config中的类
 
JdbcGeneratorProperties() - 类的构造器 com.iplatform.generator.config.JdbcGeneratorProperties
 
JdbcGeneratorServiceImpl - com.iplatform.generator中的类
 
JdbcGeneratorServiceImpl() - 类的构造器 com.iplatform.generator.JdbcGeneratorServiceImpl
 

L

listDbTable(TableParam) - 类中的方法 com.iplatform.generator.controller.CodeGenController
 
listGenTable(S_gen_table) - 类中的方法 com.iplatform.generator.controller.CodeGenController
 
logger - 类中的变量 com.iplatform.generator.config.JdbcGeneratorConfig
 
logger - 类中的变量 com.iplatform.generator.JdbcGeneratorServiceImpl
 

M

main(String[]) - 类中的静态方法 com.iplatform.generator.JdbcGeneratorApplication
 
mapRow(ResultSet, int) - 类中的方法 com.iplatform.model.po.S_gen_column_mapper
将resultset的一行转化为po
mapRow(ResultSet, int) - 类中的方法 com.iplatform.model.po.S_gen_table_mapper
将resultset的一行转化为po
MODULE_NAME - 类中的静态变量 com.iplatform.model.po.S_gen_table_mapper
 

O

OPTIONS - 类中的静态变量 com.iplatform.model.po.S_gen_table_mapper
 
ORACLE_QUERY_COLUMNS - 类中的静态变量 com.iplatform.generator.util.SqlUtils
 

P

PACKAGE_NAME - 类中的静态变量 com.iplatform.generator.controller.CodeGenController
 
PACKAGE_NAME - 类中的静态变量 com.iplatform.model.po.S_gen_table_mapper
 
packageName - 类中的变量 com.iplatform.generator.config.JdbcGeneratorProperties
生成包路径
PARENT_MENU_ID - 类中的静态变量 com.iplatform.generator.GenConstants
上级菜单ID字段
PARENT_MENU_NAME - 类中的静态变量 com.iplatform.generator.GenConstants
上级菜单名称字段
PRIMARY_KEY_MYSQL - 类中的静态变量 com.iplatform.generator.util.DataTypeUtils
 
PRIMARY_KEY_ORACLE - 类中的静态变量 com.iplatform.generator.util.DataTypeUtils
 

Q

QUERY_EQ - 类中的静态变量 com.iplatform.generator.GenConstants
相等查询
QUERY_LIKE - 类中的静态变量 com.iplatform.generator.GenConstants
模糊查询
QUERY_TYPE - 类中的静态变量 com.iplatform.model.po.S_gen_column_mapper
 
queryGenColumnList(long) - 类中的方法 com.iplatform.generator.service.CodeGenServiceImpl
查询给定表对应的列集合。
queryOneTableInfo(String) - 类中的方法 com.iplatform.generator.JdbcGeneratorEngine
返回指定表元数据对象。
queryPageGenTable(String, String) - 类中的方法 com.iplatform.generator.service.CodeGenServiceImpl
分页查询已生成的表记录。
queryPageTableNamesByLike(String) - 类中的方法 com.iplatform.generator.JdbcGeneratorEngine
分页返回表信息集合。

R

REMARK - 类中的静态变量 com.iplatform.model.po.S_gen_table_mapper
 
removeGenTable(Long[]) - 类中的方法 com.iplatform.generator.controller.CodeGenController
重用 /tool/gen/db/** 的权限点,删除已生成的表记录。
REQUIRE - 类中的静态变量 com.iplatform.generator.GenConstants
需要
ROW_MAPPER - 类中的静态变量 com.iplatform.model.po.S_gen_column_mapper
 
ROW_MAPPER - 类中的静态变量 com.iplatform.model.po.S_gen_column
用于兼容老写法
ROW_MAPPER - 类中的静态变量 com.iplatform.model.po.S_gen_table_mapper
 
ROW_MAPPER - 类中的静态变量 com.iplatform.model.po.S_gen_table
用于兼容老写法

S

S_gen_column - com.iplatform.model.po中的类
表名:S_GEN_COLUMN *
S_gen_column() - 类的构造器 com.iplatform.model.po.S_gen_column
默认构造函数
S_gen_column(Long) - 类的构造器 com.iplatform.model.po.S_gen_column
根据主键构造对象
S_gen_column_mapper - com.iplatform.model.po中的类
表名:S_GEN_COLUMN *
S_gen_column_mapper(S_gen_column) - 类的构造器 com.iplatform.model.po.S_gen_column_mapper
默认构造函数
S_gen_table - com.iplatform.model.po中的类
表名:S_GEN_TABLE *
S_gen_table() - 类的构造器 com.iplatform.model.po.S_gen_table
默认构造函数
S_gen_table(Long) - 类的构造器 com.iplatform.model.po.S_gen_table
根据主键构造对象
S_gen_table_mapper - com.iplatform.model.po中的类
表名:S_GEN_TABLE *
S_gen_table_mapper(S_gen_table) - 类的构造器 com.iplatform.model.po.S_gen_table_mapper
默认构造函数
saveImportTable(String) - 类中的方法 com.iplatform.generator.controller.CodeGenController
 
setAuthor(String) - 类中的方法 com.iplatform.generator.config.JdbcGeneratorProperties
 
setAutoRemovePre(Boolean) - 类中的方法 com.iplatform.generator.config.JdbcGeneratorProperties
 
setBusiness_name(String) - 类中的方法 com.iplatform.model.po.S_gen_table
 
setClass_name(String) - 类中的方法 com.iplatform.model.po.S_gen_table
 
setColumn_comment(String) - 类中的方法 com.iplatform.model.po.S_gen_column
 
setColumn_id(Long) - 类中的方法 com.iplatform.model.po.S_gen_column
 
setColumn_name(String) - 类中的方法 com.iplatform.model.po.S_gen_column
 
setColumn_type(String) - 类中的方法 com.iplatform.model.po.S_gen_column
 
setCreate_by(String) - 类中的方法 com.iplatform.model.po.S_gen_column
 
setCreate_by(String) - 类中的方法 com.iplatform.model.po.S_gen_table
 
setCreate_time(Long) - 类中的方法 com.iplatform.model.po.S_gen_column
 
setCreate_time(Long) - 类中的方法 com.iplatform.model.po.S_gen_table
 
setDict_type(String) - 类中的方法 com.iplatform.model.po.S_gen_column
 
setFunction_author(String) - 类中的方法 com.iplatform.model.po.S_gen_table
 
setFunction_name(String) - 类中的方法 com.iplatform.model.po.S_gen_table
 
setGen_path(String) - 类中的方法 com.iplatform.model.po.S_gen_table
 
setGen_type(String) - 类中的方法 com.iplatform.model.po.S_gen_table
 
setHtml_type(String) - 类中的方法 com.iplatform.model.po.S_gen_column
 
setIs_edit(String) - 类中的方法 com.iplatform.model.po.S_gen_column
 
setIs_increment(String) - 类中的方法 com.iplatform.model.po.S_gen_column
 
setIs_insert(String) - 类中的方法 com.iplatform.model.po.S_gen_column
 
setIs_list(String) - 类中的方法 com.iplatform.model.po.S_gen_column
 
setIs_pk(String) - 类中的方法 com.iplatform.model.po.S_gen_column
 
setIs_query(String) - 类中的方法 com.iplatform.model.po.S_gen_column
 
setIs_required(String) - 类中的方法 com.iplatform.model.po.S_gen_column
 
setJava_field(String) - 类中的方法 com.iplatform.model.po.S_gen_column
 
setJava_type(String) - 类中的方法 com.iplatform.model.po.S_gen_column
 
setModule_name(String) - 类中的方法 com.iplatform.model.po.S_gen_table
 
setOptions(String) - 类中的方法 com.iplatform.model.po.S_gen_table
 
setPackage_name(String) - 类中的方法 com.iplatform.model.po.S_gen_table
 
setPackageName(String) - 类中的方法 com.iplatform.generator.config.JdbcGeneratorProperties
 
setParentMenuId(String) - 类中的方法 com.iplatform.model.po.S_gen_table
 
setParentMenuName(String) - 类中的方法 com.iplatform.model.po.S_gen_table
 
setPkValue(Object) - 类中的方法 com.iplatform.model.po.S_gen_column
设置主键值
setPkValue(Object) - 类中的方法 com.iplatform.model.po.S_gen_table
设置主键值
setQuery_type(String) - 类中的方法 com.iplatform.model.po.S_gen_column
 
setRemark(String) - 类中的方法 com.iplatform.model.po.S_gen_table
 
setSort(Integer) - 类中的方法 com.iplatform.model.po.S_gen_column
 
setSub_table_fk_name(String) - 类中的方法 com.iplatform.model.po.S_gen_table
 
setSub_table_name(String) - 类中的方法 com.iplatform.model.po.S_gen_table
 
setTable_comment(String) - 类中的方法 com.iplatform.model.po.S_gen_table
 
setTable_id(Long) - 类中的方法 com.iplatform.model.po.S_gen_table
 
setTable_id(String) - 类中的方法 com.iplatform.model.po.S_gen_column
 
setTable_name(String) - 类中的方法 com.iplatform.model.po.S_gen_table
 
setTableComment(String) - 类中的方法 com.iplatform.generator.pojo.TableParam
 
setTableName(String) - 类中的方法 com.iplatform.generator.pojo.TableParam
 
setTablePrefix(String) - 类中的方法 com.iplatform.generator.config.JdbcGeneratorProperties
 
setTpl_category(String) - 类中的方法 com.iplatform.model.po.S_gen_table
 
setTreeCode(String) - 类中的方法 com.iplatform.model.po.S_gen_table
 
setTreeName(String) - 类中的方法 com.iplatform.model.po.S_gen_table
 
setTreeParentCode(String) - 类中的方法 com.iplatform.model.po.S_gen_table
 
showTableInfo(Long) - 类中的方法 com.iplatform.generator.controller.CodeGenController
显示一个表结构信息,修改界面使用。
SORT - 类中的静态变量 com.iplatform.model.po.S_gen_column_mapper
 
SqlUtils - com.iplatform.generator.util中的类
 
SqlUtils() - 类的构造器 com.iplatform.generator.util.SqlUtils
 
SUB_TABLE_FK_NAME - 类中的静态变量 com.iplatform.model.po.S_gen_table_mapper
 
SUB_TABLE_NAME - 类中的静态变量 com.iplatform.model.po.S_gen_table_mapper
 
substring(String, int, int) - 类中的静态方法 com.iplatform.generator.util.CodeGenUtils
截取字符串
substringBefore(String, String) - 类中的静态方法 com.iplatform.generator.util.CodeGenUtils
 

T

TABLE_COMMENT - 类中的静态变量 com.iplatform.model.po.S_gen_table_mapper
 
TABLE_ID - 类中的静态变量 com.iplatform.model.po.S_gen_column_mapper
 
TABLE_ID - 类中的静态变量 com.iplatform.model.po.S_gen_table_mapper
 
TABLE_NAME - 类中的静态变量 com.iplatform.model.po.S_gen_table_mapper
 
TableParam - com.iplatform.generator.pojo中的类
 
TableParam() - 类的构造器 com.iplatform.generator.pojo.TableParam
 
tablePrefix - 类中的变量 com.iplatform.generator.config.JdbcGeneratorProperties
表前缀(类名不会包含表前缀)
TEMPLATE_PO_MBBS - 类中的静态变量 com.iplatform.generator.JdbcGeneratorEngine
 
toS_gen_column() - 类中的方法 com.iplatform.model.po.S_gen_column_mapper
克隆
toS_gen_table() - 类中的方法 com.iplatform.model.po.S_gen_table_mapper
克隆
toString() - 类中的方法 com.iplatform.model.po.S_gen_column
重写 toString() 方法
toString() - 类中的方法 com.iplatform.model.po.S_gen_table
重写 toString() 方法
TPL_CATEGORY - 类中的静态变量 com.iplatform.model.po.S_gen_table_mapper
 
TPL_CRUD - 类中的静态变量 com.iplatform.generator.GenConstants
单表(增删改查)
TPL_SUB - 类中的静态变量 com.iplatform.generator.GenConstants
主子表(增删改查)
TPL_TREE - 类中的静态变量 com.iplatform.generator.GenConstants
树表(增删改查)
TREE_CODE - 类中的静态变量 com.iplatform.generator.GenConstants
树编码字段
TREE_ENTITY - 类中的静态变量 com.iplatform.generator.GenConstants
Tree基类字段
TREE_NAME - 类中的静态变量 com.iplatform.generator.GenConstants
树名称字段
TREE_PARENT_CODE - 类中的静态变量 com.iplatform.generator.GenConstants
树父编码字段
TYPE_BIGDECIMAL - 类中的静态变量 com.iplatform.generator.GenConstants
高精度计算类型
TYPE_DATE - 类中的静态变量 com.iplatform.generator.GenConstants
时间类型
TYPE_DOUBLE - 类中的静态变量 com.iplatform.generator.GenConstants
浮点型
TYPE_INTEGER - 类中的静态变量 com.iplatform.generator.GenConstants
整型
TYPE_LONG - 类中的静态变量 com.iplatform.generator.GenConstants
长整型
TYPE_STRING - 类中的静态变量 com.iplatform.generator.GenConstants
字符串类型
$ A B C D E F G H I J L M O P Q R S T 
All Classes and Interfaces|常量字段值|所有程序包|序列化表格