索引
常量字段值|所有程序包|所有类和接口
A
- after - 枚举 中的枚举常量 org.dromara.autotable.solon.properties.AutoTableProperties.SuperInsertPosition
-
在子类的后面
- AnnotatedElementUtilsPlus - org.dromara.autotable.solon.util中的类
-
注解合并处理类,可以将相同的注解的不同实例,中的属性合并为一个注解实例
- AnnotatedElementUtilsPlus() - 类的构造器 org.dromara.autotable.solon.util.AnnotatedElementUtilsPlus
- AnnotationDefaultValueHelper - org.dromara.autotable.solon.util中的类
-
获取注解默认值
- AnnotationDefaultValueHelper() - 类的构造器 org.dromara.autotable.solon.util.AnnotationDefaultValueHelper
- autoDropColumn - 类中的变量 org.dromara.autotable.solon.properties.AutoTableProperties
-
自动删除名称不匹配的字段:强烈不建议开启,会发生丢失数据等不可逆的操作。
- autoDropIndex - 类中的变量 org.dromara.autotable.solon.properties.AutoTableProperties
-
是否自动删除名称不匹配的索引
- AutoTablePlugin - org.dromara.autotable.solon.integration中的类
-
配置 AutoTable 插件。
- AutoTablePlugin() - 类的构造器 org.dromara.autotable.solon.integration.AutoTablePlugin
- AutoTableProperties - org.dromara.autotable.solon.properties中的类
- AutoTableProperties() - 类的构造器 org.dromara.autotable.solon.properties.AutoTableProperties
- AutoTableProperties.Mysql - org.dromara.autotable.solon.properties中的类
- AutoTableProperties.RecordSqlProperties - org.dromara.autotable.solon.properties中的类
- AutoTableProperties.RecordSqlProperties.TypeEnum - org.dromara.autotable.solon.properties中的枚举
- AutoTableProperties.SuperInsertPosition - org.dromara.autotable.solon.properties中的枚举
B
- before - 枚举 中的枚举常量 org.dromara.autotable.solon.properties.AutoTableProperties.SuperInsertPosition
-
在子类的前面
C
- clearDataSource(String) - 类中的方法 org.dromara.autotable.solon.adapter.SolonDataSourceHandler
- columnDefaultCharset - 类中的变量 org.dromara.autotable.solon.properties.AutoTableProperties.Mysql
-
列默认字符集
- columnDefaultCollation - 类中的变量 org.dromara.autotable.solon.properties.AutoTableProperties.Mysql
-
列默认排序规则
- compareValIsDiff(Object, Object) - 类中的静态方法 org.dromara.autotable.solon.util.AnnotatedElementUtilsPlus
- createAnnotationInstance(Class<A>, Map<String, Object>) - 类中的静态方法 org.dromara.autotable.solon.util.AnnotationDefaultValueHelper
- custom - 枚举 中的枚举常量 org.dromara.autotable.solon.properties.AutoTableProperties.RecordSqlProperties.TypeEnum
-
自定义
- CustomAnnotationFinder - org.dromara.autotable.solon.adapter中的类
- CustomAnnotationFinder() - 类的构造器 org.dromara.autotable.solon.adapter.CustomAnnotationFinder
D
- db - 枚举 中的枚举常量 org.dromara.autotable.solon.properties.AutoTableProperties.RecordSqlProperties.TypeEnum
-
记录到数据库
E
- enable - 类中的变量 org.dromara.autotable.solon.properties.AutoTableProperties
-
是否启用自动维护表功能
- enable - 类中的变量 org.dromara.autotable.solon.properties.AutoTableProperties.RecordSqlProperties
-
开启记录sql日志
- ENABLE_KEY - 类中的静态变量 org.dromara.autotable.solon.properties.AutoTableProperties
- EnableAutoTable - org.dromara.autotable.solon.annotation中的批注类型
- exist(Class<?>, Class<A>) - 类中的方法 org.dromara.autotable.solon.adapter.CustomAnnotationFinder
- exist(Field, Class<A>) - 类中的方法 org.dromara.autotable.solon.adapter.CustomAnnotationFinder
- exist(Method, Class<A>) - 类中的方法 org.dromara.autotable.solon.adapter.CustomAnnotationFinder
F
- file - 枚举 中的枚举常量 org.dromara.autotable.solon.properties.AutoTableProperties.RecordSqlProperties.TypeEnum
-
记录到文件
- find(Class<?>, Class<A>) - 类中的方法 org.dromara.autotable.solon.adapter.CustomAnnotationFinder
- find(Field, Class<A>) - 类中的方法 org.dromara.autotable.solon.adapter.CustomAnnotationFinder
- find(Method, Class<A>) - 类中的方法 org.dromara.autotable.solon.adapter.CustomAnnotationFinder
- findDeepMergedAnnotation(AnnotatedElement, Class<ANNO>) - 类中的静态方法 org.dromara.autotable.solon.util.AnnotatedElementUtilsPlus
- folderPath - 类中的变量 org.dromara.autotable.solon.properties.AutoTableProperties.RecordSqlProperties
-
文件记录方式下,必须设置该值。
G
- getAnnotationWithDefaultValues(Class<A>) - 类中的静态方法 org.dromara.autotable.solon.util.AnnotationDefaultValueHelper
- getDataSourceName(Class<?>) - 类中的方法 org.dromara.autotable.solon.adapter.SolonDataSourceHandler
- getDeepMergedAnnotation(AnnotatedElement, Class<ANNO>) - 类中的静态方法 org.dromara.autotable.solon.util.AnnotatedElementUtilsPlus
- getDefaultValues(Class<A>) - 类中的静态方法 org.dromara.autotable.solon.util.AnnotationDefaultValueHelper
I
- indexPrefix - 类中的变量 org.dromara.autotable.solon.properties.AutoTableProperties
-
自己定义的索引前缀
M
- merge(Class<ANNO>, Set<ANNO>) - 类中的静态方法 org.dromara.autotable.solon.util.AnnotatedElementUtilsPlus
- mode - 类中的变量 org.dromara.autotable.solon.properties.AutoTableProperties
-
启动模式 none:系统不做任何处理。
- modelClass - 类中的变量 org.dromara.autotable.solon.properties.AutoTableProperties
-
您的model类,多个可以用分号或者逗号隔开
- modelPackage - 类中的变量 org.dromara.autotable.solon.properties.AutoTableProperties
-
您的model包路径,多个路径可以用分号或者逗号隔开,会递归这个目录下的全部目录中的java对象,支持类似com.bz.**.entity 缺省值:[Spring启动类所在包]
- mysql - 类中的变量 org.dromara.autotable.solon.properties.AutoTableProperties
-
mysql配置
- Mysql() - 类的构造器 org.dromara.autotable.solon.properties.AutoTableProperties.Mysql
O
- org.dromara.autotable.solon - 程序包 org.dromara.autotable.solon
-
solon 适配
- org.dromara.autotable.solon.adapter - 程序包 org.dromara.autotable.solon.adapter
- org.dromara.autotable.solon.annotation - 程序包 org.dromara.autotable.solon.annotation
- org.dromara.autotable.solon.integration - 程序包 org.dromara.autotable.solon.integration
-
AutoTable Solon 支持。
- org.dromara.autotable.solon.properties - 程序包 org.dromara.autotable.solon.properties
- org.dromara.autotable.solon.util - 程序包 org.dromara.autotable.solon.util
R
- recordSql - 类中的变量 org.dromara.autotable.solon.properties.AutoTableProperties
-
记录执行的SQL
- RecordSqlProperties() - 类的构造器 org.dromara.autotable.solon.properties.AutoTableProperties.RecordSqlProperties
- recordType - 类中的变量 org.dromara.autotable.solon.properties.AutoTableProperties.RecordSqlProperties
-
记录方式,默认是数据库
- resourceLoadFinish(AppContext) - 类中的方法 org.dromara.autotable.solon.integration.AutoTablePlugin
-
资源加载完成
S
- showBanner - 类中的变量 org.dromara.autotable.solon.properties.AutoTableProperties
-
是否显示banner
- SolonDataSourceHandler - org.dromara.autotable.solon.adapter中的类
-
Solon数据源处理器
- SolonDataSourceHandler() - 类的构造器 org.dromara.autotable.solon.adapter.SolonDataSourceHandler
- start(AppContext) - 类中的方法 org.dromara.autotable.solon.integration.AutoTablePlugin
- strictExtends - 类中的变量 org.dromara.autotable.solon.properties.AutoTableProperties
-
子类继承父类的字段的配置,是否开启严格继承的模式:只继承public、protected修饰的字段
- superInsertPosition - 类中的变量 org.dromara.autotable.solon.properties.AutoTableProperties
-
建表的时候,父类的字段排序是在子类后面还是前面
- SuperInsertPosition() - 枚举的构造器 org.dromara.autotable.solon.properties.AutoTableProperties.SuperInsertPosition
T
- tableDefaultCharset - 类中的变量 org.dromara.autotable.solon.properties.AutoTableProperties.Mysql
-
表默认字符集
- tableDefaultCollation - 类中的变量 org.dromara.autotable.solon.properties.AutoTableProperties.Mysql
-
表默认排序规则
- tableName - 类中的变量 org.dromara.autotable.solon.properties.AutoTableProperties.RecordSqlProperties
-
数据库记录方式下,表的名字
- toConfig() - 类中的方法 org.dromara.autotable.solon.properties.AutoTableProperties
- TypeEnum() - 枚举的构造器 org.dromara.autotable.solon.properties.AutoTableProperties.RecordSqlProperties.TypeEnum
U
- useDataSource(String) - 类中的方法 org.dromara.autotable.solon.adapter.SolonDataSourceHandler
V
- valueOf(String) - 枚举中的静态方法 org.dromara.autotable.solon.properties.AutoTableProperties.RecordSqlProperties.TypeEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举中的静态方法 org.dromara.autotable.solon.properties.AutoTableProperties.SuperInsertPosition
-
返回带有指定名称的该类型的枚举常量。
- values() - 枚举中的静态方法 org.dromara.autotable.solon.properties.AutoTableProperties.RecordSqlProperties.TypeEnum
-
返回包含该枚举类型的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举中的静态方法 org.dromara.autotable.solon.properties.AutoTableProperties.SuperInsertPosition
-
返回包含该枚举类型的常量的数组, 顺序与声明这些常量的顺序相同
- version - 类中的变量 org.dromara.autotable.solon.properties.AutoTableProperties.RecordSqlProperties
-
当前SQL的版本,建议指定,会体现在数据库的字段或者文件名上
常量字段值|所有程序包|所有类和接口