索引

A B C D E F G H I K L M O P Q R S T U V 
常量字段值|所有程序包|所有类和接口|序列化表格

A

addDicts(Set<String>, List<GenTableColumn>) - 类中的静态方法 top.binfast.daemon.codegen.util.VelocityUtils
添加字典列表
AdminController - top.binfast.daemon.codegen.controller中的类
 
AdminController() - 类的构造器 top.binfast.daemon.codegen.controller.AdminController
 
arraysContains(String[], String) - 类中的静态方法 top.binfast.daemon.codegen.util.GenUtils
校验数组是否包含指定值
author - 类中的静态变量 top.binfast.daemon.codegen.config.CodeGenDefaultProperties
作者
autoRemovePre - 类中的静态变量 top.binfast.daemon.codegen.config.CodeGenDefaultProperties
自动去除表前缀,默认是false

B

BASE_ENTITY - 接口中的静态变量 top.binfast.daemon.codegen.constant.GenConstants
Entity基类字段
batchGenCode(HttpServletResponse, String) - 类中的方法 top.binfast.daemon.codegen.controller.GenController
批量生成代码

C

CodeGenDefaultProperties - top.binfast.daemon.codegen.config中的类
 
CodeGenDefaultProperties() - 类的构造器 top.binfast.daemon.codegen.config.CodeGenDefaultProperties
 
columnList(Long) - 类中的方法 top.binfast.daemon.codegen.controller.GenController
查询数据表字段列表
COLUMNNAME_NOT_ADD - 接口中的静态变量 top.binfast.daemon.codegen.constant.GenConstants
BO对象 不需要添加字段
COLUMNNAME_NOT_EDIT - 接口中的静态变量 top.binfast.daemon.codegen.constant.GenConstants
BO对象 不需要编辑字段
COLUMNNAME_NOT_LIST - 接口中的静态变量 top.binfast.daemon.codegen.constant.GenConstants
VO对象 不需要返回字段
COLUMNNAME_NOT_QUERY - 接口中的静态变量 top.binfast.daemon.codegen.constant.GenConstants
BO对象 不需要查询字段
COLUMNTYPE_NUMBER - 接口中的静态变量 top.binfast.daemon.codegen.constant.GenConstants
数据库数字类型
COLUMNTYPE_STR - 接口中的静态变量 top.binfast.daemon.codegen.constant.GenConstants
数据库字符串类型
COLUMNTYPE_TEXT - 接口中的静态变量 top.binfast.daemon.codegen.constant.GenConstants
数据库文本类型
COLUMNTYPE_TIME - 接口中的静态变量 top.binfast.daemon.codegen.constant.GenConstants
数据库时间类型
convertClassName(String) - 类中的静态方法 top.binfast.daemon.codegen.util.GenUtils
表名转换成Java类名

D

DaemonCodegenApplication - top.binfast.daemon.codegen中的类
 
DaemonCodegenApplication() - 类的构造器 top.binfast.daemon.codegen.DaemonCodegenApplication
 
DataBaseHelper - top.binfast.daemon.codegen.util中的类
数据库助手
DataBaseHelper() - 类的构造器 top.binfast.daemon.codegen.util.DataBaseHelper
 
DataBaseType - top.binfast.daemon.codegen.util中的枚举类
数据库类型
dataList(GenTableParam) - 类中的方法 top.binfast.daemon.codegen.controller.GenController
查询数据库列表
deleteGenTableByIds(Long[]) - 类中的方法 top.binfast.daemon.codegen.service.GenTableServiceImpl
删除业务对象
deleteGenTableByIds(Long[]) - 接口中的方法 top.binfast.daemon.codegen.service.IGenTableService
删除业务信息
download(HttpServletResponse, Long) - 类中的方法 top.binfast.daemon.codegen.controller.GenController
生成代码(下载方式)
downloadCode(Long) - 类中的方法 top.binfast.daemon.codegen.service.GenTableServiceImpl
生成代码(下载方式)
downloadCode(Long) - 接口中的方法 top.binfast.daemon.codegen.service.IGenTableService
生成代码(下载方式)
downloadCode(String[]) - 类中的方法 top.binfast.daemon.codegen.service.GenTableServiceImpl
批量生成代码(下载方式)
downloadCode(String[]) - 接口中的方法 top.binfast.daemon.codegen.service.IGenTableService
批量生成代码(下载方式)

E

editSave(GenTable) - 类中的方法 top.binfast.daemon.codegen.controller.GenController
修改保存代码生成业务

F

feature(DataRuntime, Object) - 类中的方法 top.binfast.daemon.codegen.config.MyBatisDataSourceMonitor
数据源特征 用来定准 adapter 包含数据库或JDBC协议关键字
一般会通过 产品名_url 合成 如果返回null 上层方法会通过driver_产品名_url合成
find(String) - 枚举类中的静态方法 top.binfast.daemon.codegen.util.DataBaseType
根据数据库产品名称查找对应的数据库类型
findInSet(Object, String) - 类中的静态方法 top.binfast.daemon.codegen.util.DataBaseHelper
根据当前数据库类型,生成兼容的 FIND_IN_SET 语句片段
findList() - 类中的方法 top.binfast.daemon.codegen.controller.GenController
获取菜单树

G

genCode(Long) - 类中的方法 top.binfast.daemon.codegen.controller.GenController
生成代码(自定义路径)
GenConstants - top.binfast.daemon.codegen.constant中的接口
代码生成通用常量
GenController - top.binfast.daemon.codegen.controller中的类
代码生成 操作处理
GenController() - 类的构造器 top.binfast.daemon.codegen.controller.GenController
 
generatorCode(Long) - 类中的方法 top.binfast.daemon.codegen.service.GenTableServiceImpl
生成代码(自定义路径)
generatorCode(Long) - 接口中的方法 top.binfast.daemon.codegen.service.IGenTableService
生成代码(自定义路径)
GenImportParam - top.binfast.daemon.codegen.controller.param中的类
 
GenImportParam() - 类的构造器 top.binfast.daemon.codegen.controller.param.GenImportParam
 
genList(GenTableParam) - 类中的方法 top.binfast.daemon.codegen.controller.GenController
查询代码生成列表
GenTable - top.binfast.daemon.codegen.domain中的类
业务表 gen_table
GenTable() - 类的构造器 top.binfast.daemon.codegen.domain.GenTable
 
GenTableColumn - top.binfast.daemon.codegen.domain中的类
代码生成业务字段表 gen_table_column
GenTableColumn() - 类的构造器 top.binfast.daemon.codegen.domain.GenTableColumn
 
GenTableColumnMapper - top.binfast.daemon.codegen.mapper中的接口
业务字段 数据层
GenTableMapper - top.binfast.daemon.codegen.mapper中的接口
业务 数据层
GenTableParam - top.binfast.daemon.codegen.controller.param中的类
 
GenTableParam() - 类的构造器 top.binfast.daemon.codegen.controller.param.GenTableParam
 
GenTableServiceImpl - top.binfast.daemon.codegen.service中的类
业务 服务层实现
GenTableServiceImpl() - 类的构造器 top.binfast.daemon.codegen.service.GenTableServiceImpl
 
GenUtils - top.binfast.daemon.codegen.util中的类
代码生成器 工具类
GenUtils() - 类的构造器 top.binfast.daemon.codegen.util.GenUtils
 
getAuthor() - 类中的静态方法 top.binfast.daemon.codegen.config.CodeGenDefaultProperties
 
getAutoRemovePre() - 类中的静态方法 top.binfast.daemon.codegen.config.CodeGenDefaultProperties
 
getBusinessName(String) - 类中的静态方法 top.binfast.daemon.codegen.util.GenUtils
获取业务名
getCapJavaField() - 类中的方法 top.binfast.daemon.codegen.domain.GenTableColumn
 
getColumnLength(String) - 类中的静态方法 top.binfast.daemon.codegen.util.GenUtils
获取字段长度
getCurrentDataSourceNameList() - 类中的方法 top.binfast.daemon.codegen.controller.GenController
查询数据源名称列表
getDataBaseType() - 类中的静态方法 top.binfast.daemon.codegen.util.DataBaseHelper
获取当前数据源对应的数据库类型
getDataSourceName(String) - 类中的静态方法 top.binfast.daemon.codegen.util.DataBaseHelper
 
getDataSourceNameList(JdbcTemplate) - 类中的静态方法 top.binfast.daemon.codegen.util.DataBaseHelper
获取当前加载的数据库名
getDbType(String) - 类中的静态方法 top.binfast.daemon.codegen.util.GenUtils
获取数据库类型字段
getDicts(GenTable) - 类中的静态方法 top.binfast.daemon.codegen.util.VelocityUtils
根据列类型获取字典组
getExpandColumn(GenTable) - 类中的静态方法 top.binfast.daemon.codegen.util.VelocityUtils
获取需要在哪一列上面显示展开按钮
getFileName(String, GenTable) - 类中的静态方法 top.binfast.daemon.codegen.util.VelocityUtils
获取文件名
getGenPath(GenTable, String) - 类中的静态方法 top.binfast.daemon.codegen.service.GenTableServiceImpl
获取代码生成地址
getImportList(GenTable) - 类中的静态方法 top.binfast.daemon.codegen.util.VelocityUtils
根据列类型获取导入包
getInfo(Long) - 类中的方法 top.binfast.daemon.codegen.controller.GenController
修改代码生成业务
getMenuNextId() - 接口中的方法 top.binfast.daemon.codegen.mapper.GenTableMapper
 
getMenuRoleNextId() - 接口中的方法 top.binfast.daemon.codegen.mapper.GenTableMapper
 
getModuleName(String) - 类中的静态方法 top.binfast.daemon.codegen.util.GenUtils
获取模块名
getPackageName() - 类中的静态方法 top.binfast.daemon.codegen.config.CodeGenDefaultProperties
 
getPackagePrefix(String) - 类中的静态方法 top.binfast.daemon.codegen.util.VelocityUtils
获取包前缀
getParentMenuId(Dict) - 类中的静态方法 top.binfast.daemon.codegen.util.VelocityUtils
获取上级菜单ID字段
getPermissionPrefix(String, String) - 类中的静态方法 top.binfast.daemon.codegen.util.VelocityUtils
获取权限前缀
getTablePrefix() - 类中的静态方法 top.binfast.daemon.codegen.config.CodeGenDefaultProperties
 
getTemplateList(String) - 类中的静态方法 top.binfast.daemon.codegen.util.VelocityUtils
获取模板信息
getTreecode(Map<String, Object>) - 类中的静态方法 top.binfast.daemon.codegen.util.VelocityUtils
获取树编码
getTreeName(Dict) - 类中的静态方法 top.binfast.daemon.codegen.util.VelocityUtils
获取树名称
getTreeParentCode(Dict) - 类中的静态方法 top.binfast.daemon.codegen.util.VelocityUtils
获取树父编码

H

HTML_CHECKBOX - 接口中的静态变量 top.binfast.daemon.codegen.constant.GenConstants
复选框
HTML_DATETIME - 接口中的静态变量 top.binfast.daemon.codegen.constant.GenConstants
日期控件
HTML_EDITOR - 接口中的静态变量 top.binfast.daemon.codegen.constant.GenConstants
富文本控件
HTML_FILE_UPLOAD - 接口中的静态变量 top.binfast.daemon.codegen.constant.GenConstants
文件上传控件
HTML_IMAGE_UPLOAD - 接口中的静态变量 top.binfast.daemon.codegen.constant.GenConstants
图片上传控件
HTML_INPUT - 接口中的静态变量 top.binfast.daemon.codegen.constant.GenConstants
文本框
HTML_RADIO - 接口中的静态变量 top.binfast.daemon.codegen.constant.GenConstants
单选框
HTML_SELECT - 接口中的静态变量 top.binfast.daemon.codegen.constant.GenConstants
下拉框
HTML_TEXTAREA - 接口中的静态变量 top.binfast.daemon.codegen.constant.GenConstants
文本域

I

IGenTableService - top.binfast.daemon.codegen.service中的接口
业务 服务层
importGenTable(List<GenTable>, String) - 类中的方法 top.binfast.daemon.codegen.service.GenTableServiceImpl
导入表结构
importGenTable(List<GenTable>, String) - 接口中的方法 top.binfast.daemon.codegen.service.IGenTableService
导入表结构
importTableSave(GenImportParam) - 类中的方法 top.binfast.daemon.codegen.controller.GenController
导入表结构(保存)
index() - 类中的方法 top.binfast.daemon.codegen.controller.AdminController
 
initColumnField(GenTableColumn, GenTable) - 类中的静态方法 top.binfast.daemon.codegen.util.GenUtils
初始化列属性字段
initTable(GenTable, Long) - 类中的静态方法 top.binfast.daemon.codegen.util.GenUtils
初始化表信息
initVelocity() - 类中的静态方法 top.binfast.daemon.codegen.util.VelocityInitializer
初始化vm方法
isCrud() - 类中的方法 top.binfast.daemon.codegen.domain.GenTable
 
isCrud(String) - 类中的静态方法 top.binfast.daemon.codegen.domain.GenTable
 
isEdit() - 类中的方法 top.binfast.daemon.codegen.domain.GenTableColumn
 
isEdit(String) - 类中的方法 top.binfast.daemon.codegen.domain.GenTableColumn
 
isIncrement() - 类中的方法 top.binfast.daemon.codegen.domain.GenTableColumn
 
isIncrement(String) - 类中的方法 top.binfast.daemon.codegen.domain.GenTableColumn
 
isInsert() - 类中的方法 top.binfast.daemon.codegen.domain.GenTableColumn
 
isInsert(String) - 类中的方法 top.binfast.daemon.codegen.domain.GenTableColumn
 
isList() - 类中的方法 top.binfast.daemon.codegen.domain.GenTableColumn
 
isList(String) - 类中的方法 top.binfast.daemon.codegen.domain.GenTableColumn
 
isMySql() - 枚举类中的方法 top.binfast.daemon.codegen.util.DataBaseType
判断是否为 MySQL 类型
isOracle() - 枚举类中的方法 top.binfast.daemon.codegen.util.DataBaseType
判断是否为 Oracle 类型
isPk() - 类中的方法 top.binfast.daemon.codegen.domain.GenTableColumn
 
isPk(String) - 类中的方法 top.binfast.daemon.codegen.domain.GenTableColumn
 
isPostgreSql() - 枚举类中的方法 top.binfast.daemon.codegen.util.DataBaseType
判断是否为 PostgreSQL 类型
isQuery() - 类中的方法 top.binfast.daemon.codegen.domain.GenTableColumn
 
isQuery(String) - 类中的方法 top.binfast.daemon.codegen.domain.GenTableColumn
 
isRequired() - 类中的方法 top.binfast.daemon.codegen.domain.GenTableColumn
 
isRequired(String) - 类中的方法 top.binfast.daemon.codegen.domain.GenTableColumn
 
isSqlServer() - 枚举类中的方法 top.binfast.daemon.codegen.util.DataBaseType
判断是否为 SQL Server 类型
isSuperColumn() - 类中的方法 top.binfast.daemon.codegen.domain.GenTableColumn
 
isSuperColumn(String) - 类中的方法 top.binfast.daemon.codegen.domain.GenTable
 
isSuperColumn(String) - 类中的静态方法 top.binfast.daemon.codegen.domain.GenTableColumn
 
isSuperColumn(String, String) - 类中的静态方法 top.binfast.daemon.codegen.domain.GenTable
 
isTree() - 类中的方法 top.binfast.daemon.codegen.domain.GenTable
 
isTree(String) - 类中的静态方法 top.binfast.daemon.codegen.domain.GenTable
 
isUsableColumn() - 类中的方法 top.binfast.daemon.codegen.domain.GenTableColumn
 
isUsableColumn(String) - 类中的静态方法 top.binfast.daemon.codegen.domain.GenTableColumn
 

K

keepAdapter(DataRuntime, Object) - 类中的方法 top.binfast.daemon.codegen.config.MyBatisDataSourceMonitor
ConfigTable.KEEP_ADAPTER=2 : 根据当前接口判断是否保持同一个数据源绑定同一个adapter
DynamicRoutingDataSource类型的返回false,因为同一个DynamicRoutingDataSource可能对应多类数据库, 如果项目中只有一种数据库 应该直接返回true
key(DataRuntime, Object) - 类中的方法 top.binfast.daemon.codegen.config.MyBatisDataSourceMonitor
数据源唯一标识 如果不实现则默认feature

L

login() - 类中的方法 top.binfast.daemon.codegen.controller.AdminController
 

M

main(String[]) - 类中的静态方法 top.binfast.daemon.codegen.DaemonCodegenApplication
 
MY_SQL - 枚举类 中的枚举常量 top.binfast.daemon.codegen.util.DataBaseType
MySQL
MyBatisDataSourceMonitor - top.binfast.daemon.codegen.config中的类
anyline 适配 动态数据源改造
MyBatisDataSourceMonitor() - 类的构造器 top.binfast.daemon.codegen.config.MyBatisDataSourceMonitor
 

O

optionselect() - 类中的方法 top.binfast.daemon.codegen.controller.GenController
获取字典选择框列表
ORACLE - 枚举类 中的枚举常量 top.binfast.daemon.codegen.util.DataBaseType
Oracle

P

packageName - 类中的静态变量 top.binfast.daemon.codegen.config.CodeGenDefaultProperties
生成包路径
PARENT_MENU_ID - 接口中的静态变量 top.binfast.daemon.codegen.constant.GenConstants
上级菜单ID字段
PARENT_MENU_NAME - 接口中的静态变量 top.binfast.daemon.codegen.constant.GenConstants
上级菜单名称字段
parseMap(String) - 类中的静态方法 top.binfast.daemon.codegen.util.VelocityUtils
 
POSTGRE_SQL - 枚举类 中的枚举常量 top.binfast.daemon.codegen.util.DataBaseType
PostgreSQL
PREFIX - 类中的静态变量 top.binfast.daemon.codegen.config.CodeGenDefaultProperties
 
prepareContext(GenTable) - 类中的静态方法 top.binfast.daemon.codegen.util.VelocityUtils
设置模板变量信息
preview(Long) - 类中的方法 top.binfast.daemon.codegen.controller.GenController
预览代码
previewCode(Long) - 类中的方法 top.binfast.daemon.codegen.service.GenTableServiceImpl
预览代码
previewCode(Long) - 接口中的方法 top.binfast.daemon.codegen.service.IGenTableService
预览代码

Q

QUERY_EQ - 接口中的静态变量 top.binfast.daemon.codegen.constant.GenConstants
相等查询
QUERY_LIKE - 接口中的静态变量 top.binfast.daemon.codegen.constant.GenConstants
模糊查询

R

readConverterExp() - 类中的方法 top.binfast.daemon.codegen.domain.GenTableColumn
 
remove(Long[]) - 类中的方法 top.binfast.daemon.codegen.controller.GenController
删除代码生成
replaceFirst(String, String[]) - 类中的静态方法 top.binfast.daemon.codegen.util.GenUtils
批量替换前缀
replaceText(String) - 类中的静态方法 top.binfast.daemon.codegen.util.GenUtils
关键字替换
REQUIRE - 接口中的静态变量 top.binfast.daemon.codegen.constant.GenConstants
需要

S

selectDbTableColumnsByName(String, String, String) - 类中的方法 top.binfast.daemon.codegen.service.GenTableServiceImpl
根据表名称查询列信息
selectDbTableColumnsByName(String, String, String) - 接口中的方法 top.binfast.daemon.codegen.service.IGenTableService
根据表名称查询列信息
selectDbTableListByNames(String[], String, String) - 类中的方法 top.binfast.daemon.codegen.service.GenTableServiceImpl
查询据库列表
selectDbTableListByNames(String[], String, String) - 接口中的方法 top.binfast.daemon.codegen.service.IGenTableService
查询据库列表
selectGenTableAll() - 接口中的方法 top.binfast.daemon.codegen.mapper.GenTableMapper
查询所有表信息
selectGenTableAll() - 类中的方法 top.binfast.daemon.codegen.service.GenTableServiceImpl
查询所有表信息
selectGenTableAll() - 接口中的方法 top.binfast.daemon.codegen.service.IGenTableService
查询所有表信息
selectGenTableById(Long) - 接口中的方法 top.binfast.daemon.codegen.mapper.GenTableMapper
查询表ID业务信息
selectGenTableById(Long) - 类中的方法 top.binfast.daemon.codegen.service.GenTableServiceImpl
查询业务信息
selectGenTableById(Long) - 接口中的方法 top.binfast.daemon.codegen.service.IGenTableService
查询业务信息
selectGenTableByName(String) - 接口中的方法 top.binfast.daemon.codegen.mapper.GenTableMapper
查询表名称业务信息
selectGenTableColumnListByTableId(Long) - 类中的方法 top.binfast.daemon.codegen.service.GenTableServiceImpl
查询业务字段列表
selectGenTableColumnListByTableId(Long) - 接口中的方法 top.binfast.daemon.codegen.service.IGenTableService
查询业务字段列表
selectPageDbTableList(GenTableParam) - 类中的方法 top.binfast.daemon.codegen.service.GenTableServiceImpl
查询数据库列表
selectPageDbTableList(GenTableParam) - 接口中的方法 top.binfast.daemon.codegen.service.IGenTableService
查询据库列表
selectPageGenTableList(GenTableParam) - 类中的方法 top.binfast.daemon.codegen.service.GenTableServiceImpl
 
selectPageGenTableList(GenTableParam) - 接口中的方法 top.binfast.daemon.codegen.service.IGenTableService
查询业务列表
selectTableNameList(String) - 接口中的方法 top.binfast.daemon.codegen.mapper.GenTableMapper
查询指定数据源下的所有表名列表
SEPARATOR - 类中的静态变量 top.binfast.daemon.codegen.util.GenUtils
 
setAuthor(String) - 类中的方法 top.binfast.daemon.codegen.config.CodeGenDefaultProperties
 
setAutoRemovePre(boolean) - 类中的方法 top.binfast.daemon.codegen.config.CodeGenDefaultProperties
 
setMenuVelocityContext(VelocityContext, GenTable) - 类中的静态方法 top.binfast.daemon.codegen.util.VelocityUtils
 
setPackageName(String) - 类中的方法 top.binfast.daemon.codegen.config.CodeGenDefaultProperties
 
setPkColumn(GenTable) - 类中的方法 top.binfast.daemon.codegen.service.GenTableServiceImpl
设置主键列信息
setTableFromOptions(GenTable) - 类中的方法 top.binfast.daemon.codegen.service.GenTableServiceImpl
设置代码生成其他选项值
setTablePrefix(String) - 类中的方法 top.binfast.daemon.codegen.config.CodeGenDefaultProperties
 
setTreeVelocityContext(VelocityContext, GenTable) - 类中的静态方法 top.binfast.daemon.codegen.util.VelocityUtils
 
SQL_SERVER - 枚举类 中的枚举常量 top.binfast.daemon.codegen.util.DataBaseType
SQL Server
synchDb(Long) - 类中的方法 top.binfast.daemon.codegen.controller.GenController
同步数据库
synchDb(Long) - 类中的方法 top.binfast.daemon.codegen.service.GenTableServiceImpl
同步数据库
synchDb(Long) - 接口中的方法 top.binfast.daemon.codegen.service.IGenTableService
同步数据库

T

tablePrefix - 类中的静态变量 top.binfast.daemon.codegen.config.CodeGenDefaultProperties
表前缀(类名不会包含表前缀)
top.binfast.daemon.codegen - 程序包 top.binfast.daemon.codegen
 
top.binfast.daemon.codegen.config - 程序包 top.binfast.daemon.codegen.config
 
top.binfast.daemon.codegen.constant - 程序包 top.binfast.daemon.codegen.constant
 
top.binfast.daemon.codegen.controller - 程序包 top.binfast.daemon.codegen.controller
 
top.binfast.daemon.codegen.controller.param - 程序包 top.binfast.daemon.codegen.controller.param
 
top.binfast.daemon.codegen.domain - 程序包 top.binfast.daemon.codegen.domain
 
top.binfast.daemon.codegen.mapper - 程序包 top.binfast.daemon.codegen.mapper
 
top.binfast.daemon.codegen.service - 程序包 top.binfast.daemon.codegen.service
 
top.binfast.daemon.codegen.util - 程序包 top.binfast.daemon.codegen.util
 
TPL_CRUD - 接口中的静态变量 top.binfast.daemon.codegen.constant.GenConstants
单表(增删改查)
TPL_TREE - 接口中的静态变量 top.binfast.daemon.codegen.constant.GenConstants
树表(增删改查)
TREE_CODE - 接口中的静态变量 top.binfast.daemon.codegen.constant.GenConstants
树编码字段
TREE_NAME - 接口中的静态变量 top.binfast.daemon.codegen.constant.GenConstants
树名称字段
TREE_PARENT_CODE - 接口中的静态变量 top.binfast.daemon.codegen.constant.GenConstants
树父编码字段
TYPE_BIGDECIMAL - 接口中的静态变量 top.binfast.daemon.codegen.constant.GenConstants
高精度计算类型
TYPE_DATE - 接口中的静态变量 top.binfast.daemon.codegen.constant.GenConstants
时间类型
TYPE_DOUBLE - 接口中的静态变量 top.binfast.daemon.codegen.constant.GenConstants
浮点型
TYPE_INTEGER - 接口中的静态变量 top.binfast.daemon.codegen.constant.GenConstants
整型
TYPE_LOCAL_DATE_TIME - 接口中的静态变量 top.binfast.daemon.codegen.constant.GenConstants
时间类型
TYPE_LONG - 接口中的静态变量 top.binfast.daemon.codegen.constant.GenConstants
长整型
TYPE_STRING - 接口中的静态变量 top.binfast.daemon.codegen.constant.GenConstants
字符串类型

U

updateGenTable(GenTable) - 类中的方法 top.binfast.daemon.codegen.service.GenTableServiceImpl
修改业务
updateGenTable(GenTable) - 接口中的方法 top.binfast.daemon.codegen.service.IGenTableService
修改业务

V

validateEdit(GenTable) - 类中的方法 top.binfast.daemon.codegen.service.GenTableServiceImpl
修改保存参数校验
validateEdit(GenTable) - 接口中的方法 top.binfast.daemon.codegen.service.IGenTableService
修改保存参数校验
valueOf(String) - 枚举类中的静态方法 top.binfast.daemon.codegen.util.DataBaseType
返回带有指定名称的该类的枚举常量。
values() - 枚举类中的静态方法 top.binfast.daemon.codegen.util.DataBaseType
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
VelocityInitializer - top.binfast.daemon.codegen.util中的类
VelocityEngine工厂
VelocityInitializer() - 类的构造器 top.binfast.daemon.codegen.util.VelocityInitializer
 
VelocityUtils - top.binfast.daemon.codegen.util中的类
模板处理工具类
VelocityUtils() - 类的构造器 top.binfast.daemon.codegen.util.VelocityUtils
 
A B C D E F G H I K L M O P Q R S T U V 
常量字段值|所有程序包|所有类和接口|序列化表格