跳过导航链接
A B C D E F G H I J K L M N O P Q R S T U V 

A

acdatabaseType - 类 中的变量com.gitee.sunchenbin.mybatis.actable.manager.util.ConfigurationUtil
新的配置key
acdatabaseType - 类 中的变量com.gitee.sunchenbin.mybatis.actable.manager.util.ConfigurationUtil
新的配置key
acmodelPack - 类 中的变量com.gitee.sunchenbin.mybatis.actable.manager.util.ConfigurationUtil
新的配置key
acmodelPack - 类 中的变量com.gitee.sunchenbin.mybatis.actable.manager.util.ConfigurationUtil
新的配置key
ACTABLE_DATABASE_TYPE_KEY - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.Constants
 
ACTABLE_DATABASE_TYPE_KEY - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.Constants
 
ACTABLE_DATABASE_TYPE_KEY_VALUE - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.Constants
 
ACTABLE_DATABASE_TYPE_KEY_VALUE - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.Constants
 
ACTABLE_MODEL_PACK_KEY - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.Constants
 
ACTABLE_MODEL_PACK_KEY - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.Constants
 
ACTABLE_MODEL_PACK_KEY_VALUE - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.Constants
 
ACTABLE_MODEL_PACK_KEY_VALUE - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.Constants
 
ACTABLE_TABLE_AUTO_KEY - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.Constants
 
ACTABLE_TABLE_AUTO_KEY - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.Constants
 
ACTABLE_TABLE_AUTO_KEY_VALUE - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.Constants
 
ACTABLE_TABLE_AUTO_KEY_VALUE - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.Constants
 
actableAuto - 类 中的变量com.gitee.sunchenbin.mybatis.actable.manager.util.ConfigurationUtil
新的配置key
actableAuto - 类 中的变量com.gitee.sunchenbin.mybatis.actable.manager.util.ConfigurationUtil
新的配置key
ActableAutoConfiguration - com.gitee.sunchenbin.mybatis.actable中的类
自动扫描actable下的内容 1. mapper 2. service
ActableAutoConfiguration - com.gitee.sunchenbin.mybatis.actable中的类
自动扫描actable下的内容 1. mapper 2. service
ActableAutoConfiguration() - 类 的构造器com.gitee.sunchenbin.mybatis.actable.ActableAutoConfiguration
 
ActableAutoConfiguration() - 类 的构造器com.gitee.sunchenbin.mybatis.actable.ActableAutoConfiguration
 
actableIndex - 类 中的变量com.gitee.sunchenbin.mybatis.actable.manager.util.ConfigurationUtil
指定生成索引前缀
actableIndex - 类 中的变量com.gitee.sunchenbin.mybatis.actable.manager.util.ConfigurationUtil
指定生成索引前缀
actableUnique - 类 中的变量com.gitee.sunchenbin.mybatis.actable.manager.util.ConfigurationUtil
指定生成唯一约束前缀
actableUnique - 类 中的变量com.gitee.sunchenbin.mybatis.actable.manager.util.ConfigurationUtil
指定生成唯一约束前缀
ADD_TABLE_MAP - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.Constants
 
ADD_TABLE_MAP - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.Constants
 
addAll(Object[], Object[]) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ArrayUtils
 
addAll(Object[], Object[]) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ArrayUtils
 
addExcludeFilter(TypeFilter) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.utils.ClassScaner
 
addExcludeFilter(TypeFilter) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.utils.ClassScaner
 
addFieldsByMap(Map<String, TableConfig>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
根据map结构对表中添加新的字段
addFieldsByMap(Map<String, TableConfig>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
根据map结构对表中添加新的字段
addIncludeFilter(TypeFilter) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.utils.ClassScaner
 
addIncludeFilter(TypeFilter) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.utils.ClassScaner
 
ADDINDEX_TABLE_MAP - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.Constants
 
ADDINDEX_TABLE_MAP - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.Constants
 
addIndexByMap(Map<String, TableConfig>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
根据map结构创建索引
addIndexByMap(Map<String, TableConfig>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
根据map结构创建索引
addTableField(Map<String, Object>) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.dao.system.CreateMysqlTablesMapper
增加字段
addTableField(Map<String, Object>) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.dao.system.CreateMysqlTablesMapper
增加字段
addTableIndex(Map<String, Object>) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.dao.system.CreateMysqlTablesMapper
创建索引
addTableIndex(Map<String, Object>) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.dao.system.CreateMysqlTablesMapper
创建索引
addTableUnique(Map<String, Object>) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.dao.system.CreateMysqlTablesMapper
创建唯一约束
addTableUnique(Map<String, Object>) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.dao.system.CreateMysqlTablesMapper
创建唯一约束
ADDUNIQUE_TABLE_MAP - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.Constants
 
ADDUNIQUE_TABLE_MAP - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.Constants
 
addUniqueByMap(Map<String, TableConfig>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
根据map结构创建唯一约束
addUniqueByMap(Map<String, TableConfig>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
根据map结构创建唯一约束
annotationType() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.annotation.impl.ColumnImpl
Returns the annotation type of this annotation.
annotationType() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.annotation.impl.ColumnImpl
Returns the annotation type of this annotation.
appendTimeSuffix(String, String) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ColumnUtils
添加时间后缀
appendTimeSuffix(String, String) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ColumnUtils
添加时间后缀
applicationContext - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.manager.util.ConfigurationUtil
 
applicationContext - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.manager.util.ConfigurationUtil
 
ArrayUtils - com.gitee.sunchenbin.mybatis.actable.utils中的类
 
ArrayUtils - com.gitee.sunchenbin.mybatis.actable.utils中的类
 
ArrayUtils() - 类 的构造器com.gitee.sunchenbin.mybatis.actable.utils.ArrayUtils
 
ArrayUtils() - 类 的构造器com.gitee.sunchenbin.mybatis.actable.utils.ArrayUtils
 
ASC - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.command.BaseModel
 
ASC - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.command.BaseModel
 
auto_increment - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
auto_increment - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
avg_row_length - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
avg_row_length - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 

B

BaseCRUDManager - com.gitee.sunchenbin.mybatis.actable.manager.common中的接口
通用增删改查方法
BaseCRUDManager - com.gitee.sunchenbin.mybatis.actable.manager.common中的接口
通用增删改查方法
BaseCRUDManagerImpl - com.gitee.sunchenbin.mybatis.actable.manager.common中的类
通用增删改查方法
BaseCRUDManagerImpl - com.gitee.sunchenbin.mybatis.actable.manager.common中的类
通用增删改查方法
BaseCRUDManagerImpl() - 类 的构造器com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManagerImpl
 
BaseCRUDManagerImpl() - 类 的构造器com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManagerImpl
 
BaseCRUDMapper - com.gitee.sunchenbin.mybatis.actable.dao.common中的接口
创建更新表结构的Mapper
BaseCRUDMapper - com.gitee.sunchenbin.mybatis.actable.dao.common中的接口
创建更新表结构的Mapper
baseCRUDMapper - 类 中的变量com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManagerImpl
 
baseCRUDMapper - 类 中的变量com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManagerImpl
 
BaseModel - com.gitee.sunchenbin.mybatis.actable.command中的类
分页的基本属性
BaseModel - com.gitee.sunchenbin.mybatis.actable.command中的类
分页的基本属性
BaseModel() - 类 的构造器com.gitee.sunchenbin.mybatis.actable.command.BaseModel
 
BaseModel() - 类 的构造器com.gitee.sunchenbin.mybatis.actable.command.BaseModel
 
buildFieldValue(Map<String, Object>, T, Field, String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManagerImpl
 
buildFieldValue(Map<String, Object>, T, Field, String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManagerImpl
 
buildMySqlTypeAndLength(Field, String, int, int) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ColumnUtils
 
buildMySqlTypeAndLength(Field, String, int, int) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ColumnUtils
 
buildTableMapConstruct(Class<?>, Map<String, Map<String, TableConfig>>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
构建出全部表的增删改的map
buildTableMapConstruct(Class<?>, Map<String, Map<String, TableConfig>>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
构建出全部表的增删改的map

C

character_maximum_length - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
character_maximum_length - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
character_octet_length - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
character_octet_length - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
character_set_name - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
character_set_name - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
check_time - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
check_time - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
checksum - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
checksum - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
checkTableName(List<String>, Class<?>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
 
checkTableName(List<String>, Class<?>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
 
ClassScaner - com.gitee.sunchenbin.mybatis.actable.utils中的类
 
ClassScaner - com.gitee.sunchenbin.mybatis.actable.utils中的类
 
ClassScaner() - 类 的构造器com.gitee.sunchenbin.mybatis.actable.utils.ClassScaner
 
ClassScaner() - 类 的构造器com.gitee.sunchenbin.mybatis.actable.utils.ClassScaner
 
ClassTools - com.gitee.sunchenbin.mybatis.actable.utils中的类
通过包名获取class
ClassTools - com.gitee.sunchenbin.mybatis.actable.utils中的类
通过包名获取class
ClassTools() - 类 的构造器com.gitee.sunchenbin.mybatis.actable.utils.ClassTools
 
ClassTools() - 类 的构造器com.gitee.sunchenbin.mybatis.actable.utils.ClassTools
 
clone() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
clone() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
collation_name - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
collation_name - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
Column - com.gitee.sunchenbin.mybatis.actable.annotation中的注释类型
建表的必备注解
Column - com.gitee.sunchenbin.mybatis.actable.annotation中的注释类型
建表的必备注解
column_comment - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
column_comment - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
column_default - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
字段默认值
column_default - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
字段默认值
COLUMN_DEFAULT_KEY - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
默认值
COLUMN_DEFAULT_KEY - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
默认值
column_key - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
主键:PRI;唯一键:UNI
column_key - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
主键:PRI;唯一键:UNI
COLUMN_KEY_KEY - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
是否为主键,是的话是PRI
COLUMN_KEY_KEY - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
是否为主键,是的话是PRI
column_name - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
字段名
column_name - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
字段名
COLUMN_NAME_KEY - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
字段名
COLUMN_NAME_KEY - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
字段名
column_type - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
类型加长度拼接的字符串,例如varchar(100)
column_type - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
类型加长度拼接的字符串,例如varchar(100)
ColumnComment - com.gitee.sunchenbin.mybatis.actable.annotation中的注释类型
字段的备注
ColumnComment - com.gitee.sunchenbin.mybatis.actable.annotation中的注释类型
字段的备注
ColumnImpl - com.gitee.sunchenbin.mybatis.actable.annotation.impl中的类
 
ColumnImpl - com.gitee.sunchenbin.mybatis.actable.annotation.impl中的类
 
ColumnImpl() - 类 的构造器com.gitee.sunchenbin.mybatis.actable.annotation.impl.ColumnImpl
 
ColumnImpl() - 类 的构造器com.gitee.sunchenbin.mybatis.actable.annotation.impl.ColumnImpl
 
ColumnType - com.gitee.sunchenbin.mybatis.actable.annotation中的注释类型
字段的类型
ColumnType - com.gitee.sunchenbin.mybatis.actable.annotation中的注释类型
字段的类型
ColumnUtils - com.gitee.sunchenbin.mybatis.actable.utils中的类
 
ColumnUtils - com.gitee.sunchenbin.mybatis.actable.utils中的类
 
ColumnUtils() - 类 的构造器com.gitee.sunchenbin.mybatis.actable.utils.ColumnUtils
 
ColumnUtils() - 类 的构造器com.gitee.sunchenbin.mybatis.actable.utils.ColumnUtils
 
com.gitee.sunchenbin.mybatis.actable - 程序包 com.gitee.sunchenbin.mybatis.actable
 
com.gitee.sunchenbin.mybatis.actable.annotation - 程序包 com.gitee.sunchenbin.mybatis.actable.annotation
 
com.gitee.sunchenbin.mybatis.actable.annotation.impl - 程序包 com.gitee.sunchenbin.mybatis.actable.annotation.impl
 
com.gitee.sunchenbin.mybatis.actable.command - 程序包 com.gitee.sunchenbin.mybatis.actable.command
 
com.gitee.sunchenbin.mybatis.actable.constants - 程序包 com.gitee.sunchenbin.mybatis.actable.constants
 
com.gitee.sunchenbin.mybatis.actable.dao.common - 程序包 com.gitee.sunchenbin.mybatis.actable.dao.common
 
com.gitee.sunchenbin.mybatis.actable.dao.system - 程序包 com.gitee.sunchenbin.mybatis.actable.dao.system
 
com.gitee.sunchenbin.mybatis.actable.manager.common - 程序包 com.gitee.sunchenbin.mybatis.actable.manager.common
 
com.gitee.sunchenbin.mybatis.actable.manager.handler - 程序包 com.gitee.sunchenbin.mybatis.actable.manager.handler
 
com.gitee.sunchenbin.mybatis.actable.manager.system - 程序包 com.gitee.sunchenbin.mybatis.actable.manager.system
 
com.gitee.sunchenbin.mybatis.actable.manager.util - 程序包 com.gitee.sunchenbin.mybatis.actable.manager.util
 
com.gitee.sunchenbin.mybatis.actable.utils - 程序包 com.gitee.sunchenbin.mybatis.actable.utils
 
comment() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.annotation.impl.ColumnImpl
数据表字段备注 1.3.0版本支持,也可通过注解实现:com.gitee.sunchenbin.mybatis.actable.annotation.Comment
comment() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.annotation.impl.ColumnImpl
数据表字段备注 1.3.0版本支持,也可通过注解实现:com.gitee.sunchenbin.mybatis.actable.annotation.Comment
ConfigurationUtil - com.gitee.sunchenbin.mybatis.actable.manager.util中的类
 
ConfigurationUtil - com.gitee.sunchenbin.mybatis.actable.manager.util中的类
 
ConfigurationUtil() - 类 的构造器com.gitee.sunchenbin.mybatis.actable.manager.util.ConfigurationUtil
 
ConfigurationUtil() - 类 的构造器com.gitee.sunchenbin.mybatis.actable.manager.util.ConfigurationUtil
 
Constants - com.gitee.sunchenbin.mybatis.actable.constants中的类
 
Constants - com.gitee.sunchenbin.mybatis.actable.constants中的类
 
Constants() - 类 的构造器com.gitee.sunchenbin.mybatis.actable.constants.Constants
 
Constants() - 类 的构造器com.gitee.sunchenbin.mybatis.actable.constants.Constants
 
create_options - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
create_options - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
create_time - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
create_time - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
createMysqlTable() - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManager
 
createMysqlTable() - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManager
 
createMysqlTable() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
读取配置文件的三种状态(创建表、更新表、不做任何事情)
createMysqlTable() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
读取配置文件的三种状态(创建表、更新表、不做任何事情)
CreateMysqlTablesMapper - com.gitee.sunchenbin.mybatis.actable.dao.system中的接口
创建更新表结构的Mapper
CreateMysqlTablesMapper - com.gitee.sunchenbin.mybatis.actable.dao.system中的接口
创建更新表结构的Mapper
createMysqlTablesMapper - 类 中的变量com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
 
createMysqlTablesMapper - 类 中的变量com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
 
createMysqlTablesMapper - 类 中的变量com.gitee.sunchenbin.mybatis.actable.manager.system.SysOracleCreateTableManagerImpl
 
createMysqlTablesMapper - 类 中的变量com.gitee.sunchenbin.mybatis.actable.manager.system.SysOracleCreateTableManagerImpl
 
createOracleTable() - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysOracleCreateTableManager
 
createOracleTable() - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysOracleCreateTableManager
 
createOracleTable() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysOracleCreateTableManagerImpl
读取配置文件的三种状态(创建表、更新表、不做任何事情)
createOracleTable() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysOracleCreateTableManagerImpl
读取配置文件的三种状态(创建表、更新表、不做任何事情)
createOrModifyTableConstruct(Map<String, Map<String, TableConfig>>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
根据传入的map创建或修改表结构
createOrModifyTableConstruct(Map<String, Map<String, TableConfig>>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
根据传入的map创建或修改表结构
createTable(Map<String, TableConfig>) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.dao.system.CreateMysqlTablesMapper
根据结构注解解析出来的信息创建表
createTable(Map<String, TableConfig>) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.dao.system.CreateMysqlTablesMapper
根据结构注解解析出来的信息创建表
createTableByMap(Map<String, TableConfig>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
根据map结构创建表
createTableByMap(Map<String, TableConfig>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
根据map结构创建表
CreateTableParam - com.gitee.sunchenbin.mybatis.actable.command中的类
用于存放创建表的字段信息
CreateTableParam - com.gitee.sunchenbin.mybatis.actable.command中的类
用于存放创建表的字段信息
CreateTableParam() - 类 的构造器com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
CreateTableParam() - 类 的构造器com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
currentPage - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.BaseModel
当前页码,请先设置pageSize,否则使用默认的1
currentPage - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.BaseModel
当前页码,请先设置pageSize,否则使用默认的1

D

data - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.PageResultCommand
 
data - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.PageResultCommand
 
data_free - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
data_free - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
data_length - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
data_length - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
data_type - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
字段类型
data_type - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
字段类型
DATA_TYPE_KEY - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
数据类型
DATA_TYPE_KEY - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
数据类型
DATABASE_TYPE_KEY - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.Constants
 
DATABASE_TYPE_KEY - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.Constants
 
DATABASE_TYPE_KEY_VALUE - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.Constants
 
DATABASE_TYPE_KEY_VALUE - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.Constants
 
databaseType - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.manager.handler.StartUpHandlerImpl
数据库类型
databaseType - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.manager.handler.StartUpHandlerImpl
数据库类型
databaseType - 类 中的变量com.gitee.sunchenbin.mybatis.actable.manager.util.ConfigurationUtil
旧的配置key,兼容老版本用的
databaseType - 类 中的变量com.gitee.sunchenbin.mybatis.actable.manager.util.ConfigurationUtil
旧的配置key,兼容老版本用的
DATE_DAY - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.DateTimeFormatConstant
日期格式,精确到日期
DATE_DAY - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.DateTimeFormatConstant
日期格式,精确到日期
DATE_MONTH - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.DateTimeFormatConstant
日期格式,精确到月份
DATE_MONTH - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.DateTimeFormatConstant
日期格式,精确到月份
DATE_TIME_HOUR - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.DateTimeFormatConstant
日期时间格式,精确到小时
DATE_TIME_HOUR - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.DateTimeFormatConstant
日期时间格式,精确到小时
DATE_TIME_MIN - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.DateTimeFormatConstant
日期时间格式,精确到分
DATE_TIME_MIN - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.DateTimeFormatConstant
日期时间格式,精确到分
DATE_TIME_SEC - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.DateTimeFormatConstant
日期时间格式,精确到秒
DATE_TIME_SEC - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.DateTimeFormatConstant
日期时间格式,精确到秒
DATE_YEAR - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.DateTimeFormatConstant
日期格式,精确到年
DATE_YEAR - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.DateTimeFormatConstant
日期格式,精确到年
DateTimeFormatConstant - com.gitee.sunchenbin.mybatis.actable.constants中的类
日期时间格式常量类
DateTimeFormatConstant - com.gitee.sunchenbin.mybatis.actable.constants中的类
日期时间格式常量类
DateTimeFormatConstant(String) - 类 的构造器com.gitee.sunchenbin.mybatis.actable.constants.DateTimeFormatConstant
 
DateTimeFormatConstant(String) - 类 的构造器com.gitee.sunchenbin.mybatis.actable.constants.DateTimeFormatConstant
 
decimalLength() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.annotation.impl.ColumnImpl
小数点长度,默认是0 类型默认长度参考:com.gitee.sunchenbin.mybatis.actable.constants.MySqlTypeConstant 1.3.0版本支持,类同javax.persistence.Column.scale
decimalLength() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.annotation.impl.ColumnImpl
小数点长度,默认是0 类型默认长度参考:com.gitee.sunchenbin.mybatis.actable.constants.MySqlTypeConstant 1.3.0版本支持,类同javax.persistence.Column.scale
decimalLength - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.MySqlTypeAndLength
 
decimalLength - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.MySqlTypeAndLength
 
decimalLengthDefault - 枚举 中的变量com.gitee.sunchenbin.mybatis.actable.constants.MySqlTypeConstant
 
decimalLengthDefault - 枚举 中的变量com.gitee.sunchenbin.mybatis.actable.constants.MySqlTypeConstant
 
DefaultValue - com.gitee.sunchenbin.mybatis.actable.annotation中的注释类型
字段的默认值
DefaultValue - com.gitee.sunchenbin.mybatis.actable.annotation中的注释类型
字段的默认值
defaultValue() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.annotation.impl.ColumnImpl
默认值,默认为null 1.3.0版本支持,也可通过注解实现:com.gitee.sunchenbin.mybatis.actable.annotation.DefaultValue
defaultValue() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.annotation.impl.ColumnImpl
默认值,默认为null 1.3.0版本支持,也可通过注解实现:com.gitee.sunchenbin.mybatis.actable.annotation.DefaultValue
DEFAULTVALUE - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.utils.ColumnUtils
 
DEFAULTVALUE - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.utils.ColumnUtils
 
delete(Map<Object, Object>) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.dao.common.BaseCRUDMapper
根据实体对象的非Null字段作为Where条件进行删除操作,如果对象的属性值都为null则删除表全部数据
delete(Map<Object, Object>) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.dao.common.BaseCRUDMapper
根据实体对象的非Null字段作为Where条件进行删除操作,如果对象的属性值都为null则删除表全部数据
delete(T) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManager
根据实体对象的非Null字段作为Where条件进行删除操作,如果对象的属性值都为null则删除表全部数据
delete(T) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManager
根据实体对象的非Null字段作为Where条件进行删除操作,如果对象的属性值都为null则删除表全部数据
delete(T) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManagerImpl
根据实体对象的非Null字段作为Where条件进行删除操作,如果对象的属性值都为null则删除表全部数据
delete(T) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManagerImpl
根据实体对象的非Null字段作为Where条件进行删除操作,如果对象的属性值都为null则删除表全部数据
deleteByPrimaryKey(T) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManager
根据实体对象的@IsKey主键字段的值作为Where条件进行删除操作,主键字段不能为null
deleteByPrimaryKey(T) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManager
根据实体对象的@IsKey主键字段的值作为Where条件进行删除操作,主键字段不能为null
deleteByPrimaryKey(T) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManagerImpl
根据实体对象的@IsKey主键字段的值作为Where条件进行删除操作,主键字段不能为null
deleteByPrimaryKey(T) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManagerImpl
根据实体对象的@IsKey主键字段的值作为Where条件进行删除操作,主键字段不能为null
DESC - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.command.BaseModel
 
DESC - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.command.BaseModel
 
doScan(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.utils.ClassScaner
 
doScan(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.utils.ClassScaner
 
draw - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.PageResultCommand
 
draw - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.PageResultCommand
 
dropFieldsKeyByMap(Map<String, TableConfig>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
根据map结构删除要变更表中字段的主键
dropFieldsKeyByMap(Map<String, TableConfig>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
根据map结构删除要变更表中字段的主键
DROPINDEXANDUNIQUE_TABLE_MAP - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.Constants
 
DROPINDEXANDUNIQUE_TABLE_MAP - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.Constants
 
dropIndexAndUniqueByMap(Map<String, TableConfig>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
根据map结构删除索引和唯一约束
dropIndexAndUniqueByMap(Map<String, TableConfig>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
根据map结构删除索引和唯一约束
DROPKEY_TABLE_MAP - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.Constants
 
DROPKEY_TABLE_MAP - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.Constants
 
dropKeyTableField(Map<String, Object>) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.dao.system.CreateMysqlTablesMapper
删除主键约束,附带修改其他字段属性功能
dropKeyTableField(Map<String, Object>) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.dao.system.CreateMysqlTablesMapper
删除主键约束,附带修改其他字段属性功能
dropTabelIndex(Map<String, Object>) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.dao.system.CreateMysqlTablesMapper
删除表索引
dropTabelIndex(Map<String, Object>) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.dao.system.CreateMysqlTablesMapper
删除表索引
dropTableByName(String) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.dao.system.CreateMysqlTablesMapper
根据表名删除表
dropTableByName(String) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.dao.system.CreateMysqlTablesMapper
根据表名删除表

E

EnableActable - com.gitee.sunchenbin.mybatis.actable中的注释类型
 
EnableActable - com.gitee.sunchenbin.mybatis.actable中的注释类型
 
EnableTimeSuffix - com.gitee.sunchenbin.mybatis.actable.annotation中的注释类型
表名时间后缀
EnableTimeSuffix - com.gitee.sunchenbin.mybatis.actable.annotation中的注释类型
表名时间后缀
engine - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
engine - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
excludeFields(Class<?>) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ColumnUtils
 
excludeFields(Class<?>) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ColumnUtils
 
excludeFilters - 类 中的变量com.gitee.sunchenbin.mybatis.actable.utils.ClassScaner
 
excludeFilters - 类 中的变量com.gitee.sunchenbin.mybatis.actable.utils.ClassScaner
 
existsByPrimaryKey(T) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManager
根据实体对象的@IsKey主键字段的值作为Where条件查询该数据是否存在,主键字段不能为null
existsByPrimaryKey(T) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManager
根据实体对象的@IsKey主键字段的值作为Where条件查询该数据是否存在,主键字段不能为null
existsByPrimaryKey(T) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManagerImpl
根据实体对象的@IsKey主键字段的值作为Where条件查询该数据是否存在,主键字段不能为null
existsByPrimaryKey(T) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManagerImpl
根据实体对象的@IsKey主键字段的值作为Where条件查询该数据是否存在,主键字段不能为null
extra - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
是否为自动增长,是的话为auto_increment
extra - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
是否为自动增长,是的话为auto_increment
EXTRA_KEY - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
是否为自动增长,是的话为auto_increment
EXTRA_KEY - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
是否为自动增长,是的话为auto_increment

F

fieldComment - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
字段的备注
fieldComment - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
字段的备注
fieldDecimalLength - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
类型小数长度
fieldDecimalLength - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
类型小数长度
fieldDefaultValue - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
字段默认值
fieldDefaultValue - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
字段默认值
fieldDefaultValueNative - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
字段默认值是否原生,原生使用$,非原生使用#
fieldDefaultValueNative - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
字段默认值是否原生,原生使用$,非原生使用#
fieldIsAutoIncrement - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
主键是否自增
fieldIsAutoIncrement - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
主键是否自增
fieldIsKey - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
字段是否是主键
fieldIsKey - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
字段是否是主键
fieldIsNull - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
字段是否非空
fieldIsNull - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
字段是否非空
fieldIsUnique - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
值是否唯一
fieldIsUnique - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
值是否唯一
fieldLength - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
类型长度
fieldLength - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
类型长度
fieldName - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
字段名
fieldName - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
字段名
fieldType - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
字段类型
fieldType - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
字段类型
FieldUtils - com.gitee.sunchenbin.mybatis.actable.utils中的类
 
FieldUtils - com.gitee.sunchenbin.mybatis.actable.utils中的类
 
FieldUtils() - 类 的构造器com.gitee.sunchenbin.mybatis.actable.utils.FieldUtils
 
FieldUtils() - 类 的构造器com.gitee.sunchenbin.mybatis.actable.utils.FieldUtils
 
filedIndexName - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
索引名称
filedIndexName - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
索引名称
filedIndexValue - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
所以字段列表
filedIndexValue - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
所以字段列表
filedUniqueName - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
唯一约束名称
filedUniqueName - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
唯一约束名称
filedUniqueValue - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
唯一约束列表
filedUniqueValue - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
唯一约束列表
fileTypeLength - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
该类型需要几个长度(例如,需要小数位数的,那么总长度和小数长度就是2个长度)一版只有0、1、2三个可选值,自动从配置的类型中获取的
fileTypeLength - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
该类型需要几个长度(例如,需要小数位数的,那么总长度和小数长度就是2个长度)一版只有0、1、2三个可选值,自动从配置的类型中获取的
findAndAddClassesInPackageByFile(String, String, boolean, Set<Class<?>>) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ClassTools
以文件的形式来获取包下的所有Class
findAndAddClassesInPackageByFile(String, String, boolean, Set<Class<?>>) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ClassTools
以文件的形式来获取包下的所有Class
findTableByTableName(String) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.dao.system.CreateMysqlTablesMapper
根据表名查询表在库中是否存在
findTableByTableName(String) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.dao.system.CreateMysqlTablesMapper
根据表名查询表在库中是否存在
findTableEnsembleByTableName(String) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.dao.system.CreateMysqlTablesMapper
根据表名查询库中该表的字段结构等信息
findTableEnsembleByTableName(String) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.dao.system.CreateMysqlTablesMapper
根据表名查询库中该表的字段结构等信息
findTableIndexByTableName(Map<String, String>) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.dao.system.CreateMysqlTablesMapper
查询当前表存在的索引(除了主键索引primary)
findTableIndexByTableName(Map<String, String>) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.dao.system.CreateMysqlTablesMapper
查询当前表存在的索引(除了主键索引primary)

G

getAddFieldList(List<Object>, List<String>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
根据数据库中表的结构和model中表的结构对比找出新增的字段
getAddFieldList(List<Object>, List<String>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
根据数据库中表的结构和model中表的结构对比找出新增的字段
getAddIndexList(Set<String>, List<Object>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
找出需要新建的索引
getAddIndexList(Set<String>, List<Object>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
找出需要新建的索引
getAddUniqueList(Set<String>, List<Object>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
找出需要新建的唯一约束
getAddUniqueList(Set<String>, List<Object>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
找出需要新建的唯一约束
getAllFieldMap(List<Object>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
将allFieldList转换为Map结构
getAllFieldMap(List<Object>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
将allFieldList转换为Map结构
getAllFields(Class<?>) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManager
 
getAllFields(Class<?>) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManager
 
getAllFields(Class<?>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
迭代出所有model的所有fields
getAllFields(Class<?>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
迭代出所有model的所有fields
getAllFields(T) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.FieldUtils
 
getAllFields(T) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.FieldUtils
 
getApplicationContext() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.util.ConfigurationUtil
获得spring上下文
getApplicationContext() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.util.ConfigurationUtil
获得spring上下文
getAuto_increment() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
getAuto_increment() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
getAvg_row_length() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
getAvg_row_length() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
getBean(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.util.ConfigurationUtil
获取bean
getBean(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.util.ConfigurationUtil
获取bean
getBuildLowerName(String) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ColumnUtils
 
getBuildLowerName(String) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ColumnUtils
 
getCharacter_maximum_length() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
getCharacter_maximum_length() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
getCharacter_octet_length() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
getCharacter_octet_length() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
getCharacter_set_name() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
getCharacter_set_name() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
getCheck_time() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
getCheck_time() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
getChecksum() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
getChecksum() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
getClasses(String) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ClassTools
从包package中获取所有的Class
getClasses(String) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ClassTools
从包package中获取所有的Class
getCollation_name() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
getCollation_name() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
getColumn(Field, Class<?>) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ColumnUtils
 
getColumn(Field, Class<?>) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ColumnUtils
 
getColumn_comment() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
getColumn_comment() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
getColumn_default() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
getColumn_default() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
getColumn_key() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
getColumn_key() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
getColumn_name() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
getColumn_name() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
getColumn_type() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
getColumn_type() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
getColumnName(Field, Class<?>) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ColumnUtils
 
getColumnName(Field, Class<?>) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ColumnUtils
 
getComment(Field, Class<?>) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ColumnUtils
 
getComment(Field, Class<?>) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ColumnUtils
 
getConfig(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.util.ConfigurationUtil
获取配置文件的值,兼容传统spring项目和springboot项目
getConfig(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.util.ConfigurationUtil
获取配置文件的值,兼容传统spring项目和springboot项目
getCreate_options() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
getCreate_options() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
getCreate_time() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
getCreate_time() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
getCurrentPage() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.BaseModel
 
getCurrentPage() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.BaseModel
 
getData() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.PageResultCommand
 
getData() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.PageResultCommand
 
getData_free() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
getData_free() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
getData_length() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
getData_length() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
getData_type() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
getData_type() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
getDecimalLength() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.MySqlTypeAndLength
 
getDecimalLength() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.MySqlTypeAndLength
 
getDecimalLengthDefault() - 枚举 中的方法com.gitee.sunchenbin.mybatis.actable.constants.MySqlTypeConstant
 
getDecimalLengthDefault() - 枚举 中的方法com.gitee.sunchenbin.mybatis.actable.constants.MySqlTypeConstant
 
getDefaultValue(Field, Class<?>) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ColumnUtils
 
getDefaultValue(Field, Class<?>) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ColumnUtils
 
getDefaultValueNative(Field, Class<?>) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ColumnUtils
 
getDefaultValueNative(Field, Class<?>) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ColumnUtils
 
getDraw() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.PageResultCommand
 
getDraw() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.PageResultCommand
 
getDropIndexAndUniqueList(Set<String>, List<Object>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
找出需要删除的索引和唯一约束
getDropIndexAndUniqueList(Set<String>, List<Object>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
找出需要删除的索引和唯一约束
getDropKeyFieldList(List<SysMysqlColumns>, List<Object>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
返回需要删除主键的字段
getDropKeyFieldList(List<SysMysqlColumns>, List<Object>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
返回需要删除主键的字段
getEngine() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
getEngine() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
getExtra() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
getExtra() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
getFieldComment() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
getFieldComment() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
getFieldDecimalLength() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
getFieldDecimalLength() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
getFieldDefaultValue() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
getFieldDefaultValue() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
getFieldLength() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
getFieldLength() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
getFieldName() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
getFieldName() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
getFieldNames(List<Field>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
 
getFieldNames(List<Field>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
 
getFieldType() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
getFieldType() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
getFiledIndexName() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
getFiledIndexName() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
getFiledIndexValue() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
getFiledIndexValue() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
getFiledUniqueName() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
getFiledUniqueName() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
getFiledUniqueValue() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
getFiledUniqueValue() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
getFileTypeLength() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
getFileTypeLength() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
getId() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SaveOrUpdateDataCommand
 
getId() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SaveOrUpdateDataCommand
 
getIgnoreUpdate() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
getIgnoreUpdate() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
getIndex_length() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
getIndex_length() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
getIs_nullable() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
getIs_nullable() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
getKeyField(T) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.FieldUtils
 
getKeyField(T) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.FieldUtils
 
getLength() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.MySqlTypeAndLength
 
getLength() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.MySqlTypeAndLength
 
getLengthCount() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.MySqlTypeAndLength
 
getLengthCount() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.MySqlTypeAndLength
 
getLengthCount() - 枚举 中的方法com.gitee.sunchenbin.mybatis.actable.constants.MySqlTypeConstant
 
getLengthCount() - 枚举 中的方法com.gitee.sunchenbin.mybatis.actable.constants.MySqlTypeConstant
 
getLengthDefault() - 枚举 中的方法com.gitee.sunchenbin.mybatis.actable.constants.MySqlTypeConstant
 
getLengthDefault() - 枚举 中的方法com.gitee.sunchenbin.mybatis.actable.constants.MySqlTypeConstant
 
getList() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.TableConfig
 
getList() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.TableConfig
 
getMap() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.TableConfig
 
getMap() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.TableConfig
 
getMax_data_length() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
getMax_data_length() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
getModifyFieldList(List<SysMysqlColumns>, List<Object>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
根据数据库中表的结构和model中表的结构对比找出修改类型默认值等属性的字段 数据库中的结构
getModifyFieldList(List<SysMysqlColumns>, List<Object>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
根据数据库中表的结构和model中表的结构对比找出修改类型默认值等属性的字段 数据库中的结构
getMySqlTypeAndLength(Field, Class<?>) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ColumnUtils
 
getMySqlTypeAndLength(Field, Class<?>) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ColumnUtils
 
getNumeric_precision() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
getNumeric_precision() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
getNumeric_scale() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
getNumeric_scale() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
getOrderBy() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.BaseModel
 
getOrderBy() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.BaseModel
 
getOrdinal_position() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
getOrdinal_position() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
getPageSize() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.BaseModel
 
getPageSize() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.BaseModel
 
getPattern() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.constants.DateTimeFormatConstant
 
getPattern() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.constants.DateTimeFormatConstant
 
getPrivileges() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
getPrivileges() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
getPropertyValueList(List<T>, String) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ClassTools
取出list对象中的某个属性的值作为list返回
getPropertyValueList(List<T>, String) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ClassTools
取出list对象中的某个属性的值作为list返回
getRecordsFiltered() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.PageResultCommand
 
getRecordsFiltered() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.PageResultCommand
 
getRecordsTotal() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.PageResultCommand
 
getRecordsTotal() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.PageResultCommand
 
getRemoveFieldList(List<String>, List<Object>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
根据数据库中表的结构和model中表的结构对比找出删除的字段
getRemoveFieldList(List<String>, List<Object>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
根据数据库中表的结构和model中表的结构对比找出删除的字段
getResourceLoader() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.utils.ClassScaner
 
getResourceLoader() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.utils.ClassScaner
 
getRow_format() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
getRow_format() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
getStart() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.BaseModel
 
getStart() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.BaseModel
 
getTable_catalog() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
getTable_catalog() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
getTable_catalog() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
getTable_catalog() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
getTable_collation() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
getTable_collation() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
getTable_comment() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
getTable_comment() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
getTable_name() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
getTable_name() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
getTable_name() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
getTable_name() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
getTable_rows() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
getTable_rows() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
getTable_schema() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
getTable_schema() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
getTable_schema() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
getTable_schema() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
getTable_type() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
getTable_type() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
getTableCharset(Class<?>) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ColumnUtils
 
getTableCharset(Class<?>) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ColumnUtils
 
getTableComment(Class<?>) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ColumnUtils
 
getTableComment(Class<?>) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ColumnUtils
 
getTableEngine(Class<?>) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ColumnUtils
 
getTableEngine(Class<?>) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ColumnUtils
 
getTableMap() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SaveOrUpdateDataCommand
 
getTableMap() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SaveOrUpdateDataCommand
 
getTableName(Class<?>) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ColumnUtils
 
getTableName(Class<?>) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ColumnUtils
 
getType() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.MySqlTypeAndLength
 
getType() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.MySqlTypeAndLength
 
getUpdate_time() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
getUpdate_time() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
getVersion() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
getVersion() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 

H

hasColumnAnnotation(Field, Class<?>) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ColumnUtils
 
hasColumnAnnotation(Field, Class<?>) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ColumnUtils
 
hasIgnoreTableAnnotation(Class<?>) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ColumnUtils
 
hasIgnoreTableAnnotation(Class<?>) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ColumnUtils
 
hasTableAnnotation(Class<?>) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ColumnUtils
 
hasTableAnnotation(Class<?>) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ColumnUtils
 

I

id - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SaveOrUpdateDataCommand
 
id - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SaveOrUpdateDataCommand
 
IgnoreTable - com.gitee.sunchenbin.mybatis.actable.annotation中的注释类型
忽略建表的注解
IgnoreTable - com.gitee.sunchenbin.mybatis.actable.annotation中的注释类型
忽略建表的注解
IgnoreUpdate - com.gitee.sunchenbin.mybatis.actable.annotation中的注释类型
作者:guoyzh 时间:2021/5/6 9:43 功能:忽略字段更新
IgnoreUpdate - com.gitee.sunchenbin.mybatis.actable.annotation中的注释类型
作者:guoyzh 时间:2021/5/6 9:43 功能:忽略字段更新
ignoreUpdate - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
是否忽略更新
ignoreUpdate - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
是否忽略更新
includeFilters - 类 中的变量com.gitee.sunchenbin.mybatis.actable.utils.ClassScaner
 
includeFilters - 类 中的变量com.gitee.sunchenbin.mybatis.actable.utils.ClassScaner
 
Index - com.gitee.sunchenbin.mybatis.actable.annotation中的注释类型
设置字段索引
Index - com.gitee.sunchenbin.mybatis.actable.annotation中的注释类型
设置字段索引
index_length - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
index_length - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
initProperties() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.util.ConfigurationUtil
 
initProperties() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.util.ConfigurationUtil
 
initTableMap() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
初始化用于存储各种操作表结构的容器
initTableMap() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
初始化用于存储各种操作表结构的容器
insert(SaveOrUpdateDataCommand) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.dao.common.BaseCRUDMapper
根据实体对象保存一条数据,主键如果没有设置自增属性则必须不能为null
insert(SaveOrUpdateDataCommand) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.dao.common.BaseCRUDMapper
根据实体对象保存一条数据,主键如果没有设置自增属性则必须不能为null
insert(T) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManager
根据实体对象保存一条数据,主键如果没有设置自增属性则必须不能为null
insert(T) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManager
根据实体对象保存一条数据,主键如果没有设置自增属性则必须不能为null
insert(T) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManagerImpl
根据实体对象保存一条数据,允许没有主键,如果有主键的情况下且主键如果没有设置自增属性则必须不能为null
insert(T) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManagerImpl
根据实体对象保存一条数据,允许没有主键,如果有主键的情况下且主键如果没有设置自增属性则必须不能为null
insertSelective(SaveOrUpdateDataCommand) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.dao.common.BaseCRUDMapper
根据实体对象保存一条数据,如果属性值为null则不插入默认使用数据库的字段默认值,主键如果没有设置自增属性则必须不能为null
insertSelective(SaveOrUpdateDataCommand) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.dao.common.BaseCRUDMapper
根据实体对象保存一条数据,如果属性值为null则不插入默认使用数据库的字段默认值,主键如果没有设置自增属性则必须不能为null
insertSelective(T) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManager
根据实体对象保存一条数据,如果属性值为null则不插入默认使用数据库的字段默认值,主键如果没有设置自增属性则必须不能为null
insertSelective(T) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManager
根据实体对象保存一条数据,如果属性值为null则不插入默认使用数据库的字段默认值,主键如果没有设置自增属性则必须不能为null
insertSelective(T) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManagerImpl
根据实体对象保存一条数据,如果属性值为null则不插入默认使用数据库的字段默认值,主键如果没有设置自增属性则必须不能为null
insertSelective(T) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManagerImpl
根据实体对象保存一条数据,如果属性值为null则不插入默认使用数据库的字段默认值,主键如果没有设置自增属性则必须不能为null
is_nullable - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
是否可以为null
is_nullable - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
是否可以为null
IS_NULLABLE_KEY - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
是否可为null,值:(YES,NO)
IS_NULLABLE_KEY - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
是否可为null,值:(YES,NO)
isAutoIncrement() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.annotation.impl.ColumnImpl
是否自动递增,默认false 也可通过注解实现:com.gitee.sunchenbin.mybatis.actable.annotation.IsAutoIncrement
isAutoIncrement() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.annotation.impl.ColumnImpl
是否自动递增,默认false 也可通过注解实现:com.gitee.sunchenbin.mybatis.actable.annotation.IsAutoIncrement
IsAutoIncrement - com.gitee.sunchenbin.mybatis.actable.annotation中的注释类型
标志该字段需要设置自增 也可通过注解:com.gitee.sunchenbin.mybatis.actable.annotation.Column的isAutoIncrement属性实现
IsAutoIncrement - com.gitee.sunchenbin.mybatis.actable.annotation中的注释类型
标志该字段需要设置自增 也可通过注解:com.gitee.sunchenbin.mybatis.actable.annotation.Column的isAutoIncrement属性实现
isAutoIncrement(Field, Class<?>) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ColumnUtils
 
isAutoIncrement(Field, Class<?>) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ColumnUtils
 
isFieldDefaultValueNative() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
isFieldDefaultValueNative() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
isFieldIsAutoIncrement() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
isFieldIsAutoIncrement() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
isFieldIsKey() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
isFieldIsKey() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
isFieldIsNull() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
isFieldIsNull() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
isFieldIsUnique() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
isFieldIsUnique() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
isKey() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.annotation.impl.ColumnImpl
是否是主键,默认false 也可通过注解实现:com.gitee.sunchenbin.mybatis.actable.annotation.IsKey 1.3.0版本支持,类同javax.persistence.Id
isKey() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.annotation.impl.ColumnImpl
是否是主键,默认false 也可通过注解实现:com.gitee.sunchenbin.mybatis.actable.annotation.IsKey 1.3.0版本支持,类同javax.persistence.Id
IsKey - com.gitee.sunchenbin.mybatis.actable.annotation中的注释类型
标志该字段为主键 也可通过注解:com.gitee.sunchenbin.mybatis.actable.annotation.Column的isKey属性实现
IsKey - com.gitee.sunchenbin.mybatis.actable.annotation中的注释类型
标志该字段为主键 也可通过注解:com.gitee.sunchenbin.mybatis.actable.annotation.Column的isKey属性实现
isKey(Field, Class<?>) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ColumnUtils
 
isKey(Field, Class<?>) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ColumnUtils
 
IsNativeDefValue - com.gitee.sunchenbin.mybatis.actable.annotation中的注释类型
开启默认值原生模式 原生模式介绍:默认是false表示非原生,此时value只支持字符串形式,会将value值以字符串的形式设置到字段的默认值,例如value="aa" 即sql为 DEFAULT "aa" 如果设置true,此时如果value="CURRENT_TIMESTAMP",即sql为 DEFAULT CURRENT_TIMESTAMP
IsNativeDefValue - com.gitee.sunchenbin.mybatis.actable.annotation中的注释类型
开启默认值原生模式 原生模式介绍:默认是false表示非原生,此时value只支持字符串形式,会将value值以字符串的形式设置到字段的默认值,例如value="aa" 即sql为 DEFAULT "aa" 如果设置true,此时如果value="CURRENT_TIMESTAMP",即sql为 DEFAULT CURRENT_TIMESTAMP
IsNotNull - com.gitee.sunchenbin.mybatis.actable.annotation中的注释类型
标志该字段不允许为空 也可通过注解:com.gitee.sunchenbin.mybatis.actable.annotation.Column的isNull属性实现
IsNotNull - com.gitee.sunchenbin.mybatis.actable.annotation中的注释类型
标志该字段不允许为空 也可通过注解:com.gitee.sunchenbin.mybatis.actable.annotation.Column的isNull属性实现
isNull() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.annotation.impl.ColumnImpl
是否为可以为null,true是可以,false是不可以,默认为true 也可通过注解实现:com.gitee.sunchenbin.mybatis.actable.annotation.IsNotNull 1.3.0版本支持,类同javax.persistence.Column.nullable
isNull() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.annotation.impl.ColumnImpl
是否为可以为null,true是可以,false是不可以,默认为true 也可通过注解实现:com.gitee.sunchenbin.mybatis.actable.annotation.IsNotNull 1.3.0版本支持,类同javax.persistence.Column.nullable
isNull(Field, Class<?>) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ColumnUtils
 
isNull(Field, Class<?>) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ColumnUtils
 
isSimple(Class<?>) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ColumnUtils
 
isSimple(Class<?>) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ColumnUtils
 

J

JavaToMysqlType - com.gitee.sunchenbin.mybatis.actable.command中的类
 
JavaToMysqlType - com.gitee.sunchenbin.mybatis.actable.command中的类
 
JavaToMysqlType() - 类 的构造器com.gitee.sunchenbin.mybatis.actable.command.JavaToMysqlType
 
JavaToMysqlType() - 类 的构造器com.gitee.sunchenbin.mybatis.actable.command.JavaToMysqlType
 
javaToMysqlTypeMap - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.command.JavaToMysqlType
 
javaToMysqlTypeMap - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.command.JavaToMysqlType
 

K

KEYFIELDMAP - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManagerImpl
 
KEYFIELDMAP - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManagerImpl
 

L

length() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.annotation.impl.ColumnImpl
字段长度,默认是255 类型默认长度参考:com.gitee.sunchenbin.mybatis.actable.constants.MySqlTypeConstant 1.3.0版本支持,类同javax.persistence.Column.length
length() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.annotation.impl.ColumnImpl
字段长度,默认是255 类型默认长度参考:com.gitee.sunchenbin.mybatis.actable.constants.MySqlTypeConstant 1.3.0版本支持,类同javax.persistence.Column.length
length - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.MySqlTypeAndLength
 
length - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.MySqlTypeAndLength
 
lengthCount - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.MySqlTypeAndLength
 
lengthCount - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.MySqlTypeAndLength
 
lengthCount - 枚举 中的变量com.gitee.sunchenbin.mybatis.actable.constants.MySqlTypeConstant
 
lengthCount - 枚举 中的变量com.gitee.sunchenbin.mybatis.actable.constants.MySqlTypeConstant
 
lengthDefault - 枚举 中的变量com.gitee.sunchenbin.mybatis.actable.constants.MySqlTypeConstant
 
lengthDefault - 枚举 中的变量com.gitee.sunchenbin.mybatis.actable.constants.MySqlTypeConstant
 
list - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.TableConfig
 
list - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.TableConfig
 
log - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManagerImpl
 
log - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManagerImpl
 
log - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.manager.handler.StartUpHandlerImpl
 
log - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.manager.handler.StartUpHandlerImpl
 
log - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
 
log - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
 
log - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.manager.system.SysOracleCreateTableManagerImpl
 
log - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.manager.system.SysOracleCreateTableManagerImpl
 
log - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.utils.ClassTools
 
log - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.utils.ClassTools
 

M

map - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.TableConfig
 
map - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.TableConfig
 
matches(MetadataReader) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.utils.ClassScaner
 
matches(MetadataReader) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.utils.ClassScaner
 
max_data_length - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
max_data_length - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
metadataReaderFactory - 类 中的变量com.gitee.sunchenbin.mybatis.actable.utils.ClassScaner
 
metadataReaderFactory - 类 中的变量com.gitee.sunchenbin.mybatis.actable.utils.ClassScaner
 
MODEL_PACK_KEY - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.Constants
 
MODEL_PACK_KEY - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.Constants
 
MODEL_PACK_KEY_VALUE - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.Constants
 
MODEL_PACK_KEY_VALUE - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.Constants
 
modelPack - 类 中的变量com.gitee.sunchenbin.mybatis.actable.manager.util.ConfigurationUtil
旧的配置key,兼容老版本用的
modelPack - 类 中的变量com.gitee.sunchenbin.mybatis.actable.manager.util.ConfigurationUtil
旧的配置key,兼容老版本用的
MODIFY_TABLE_MAP - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.Constants
 
MODIFY_TABLE_MAP - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.Constants
 
MODIFY_TABLE_PROPERTY_MAP - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.Constants
 
MODIFY_TABLE_PROPERTY_MAP - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.Constants
 
modifyFieldsByMap(Map<String, TableConfig>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
根据map结构修改表中的字段类型等
modifyFieldsByMap(Map<String, TableConfig>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
根据map结构修改表中的字段类型等
modifyTableCommentByMap(Map<String, TableConfig>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
根据map结构更新表的注释
modifyTableCommentByMap(Map<String, TableConfig>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
根据map结构更新表的注释
modifyTableField(Map<String, Object>) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.dao.system.CreateMysqlTablesMapper
修改字段
modifyTableField(Map<String, Object>) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.dao.system.CreateMysqlTablesMapper
修改字段
modifyTableProperty(Map<String, TableConfig>) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.dao.system.CreateMysqlTablesMapper
更新表属性
modifyTableProperty(Map<String, TableConfig>) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.dao.system.CreateMysqlTablesMapper
更新表属性
MYSQL - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.manager.handler.StartUpHandlerImpl
数据库类型:mysql
MYSQL - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.manager.handler.StartUpHandlerImpl
数据库类型:mysql
MySqlCharsetConstant - com.gitee.sunchenbin.mybatis.actable.constants中的枚举
mysql支持的字符集
MySqlCharsetConstant - com.gitee.sunchenbin.mybatis.actable.constants中的枚举
mysql支持的字符集
MySqlCharsetConstant() - 枚举 的构造器com.gitee.sunchenbin.mybatis.actable.constants.MySqlCharsetConstant
 
MySqlCharsetConstant() - 枚举 的构造器com.gitee.sunchenbin.mybatis.actable.constants.MySqlCharsetConstant
 
MySqlEngineConstant - com.gitee.sunchenbin.mybatis.actable.constants中的枚举
mysql支持的引擎
MySqlEngineConstant - com.gitee.sunchenbin.mybatis.actable.constants中的枚举
mysql支持的引擎
MySqlEngineConstant() - 枚举 的构造器com.gitee.sunchenbin.mybatis.actable.constants.MySqlEngineConstant
 
MySqlEngineConstant() - 枚举 的构造器com.gitee.sunchenbin.mybatis.actable.constants.MySqlEngineConstant
 
MySqlTypeAndLength - com.gitee.sunchenbin.mybatis.actable.command中的类
 
MySqlTypeAndLength - com.gitee.sunchenbin.mybatis.actable.command中的类
 
MySqlTypeAndLength() - 类 的构造器com.gitee.sunchenbin.mybatis.actable.command.MySqlTypeAndLength
 
MySqlTypeAndLength(Integer, Integer, Integer, String) - 类 的构造器com.gitee.sunchenbin.mybatis.actable.command.MySqlTypeAndLength
 
MySqlTypeAndLength() - 类 的构造器com.gitee.sunchenbin.mybatis.actable.command.MySqlTypeAndLength
 
MySqlTypeAndLength(Integer, Integer, Integer, String) - 类 的构造器com.gitee.sunchenbin.mybatis.actable.command.MySqlTypeAndLength
 
mySqlTypeAndLengthMap - 枚举 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.MySqlTypeConstant
获取Mysql的类型,以及类型需要设置几个长度,这里构建成map的样式 构建Map(字段名(小写),需要设置几个长度(0表示不需要设置,1表示需要设置一个,2表示需要设置两个))
mySqlTypeAndLengthMap - 枚举 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.MySqlTypeConstant
获取Mysql的类型,以及类型需要设置几个长度,这里构建成map的样式 构建Map(字段名(小写),需要设置几个长度(0表示不需要设置,1表示需要设置一个,2表示需要设置两个))
MySqlTypeConstant - com.gitee.sunchenbin.mybatis.actable.constants中的枚举
用于配置Mysql数据库中类型,并且该类型需要设置几个长度 这里配置多少个类型决定了,创建表能使用多少类型 例如:varchar(1) decimal(5,2) datetime
MySqlTypeConstant - com.gitee.sunchenbin.mybatis.actable.constants中的枚举
用于配置Mysql数据库中类型,并且该类型需要设置几个长度 这里配置多少个类型决定了,创建表能使用多少类型 例如:varchar(1) decimal(5,2) datetime
MySqlTypeConstant(Integer, Integer, Integer) - 枚举 的构造器com.gitee.sunchenbin.mybatis.actable.constants.MySqlTypeConstant
 
MySqlTypeConstant(Integer, Integer, Integer) - 枚举 的构造器com.gitee.sunchenbin.mybatis.actable.constants.MySqlTypeConstant
 

N

name() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.annotation.impl.ColumnImpl
字段名 1.3.0版本支持,类同javax.persistence.Column.name
name() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.annotation.impl.ColumnImpl
字段名 1.3.0版本支持,类同javax.persistence.Column.name
NEW_TABLE_MAP - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.Constants
 
NEW_TABLE_MAP - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.Constants
 
NULL - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.Constants
 
NULL - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.Constants
 
numeric_precision - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
长度
numeric_precision - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
长度
NUMERIC_PRECISION_KEY - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
长度,如果是0的话是null
NUMERIC_PRECISION_KEY - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
长度,如果是0的话是null
numeric_scale - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
小数点数
numeric_scale - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
小数点数
NUMERIC_SCALE_KEY - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
小数点数
NUMERIC_SCALE_KEY - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
小数点数

O

OracleTypeConstant - com.gitee.sunchenbin.mybatis.actable.constants中的类
用于配置Oracle数据库中类型,并且该类型需要设置几个长度 这里配置多少个类型决定了,创建表能使用多少类型 例如:varchar2(1) number(5,2) date
OracleTypeConstant - com.gitee.sunchenbin.mybatis.actable.constants中的类
用于配置Oracle数据库中类型,并且该类型需要设置几个长度 这里配置多少个类型决定了,创建表能使用多少类型 例如:varchar2(1) number(5,2) date
OracleTypeConstant() - 类 的构造器com.gitee.sunchenbin.mybatis.actable.constants.OracleTypeConstant
 
OracleTypeConstant() - 类 的构造器com.gitee.sunchenbin.mybatis.actable.constants.OracleTypeConstant
 
orderBy - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.BaseModel
 
orderBy - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.BaseModel
 
ordinal_position - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
字段位置的排序
ordinal_position - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
字段位置的排序

P

pack - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
要扫描的model所在的pack
pack - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
要扫描的model所在的pack
pack - 类 中的变量com.gitee.sunchenbin.mybatis.actable.manager.system.SysOracleCreateTableManagerImpl
要扫描的model所在的pack
pack - 类 中的变量com.gitee.sunchenbin.mybatis.actable.manager.system.SysOracleCreateTableManagerImpl
要扫描的model所在的pack
PageResultCommand<T> - com.gitee.sunchenbin.mybatis.actable.command中的类
 
PageResultCommand<T> - com.gitee.sunchenbin.mybatis.actable.command中的类
 
PageResultCommand() - 类 的构造器com.gitee.sunchenbin.mybatis.actable.command.PageResultCommand
 
PageResultCommand() - 类 的构造器com.gitee.sunchenbin.mybatis.actable.command.PageResultCommand
 
pageSize - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.BaseModel
每页显示多少条,默认10条
pageSize - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.BaseModel
每页显示多少条,默认10条
pattern - 类 中的变量com.gitee.sunchenbin.mybatis.actable.constants.DateTimeFormatConstant
 
pattern - 类 中的变量com.gitee.sunchenbin.mybatis.actable.constants.DateTimeFormatConstant
 
privileges - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
privileges - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
properties - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.manager.util.ConfigurationUtil
 
properties - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.manager.util.ConfigurationUtil
 

Q

query(String) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.dao.common.BaseCRUDMapper
查询
query(String) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.dao.common.BaseCRUDMapper
查询
query(String, Class<T>) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManager
直接根据sql查询数据,并根据指定的对象类型转化后返回
query(String) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManager
直接根据sql查询返回数据
query(String, Class<T>) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManager
直接根据sql查询数据,并根据指定的对象类型转化后返回
query(String) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManager
直接根据sql查询返回数据
query(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManagerImpl
直接根据sql查询返回数据
query(String, Class<T>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManagerImpl
直接根据sql查询数据,并根据指定的对象类型转化后返回
query(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManagerImpl
直接根据sql查询返回数据
query(String, Class<T>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManagerImpl
直接根据sql查询数据,并根据指定的对象类型转化后返回

R

recordsFiltered - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.PageResultCommand
 
recordsFiltered - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.PageResultCommand
 
recordsTotal - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.PageResultCommand
 
recordsTotal - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.PageResultCommand
 
recursionParents(Class<?>, Field[]) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
递归扫描父类的fields
recursionParents(Class<?>, Field[]) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
递归扫描父类的fields
recursionParents(Class<?>, Field[]) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.FieldUtils
递归扫描父类的fields
recursionParents(Class<?>, Field[]) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.FieldUtils
递归扫描父类的fields
REMOVE_TABLE_MAP - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.Constants
 
REMOVE_TABLE_MAP - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.Constants
 
removeFieldsByMap(Map<String, TableConfig>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
根据map结构删除表中的字段
removeFieldsByMap(Map<String, TableConfig>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
根据map结构删除表中的字段
removeTableField(Map<String, Object>) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.dao.system.CreateMysqlTablesMapper
删除字段
removeTableField(Map<String, Object>) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.dao.system.CreateMysqlTablesMapper
删除字段
resetFilters(boolean) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.utils.ClassScaner
 
resetFilters(boolean) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.utils.ClassScaner
 
resourcePatternResolver - 类 中的变量com.gitee.sunchenbin.mybatis.actable.utils.ClassScaner
 
resourcePatternResolver - 类 中的变量com.gitee.sunchenbin.mybatis.actable.utils.ClassScaner
 
row_format - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
row_format - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 

S

SaveOrUpdateDataCommand - com.gitee.sunchenbin.mybatis.actable.command中的类
 
SaveOrUpdateDataCommand - com.gitee.sunchenbin.mybatis.actable.command中的类
 
SaveOrUpdateDataCommand() - 类 的构造器com.gitee.sunchenbin.mybatis.actable.command.SaveOrUpdateDataCommand
 
SaveOrUpdateDataCommand(Map<Object, Map<Object, Object>>) - 类 的构造器com.gitee.sunchenbin.mybatis.actable.command.SaveOrUpdateDataCommand
 
SaveOrUpdateDataCommand() - 类 的构造器com.gitee.sunchenbin.mybatis.actable.command.SaveOrUpdateDataCommand
 
SaveOrUpdateDataCommand(Map<Object, Map<Object, Object>>) - 类 的构造器com.gitee.sunchenbin.mybatis.actable.command.SaveOrUpdateDataCommand
 
scan(String[], Class<? extends Annotation>...) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ClassScaner
 
scan(String, Class<? extends Annotation>...) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ClassScaner
 
scan(String[], Class<? extends Annotation>...) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ClassScaner
 
scan(String, Class<? extends Annotation>...) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ClassScaner
 
search(T, Integer, Integer, LinkedHashMap<String, String>) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManager
根据实体对象的非Null字段作为Where条件查询结果集,如果对象的属性值都为null则返回全部数据等同于selectAll+分页
search(T) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManager
根据实体对象的非Null字段作为Where条件查询结果集,如果对象的属性值都为null则返回全部数据等同于selectAll+分页
search(T, Integer, Integer, LinkedHashMap<String, String>) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManager
根据实体对象的非Null字段作为Where条件查询结果集,如果对象的属性值都为null则返回全部数据等同于selectAll+分页
search(T) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManager
根据实体对象的非Null字段作为Where条件查询结果集,如果对象的属性值都为null则返回全部数据等同于selectAll+分页
search(T, Integer, Integer, LinkedHashMap<String, String>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManagerImpl
根据实体对象的非Null字段作为Where条件查询结果集,如果对象的属性值都为null则返回全部数据等同于selectAll+分页
search(T) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManagerImpl
根据实体对象的非Null字段作为Where条件查询结果集,如果对象的属性值都为null则返回全部数据等同于selectAll+分页
search(T, Integer, Integer, LinkedHashMap<String, String>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManagerImpl
根据实体对象的非Null字段作为Where条件查询结果集,如果对象的属性值都为null则返回全部数据等同于selectAll+分页
search(T) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManagerImpl
根据实体对象的非Null字段作为Where条件查询结果集,如果对象的属性值都为null则返回全部数据等同于selectAll+分页
select(Map<Object, Object>) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.dao.common.BaseCRUDMapper
根据实体对象的非Null字段作为Where条件查询结果集,如果对象的属性值都为null则返回全部数据等同于selectAll
select(Map<Object, Object>) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.dao.common.BaseCRUDMapper
根据实体对象的非Null字段作为Where条件查询结果集,如果对象的属性值都为null则返回全部数据等同于selectAll
select(T) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManager
根据实体对象的非Null字段作为Where条件查询结果集,如果对象的属性值都为null则返回全部数据等同于selectAll
select(T) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManager
根据实体对象的非Null字段作为Where条件查询结果集,如果对象的属性值都为null则返回全部数据等同于selectAll
select(T) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManagerImpl
根据实体对象的非Null字段作为Where条件查询结果集,如果对象的属性值都为null则返回全部数据等同于selectAll
select(T) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManagerImpl
根据实体对象的非Null字段作为Where条件查询结果集,如果对象的属性值都为null则返回全部数据等同于selectAll
selectAll(Class<T>) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManager
查询表全部数据
selectAll(Class<T>) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManager
查询表全部数据
selectAll(Class<T>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManagerImpl
查询表全部数据
selectAll(Class<T>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManagerImpl
查询表全部数据
selectByPrimaryKey(T) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManager
根据实体对象的@IsKey主键字段的值作为Where条件查询结果,主键字段不能为null
selectByPrimaryKey(T) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManager
根据实体对象的@IsKey主键字段的值作为Where条件查询结果,主键字段不能为null
selectByPrimaryKey(T) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManagerImpl
根据实体对象的@IsKey主键字段的值作为Where条件查询结果,主键字段不能为null
selectByPrimaryKey(T) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManagerImpl
根据实体对象的@IsKey主键字段的值作为Where条件查询结果,主键字段不能为null
selectCount(Map<Object, Object>) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.dao.common.BaseCRUDMapper
根据实体对象的非Null字段作为Where条件查询结果集的Count,如果对象的属性值都为null则Count全表
selectCount(Map<Object, Object>) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.dao.common.BaseCRUDMapper
根据实体对象的非Null字段作为Where条件查询结果集的Count,如果对象的属性值都为null则Count全表
selectCount(T) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManager
根据实体对象的非Null字段作为Where条件查询结果集的Count,如果对象的属性值都为null则Count全表
selectCount(T) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManager
根据实体对象的非Null字段作为Where条件查询结果集的Count,如果对象的属性值都为null则Count全表
selectCount(T) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManagerImpl
根据实体对象的非Null字段作为Where条件查询结果集的Count,如果对象的属性值都为null则Count全表
selectCount(T) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManagerImpl
根据实体对象的非Null字段作为Where条件查询结果集的Count,如果对象的属性值都为null则Count全表
selectOne(T) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManager
根据实体对象的非Null字段作为Where条件查询结果集,如果对象的属性值都为null则返回结果集的第一条使用的limit 1
selectOne(T) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManager
根据实体对象的非Null字段作为Where条件查询结果集,如果对象的属性值都为null则返回结果集的第一条使用的limit 1
selectOne(T) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManagerImpl
根据实体对象的非Null字段作为Where条件查询结果集,如果对象的属性值都为null则返回结果集的第一条使用的limit 1
selectOne(T) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManagerImpl
根据实体对象的非Null字段作为Where条件查询结果集,如果对象的属性值都为null则返回结果集的第一条使用的limit 1
serialVersionUID - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.command.BaseModel
 
serialVersionUID - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.command.BaseModel
 
serialVersionUID - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.command.PageResultCommand
 
serialVersionUID - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.command.PageResultCommand
 
setApplicationContext(ApplicationContext) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.util.ConfigurationUtil
实现ApplicationContextAware接口的回调方法,设置上下文环境
setApplicationContext(ApplicationContext) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.util.ConfigurationUtil
实现ApplicationContextAware接口的回调方法,设置上下文环境
setAuto_increment(Long) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
setAuto_increment(Long) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
setAvg_row_length(Long) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
setAvg_row_length(Long) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
setCharacter_maximum_length(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
setCharacter_maximum_length(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
setCharacter_octet_length(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
setCharacter_octet_length(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
setCharacter_set_name(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
setCharacter_set_name(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
setCheck_time(Date) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
setCheck_time(Date) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
setChecksum(Long) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
setChecksum(Long) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
setCollation_name(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
setCollation_name(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
setColumn_comment(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
setColumn_comment(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
setColumn_default(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
setColumn_default(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
setColumn_key(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
setColumn_key(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
setColumn_name(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
setColumn_name(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
setColumn_type(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
setColumn_type(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
setCreate_options(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
setCreate_options(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
setCreate_time(Date) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
setCreate_time(Date) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
setCurrentPage(int) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.BaseModel
 
setCurrentPage(int) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.BaseModel
 
setData(List<T>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.PageResultCommand
 
setData(List<T>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.PageResultCommand
 
setData_free(Long) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
setData_free(Long) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
setData_length(Long) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
setData_length(Long) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
setData_type(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
setData_type(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
setDecimalLength(Integer) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.MySqlTypeAndLength
 
setDecimalLength(Integer) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.MySqlTypeAndLength
 
setDraw(Integer) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.PageResultCommand
 
setDraw(Integer) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.PageResultCommand
 
setEngine(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
setEngine(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
setExtra(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
setExtra(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
setFieldComment(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
setFieldComment(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
setFieldDecimalLength(int) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
setFieldDecimalLength(int) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
setFieldDefaultValue(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
setFieldDefaultValue(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
setFieldDefaultValueNative(boolean) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
setFieldDefaultValueNative(boolean) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
setFieldIsAutoIncrement(boolean) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
setFieldIsAutoIncrement(boolean) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
setFieldIsKey(boolean) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
setFieldIsKey(boolean) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
setFieldIsNull(boolean) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
setFieldIsNull(boolean) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
setFieldIsUnique(boolean) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
setFieldIsUnique(boolean) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
setFieldLength(int) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
setFieldLength(int) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
setFieldName(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
setFieldName(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
setFieldType(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
setFieldType(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
setFiledIndexName(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
setFiledIndexName(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
setFiledIndexValue(List<String>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
setFiledIndexValue(List<String>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
setFiledUniqueName(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
setFiledUniqueName(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
setFiledUniqueValue(List<String>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
setFiledUniqueValue(List<String>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
setFileTypeLength(int) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
setFileTypeLength(int) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
setId(Long) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SaveOrUpdateDataCommand
 
setId(Long) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SaveOrUpdateDataCommand
 
setIgnoreUpdate(boolean) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
setIgnoreUpdate(boolean) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.CreateTableParam
 
setIndex_length(Long) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
setIndex_length(Long) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
setIs_nullable(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
setIs_nullable(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
setLength(Integer) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.MySqlTypeAndLength
 
setLength(Integer) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.MySqlTypeAndLength
 
setLengthCount(Integer) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.MySqlTypeAndLength
 
setLengthCount(Integer) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.MySqlTypeAndLength
 
setList(List<Object>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.TableConfig
 
setList(List<Object>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.TableConfig
 
setMap(Map<String, Object>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.TableConfig
 
setMap(Map<String, Object>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.TableConfig
 
setMax_data_length(Long) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
setMax_data_length(Long) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
setNumeric_precision(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
setNumeric_precision(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
setNumeric_scale(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
setNumeric_scale(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
setOrderBy(LinkedHashMap<String, String>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.BaseModel
 
setOrderBy(LinkedHashMap<String, String>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.BaseModel
 
setOrdinal_position(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
setOrdinal_position(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
setPageSize(int) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.BaseModel
 
setPageSize(int) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.BaseModel
 
setPattern(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.constants.DateTimeFormatConstant
 
setPattern(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.constants.DateTimeFormatConstant
 
setPrivileges(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
setPrivileges(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
setRecordsFiltered(Integer) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.PageResultCommand
 
setRecordsFiltered(Integer) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.PageResultCommand
 
setRecordsTotal(Integer) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.PageResultCommand
 
setRecordsTotal(Integer) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.PageResultCommand
 
setResourceLoader(ResourceLoader) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.utils.ClassScaner
 
setResourceLoader(ResourceLoader) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.utils.ClassScaner
 
setRow_format(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
setRow_format(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
setStart(int) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.BaseModel
 
setStart(int) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.BaseModel
 
setTable_catalog(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
setTable_catalog(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
setTable_catalog(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
setTable_catalog(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
setTable_collation(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
setTable_collation(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
setTable_comment(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
setTable_comment(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
setTable_name(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
setTable_name(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
setTable_name(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
setTable_name(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
setTable_rows(Long) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
setTable_rows(Long) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
setTable_schema(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
setTable_schema(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
setTable_schema(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
setTable_schema(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
setTable_type(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
setTable_type(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
setTableMap(Map<Object, Map<Object, Object>>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SaveOrUpdateDataCommand
 
setTableMap(Map<Object, Map<Object, Object>>) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SaveOrUpdateDataCommand
 
setType(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.MySqlTypeAndLength
 
setType(String) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.MySqlTypeAndLength
 
setUpdate_time(Date) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
setUpdate_time(Date) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
setVersion(Long) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
setVersion(Long) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
springContextUtil - 类 中的变量com.gitee.sunchenbin.mybatis.actable.manager.handler.StartUpHandlerImpl
 
springContextUtil - 类 中的变量com.gitee.sunchenbin.mybatis.actable.manager.handler.StartUpHandlerImpl
 
springContextUtil - 类 中的变量com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
 
springContextUtil - 类 中的变量com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
 
springContextUtil - 类 中的变量com.gitee.sunchenbin.mybatis.actable.manager.system.SysOracleCreateTableManagerImpl
 
springContextUtil - 类 中的变量com.gitee.sunchenbin.mybatis.actable.manager.system.SysOracleCreateTableManagerImpl
 
SQL_ESCAPE_CHARACTER - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.utils.ColumnUtils
 
SQL_ESCAPE_CHARACTER - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.utils.ColumnUtils
 
start - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.BaseModel
 
start - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.BaseModel
 
startHandler() - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.manager.handler.StartUpHandler
建表开始
startHandler() - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.manager.handler.StartUpHandler
建表开始
startHandler() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.handler.StartUpHandlerImpl
 
startHandler() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.handler.StartUpHandlerImpl
 
startUpHandler() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.ActableAutoConfiguration
 
startUpHandler() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.ActableAutoConfiguration
 
StartUpHandler - com.gitee.sunchenbin.mybatis.actable.manager.handler中的接口
启动时执行处理的接口
StartUpHandler - com.gitee.sunchenbin.mybatis.actable.manager.handler中的接口
启动时执行处理的接口
StartUpHandlerImpl - com.gitee.sunchenbin.mybatis.actable.manager.handler中的类
启动时进行处理的实现类
StartUpHandlerImpl - com.gitee.sunchenbin.mybatis.actable.manager.handler中的类
启动时进行处理的实现类
StartUpHandlerImpl() - 类 的构造器com.gitee.sunchenbin.mybatis.actable.manager.handler.StartUpHandlerImpl
 
StartUpHandlerImpl() - 类 的构造器com.gitee.sunchenbin.mybatis.actable.manager.handler.StartUpHandlerImpl
 
stringArrFormat(String[]) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
String[] to format xxx_yyy_sss
stringArrFormat(String[]) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
String[] to format xxx_yyy_sss
SysMysqlColumns - com.gitee.sunchenbin.mybatis.actable.command中的类
用于查询表中字段结构详细信息
SysMysqlColumns - com.gitee.sunchenbin.mybatis.actable.command中的类
用于查询表中字段结构详细信息
SysMysqlColumns() - 类 的构造器com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
SysMysqlColumns() - 类 的构造器com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
sysMysqlCreateTableManager - 类 中的变量com.gitee.sunchenbin.mybatis.actable.manager.handler.StartUpHandlerImpl
 
sysMysqlCreateTableManager - 类 中的变量com.gitee.sunchenbin.mybatis.actable.manager.handler.StartUpHandlerImpl
 
SysMysqlCreateTableManager - com.gitee.sunchenbin.mybatis.actable.manager.system中的接口
 
SysMysqlCreateTableManager - com.gitee.sunchenbin.mybatis.actable.manager.system中的接口
 
SysMysqlCreateTableManagerImpl - com.gitee.sunchenbin.mybatis.actable.manager.system中的类
项目启动时自动扫描配置的目录中的model,根据配置的规则自动创建或更新表 该逻辑只适用于mysql,其他数据库尚且需要另外扩展,因为sql的语法不同
SysMysqlCreateTableManagerImpl - com.gitee.sunchenbin.mybatis.actable.manager.system中的类
项目启动时自动扫描配置的目录中的model,根据配置的规则自动创建或更新表 该逻辑只适用于mysql,其他数据库尚且需要另外扩展,因为sql的语法不同
SysMysqlCreateTableManagerImpl() - 类 的构造器com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
 
SysMysqlCreateTableManagerImpl() - 类 的构造器com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
 
SysMysqlTable - com.gitee.sunchenbin.mybatis.actable.command中的类
 
SysMysqlTable - com.gitee.sunchenbin.mybatis.actable.command中的类
 
SysMysqlTable() - 类 的构造器com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
SysMysqlTable() - 类 的构造器com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
SysOracleCreateTableManager - com.gitee.sunchenbin.mybatis.actable.manager.system中的接口
 
SysOracleCreateTableManager - com.gitee.sunchenbin.mybatis.actable.manager.system中的接口
 
SysOracleCreateTableManagerImpl - com.gitee.sunchenbin.mybatis.actable.manager.system中的类
项目启动时自动扫描配置的目录中的model,根据配置的规则自动创建或更新表 该逻辑只适用于mysql,其他数据库尚且需要另外扩展,因为sql的语法不同
SysOracleCreateTableManagerImpl - com.gitee.sunchenbin.mybatis.actable.manager.system中的类
项目启动时自动扫描配置的目录中的model,根据配置的规则自动创建或更新表 该逻辑只适用于mysql,其他数据库尚且需要另外扩展,因为sql的语法不同
SysOracleCreateTableManagerImpl() - 类 的构造器com.gitee.sunchenbin.mybatis.actable.manager.system.SysOracleCreateTableManagerImpl
 
SysOracleCreateTableManagerImpl() - 类 的构造器com.gitee.sunchenbin.mybatis.actable.manager.system.SysOracleCreateTableManagerImpl
 

T

Table - com.gitee.sunchenbin.mybatis.actable.annotation中的注释类型
创建表时的表名
Table - com.gitee.sunchenbin.mybatis.actable.annotation中的注释类型
创建表时的表名
TABLE_AUTO_KEY - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.Constants
 
TABLE_AUTO_KEY - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.Constants
 
TABLE_AUTO_KEY_VALUE - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.Constants
 
TABLE_AUTO_KEY_VALUE - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.Constants
 
table_catalog - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
table_catalog - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
 
table_catalog - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
table_catalog - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
table_collation - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
table_collation - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
TABLE_COLLATION_KEY - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
字符集
TABLE_COLLATION_KEY - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
字符集
TABLE_COLLATION_SUFFIX - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
字符集的后缀
TABLE_COLLATION_SUFFIX - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
字符集的后缀
table_comment - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
table_comment - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
TABLE_COMMENT_KEY - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
注释
TABLE_COMMENT_KEY - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
注释
TABLE_ENGINE_KEY - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
引擎
TABLE_ENGINE_KEY - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
引擎
TABLE_INDEX_KEY - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.Constants
 
TABLE_INDEX_KEY - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.Constants
 
TABLE_INDEX_KEY_VALUE - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.Constants
 
TABLE_INDEX_KEY_VALUE - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.Constants
 
table_name - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
表名
table_name - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
表名
table_name - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
table_name - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
table_rows - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
table_rows - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
table_schema - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
库名
table_schema - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlColumns
库名
table_schema - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
table_schema - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
table_type - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
table_type - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
TABLE_UNIQUE_KEY - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.Constants
 
TABLE_UNIQUE_KEY - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.Constants
 
TABLE_UNIQUE_KEY_VALUE - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.Constants
 
TABLE_UNIQUE_KEY_VALUE - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.constants.Constants
 
tableAuto - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
自动创建模式:update表示更新,create表示删除原表重新创建
tableAuto - 类 中的静态变量com.gitee.sunchenbin.mybatis.actable.manager.system.SysMysqlCreateTableManagerImpl
自动创建模式:update表示更新,create表示删除原表重新创建
tableAuto - 类 中的变量com.gitee.sunchenbin.mybatis.actable.manager.system.SysOracleCreateTableManagerImpl
自动创建模式:update表示更新,create表示删除原表重新创建
tableAuto - 类 中的变量com.gitee.sunchenbin.mybatis.actable.manager.system.SysOracleCreateTableManagerImpl
自动创建模式:update表示更新,create表示删除原表重新创建
tableAuto - 类 中的变量com.gitee.sunchenbin.mybatis.actable.manager.util.ConfigurationUtil
旧的配置key,兼容老版本用的
tableAuto - 类 中的变量com.gitee.sunchenbin.mybatis.actable.manager.util.ConfigurationUtil
旧的配置key,兼容老版本用的
TableCharset - com.gitee.sunchenbin.mybatis.actable.annotation中的注释类型
表字符集
TableCharset - com.gitee.sunchenbin.mybatis.actable.annotation中的注释类型
表字符集
TableComment - com.gitee.sunchenbin.mybatis.actable.annotation中的注释类型
表注释
TableComment - com.gitee.sunchenbin.mybatis.actable.annotation中的注释类型
表注释
TableConfig - com.gitee.sunchenbin.mybatis.actable.command中的类
 
TableConfig - com.gitee.sunchenbin.mybatis.actable.command中的类
 
TableConfig(List<Object>, Map<String, Object>) - 类 的构造器com.gitee.sunchenbin.mybatis.actable.command.TableConfig
 
TableConfig(List<Object>) - 类 的构造器com.gitee.sunchenbin.mybatis.actable.command.TableConfig
 
TableConfig(Map<String, Object>) - 类 的构造器com.gitee.sunchenbin.mybatis.actable.command.TableConfig
 
TableConfig(List<Object>, Map<String, Object>) - 类 的构造器com.gitee.sunchenbin.mybatis.actable.command.TableConfig
 
TableConfig(List<Object>) - 类 的构造器com.gitee.sunchenbin.mybatis.actable.command.TableConfig
 
TableConfig(Map<String, Object>) - 类 的构造器com.gitee.sunchenbin.mybatis.actable.command.TableConfig
 
TableEngine - com.gitee.sunchenbin.mybatis.actable.annotation中的注释类型
表引擎
TableEngine - com.gitee.sunchenbin.mybatis.actable.annotation中的注释类型
表引擎
tableMap - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SaveOrUpdateDataCommand
 
tableMap - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SaveOrUpdateDataCommand
 
toLowerCase(List<String>) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ClassTools
List中的string转换为大写
toLowerCase(List<String>) - 类 中的静态方法com.gitee.sunchenbin.mybatis.actable.utils.ClassTools
List中的string转换为大写
type() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.annotation.impl.ColumnImpl
字段类型:不填默认使用属性的数据类型进行转换,转换失败的字段不会添加 仅支持com.gitee.sunchenbin.mybatis.actable.constants.MySqlTypeConstant中的枚举数据类型 不填默认转换类:com.gitee.sunchenbin.mybatis.actable.command.JavaToMysqlType 1.3.0版本支持,也可通过注解实现:com.gitee.sunchenbin.mybatis.actable.annotation.ColumnType
type() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.annotation.impl.ColumnImpl
字段类型:不填默认使用属性的数据类型进行转换,转换失败的字段不会添加 仅支持com.gitee.sunchenbin.mybatis.actable.constants.MySqlTypeConstant中的枚举数据类型 不填默认转换类:com.gitee.sunchenbin.mybatis.actable.command.JavaToMysqlType 1.3.0版本支持,也可通过注解实现:com.gitee.sunchenbin.mybatis.actable.annotation.ColumnType
type - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.MySqlTypeAndLength
 
type - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.MySqlTypeAndLength
 

U

Unique - com.gitee.sunchenbin.mybatis.actable.annotation中的注释类型
设置字段唯一约束
Unique - com.gitee.sunchenbin.mybatis.actable.annotation中的注释类型
设置字段唯一约束
update_time - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
update_time - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
updateByPrimaryKey(SaveOrUpdateDataCommand) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.dao.common.BaseCRUDMapper
根据实体对象主键作为Where条件更新其他字段数据,可以将字段值更新为null,主键必须不能为null
updateByPrimaryKey(SaveOrUpdateDataCommand) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.dao.common.BaseCRUDMapper
根据实体对象主键作为Where条件更新其他字段数据,可以将字段值更新为null,主键必须不能为null
updateByPrimaryKey(T) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManager
根据实体对象主键作为Where条件更新其他字段数据,主键必须不能为null
updateByPrimaryKey(T) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManager
根据实体对象主键作为Where条件更新其他字段数据,主键必须不能为null
updateByPrimaryKey(T) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManagerImpl
根据实体对象主键作为Where条件更新其他字段数据,可以将字段值更新为null,主键必须不能为null
updateByPrimaryKey(T) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManagerImpl
根据实体对象主键作为Where条件更新其他字段数据,可以将字段值更新为null,主键必须不能为null
updateByPrimaryKeySelective(SaveOrUpdateDataCommand) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.dao.common.BaseCRUDMapper
根据实体对象主键作为Where条件更新其他字段数据,如果其他字段属性值为null则忽略更新,主键必须不能为null
updateByPrimaryKeySelective(SaveOrUpdateDataCommand) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.dao.common.BaseCRUDMapper
根据实体对象主键作为Where条件更新其他字段数据,如果其他字段属性值为null则忽略更新,主键必须不能为null
updateByPrimaryKeySelective(T) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManager
根据实体对象主键作为Where条件更新其他字段数据,如果其他字段属性值为null则忽略更新,主键必须不能为null
updateByPrimaryKeySelective(T) - 接口 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManager
根据实体对象主键作为Where条件更新其他字段数据,如果其他字段属性值为null则忽略更新,主键必须不能为null
updateByPrimaryKeySelective(T) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManagerImpl
根据实体对象主键作为Where条件更新其他字段数据,如果其他字段属性值为null则忽略更新,主键必须不能为null
updateByPrimaryKeySelective(T) - 类 中的方法com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManagerImpl
根据实体对象主键作为Where条件更新其他字段数据,如果其他字段属性值为null则忽略更新,主键必须不能为null

V

value() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.annotation.impl.ColumnImpl
字段名 1.4.0版本支持,类同javax.persistence.Column.name
value() - 类 中的方法com.gitee.sunchenbin.mybatis.actable.annotation.impl.ColumnImpl
字段名 1.4.0版本支持,类同javax.persistence.Column.name
valueOf(String) - 枚举 中的静态方法com.gitee.sunchenbin.mybatis.actable.constants.MySqlCharsetConstant
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.gitee.sunchenbin.mybatis.actable.constants.MySqlCharsetConstant
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.gitee.sunchenbin.mybatis.actable.constants.MySqlEngineConstant
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.gitee.sunchenbin.mybatis.actable.constants.MySqlEngineConstant
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.gitee.sunchenbin.mybatis.actable.constants.MySqlTypeConstant
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.gitee.sunchenbin.mybatis.actable.constants.MySqlTypeConstant
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.gitee.sunchenbin.mybatis.actable.constants.MySqlCharsetConstant
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.gitee.sunchenbin.mybatis.actable.constants.MySqlCharsetConstant
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.gitee.sunchenbin.mybatis.actable.constants.MySqlEngineConstant
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.gitee.sunchenbin.mybatis.actable.constants.MySqlEngineConstant
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.gitee.sunchenbin.mybatis.actable.constants.MySqlTypeConstant
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.gitee.sunchenbin.mybatis.actable.constants.MySqlTypeConstant
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
version - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
version - 类 中的变量com.gitee.sunchenbin.mybatis.actable.command.SysMysqlTable
 
A B C D E F G H I J K L M N O P Q R S T U V 
跳过导航链接

Copyright © 2024 pig4cloud. All rights reserved.