索引

A C D F G I O U V 
所有程序包|所有类和接口

A

AutoFillHandler<Type> - com.tangzc.mybatisflex.annotation.handler中的接口
自动填充的接口

C

com.tangzc.mybatisflex.annotation - 程序包 com.tangzc.mybatisflex.annotation
 
com.tangzc.mybatisflex.annotation.handler - 程序包 com.tangzc.mybatisflex.annotation.handler
 

D

DefaultAuditHandler - com.tangzc.mybatisflex.annotation.handler中的类
框架内部使用,不对外提供
DefaultAuditHandler() - 类的构造器 com.tangzc.mybatisflex.annotation.handler.DefaultAuditHandler
 
DefaultValue - com.tangzc.mybatisflex.annotation中的批注类型
设置数据插入的时候的默认值

F

FieldFill - com.tangzc.mybatisflex.annotation中的枚举
 
fill() - 批注类型 中的元素 com.tangzc.mybatisflex.annotation.DefaultValue
字段填充时机,默认只有插入逻辑触发
FillData - com.tangzc.mybatisflex.annotation中的批注类型
自动填充自定义值,通常用不到,直接使用衍生的注解 InsertFillData 或者 UpdateFillData 或者 InsertUpdateFillData
FillTime - com.tangzc.mybatisflex.annotation中的批注类型
自动填充操作时间,通常用不到,直接使用衍生的注解 InsertFillTime 或者 UpdateFillTime 或者 InsertUpdateFillTime
format() - 批注类型 中的元素 com.tangzc.mybatisflex.annotation.DefaultValue
如果字段类型为时间类型(Date,LocalDateTime等),需要制定字符串格式
format() - 批注类型 中的元素 com.tangzc.mybatisflex.annotation.FillTime
如果字段类型为String,需要制定字符串格式
format() - 批注类型 中的元素 com.tangzc.mybatisflex.annotation.InsertFillTime
如果字段类型为String,需要制定字符串格式
format() - 批注类型 中的元素 com.tangzc.mybatisflex.annotation.InsertUpdateFillTime
如果字段类型为String,需要制定字符串格式
format() - 批注类型 中的元素 com.tangzc.mybatisflex.annotation.UpdateFillTime
如果字段类型为String,需要制定字符串格式

G

getVal(Object, Class<?>, Field) - 接口中的方法 com.tangzc.mybatisflex.annotation.handler.AutoFillHandler
获取用户信息
getVal(Object, Class<?>, Field) - 类中的方法 com.tangzc.mybatisflex.annotation.handler.DefaultAuditHandler
 

I

INSERT - 枚举 中的枚举常量 com.tangzc.mybatisflex.annotation.FieldFill
插入时填充字段
INSERT_UPDATE - 枚举 中的枚举常量 com.tangzc.mybatisflex.annotation.FieldFill
插入和更新时填充字段
InsertFillData - com.tangzc.mybatisflex.annotation中的批注类型
SQL插入的时候,自动填充自定义值
InsertFillTime - com.tangzc.mybatisflex.annotation中的批注类型
SQL插入的时候,自动填充当前时间
InsertUpdateFillData - com.tangzc.mybatisflex.annotation中的批注类型
SQL插入、更新的时候,自动填充自定义值
InsertUpdateFillTime - com.tangzc.mybatisflex.annotation中的批注类型
SQL插入、更新的时候,自动填充当前时间
IOptionByAutoFillHandler<ID_TYPE> - com.tangzc.mybatisflex.annotation.handler中的接口
指定获取数据操作人的方式,如果使用了 BaseEntity 的话,需要实现该接口

O

override() - 批注类型 中的元素 com.tangzc.mybatisflex.annotation.FillData
若对象上存在值,是否覆盖
override() - 批注类型 中的元素 com.tangzc.mybatisflex.annotation.FillTime
若对象上存在值,是否覆盖
override() - 批注类型 中的元素 com.tangzc.mybatisflex.annotation.InsertFillData
若对象上存在值,是否覆盖
override() - 批注类型 中的元素 com.tangzc.mybatisflex.annotation.InsertFillTime
若对象上存在值,是否覆盖
override() - 批注类型 中的元素 com.tangzc.mybatisflex.annotation.InsertUpdateFillData
若对象上存在值,是否覆盖
override() - 批注类型 中的元素 com.tangzc.mybatisflex.annotation.InsertUpdateFillTime
若对象上存在值,是否覆盖
override() - 批注类型 中的元素 com.tangzc.mybatisflex.annotation.UpdateFillData
若对象上存在值,是否覆盖
override() - 批注类型 中的元素 com.tangzc.mybatisflex.annotation.UpdateFillTime
若对象上存在值,是否覆盖

U

UPDATE - 枚举 中的枚举常量 com.tangzc.mybatisflex.annotation.FieldFill
更新时填充字段
UpdateFillData - com.tangzc.mybatisflex.annotation中的批注类型
SQL更新的时候,自动填充自定义值
UpdateFillTime - com.tangzc.mybatisflex.annotation中的批注类型
SQL更新的时候,自动填充当前时间

V

value() - 批注类型 中的元素 com.tangzc.mybatisflex.annotation.DefaultValue
数据插入的时候,默认的值,如果该值为时间类型,需要设置时间格式 默认值支持16种格式,如下: String, Integer, int, Long, long, Boolean, boolean, Double, double, Float, float, BigDecimal, Date, LocalDate, LocalDateTime, 枚举(仅支持枚举的名字作为默认值)
value() - 批注类型 中的元素 com.tangzc.mybatisflex.annotation.FillData
可以自定义用户信息生成方式
value() - 批注类型 中的元素 com.tangzc.mybatisflex.annotation.InsertFillData
可以自定义用户信息生成方式
value() - 批注类型 中的元素 com.tangzc.mybatisflex.annotation.InsertUpdateFillData
可以自定义用户信息生成方式
value() - 批注类型 中的元素 com.tangzc.mybatisflex.annotation.UpdateFillData
可以自定义用户信息生成方式
valueOf(String) - 枚举中的静态方法 com.tangzc.mybatisflex.annotation.FieldFill
返回带有指定名称的该类型的枚举常量。
values() - 枚举中的静态方法 com.tangzc.mybatisflex.annotation.FieldFill
返回包含该枚举类型的常量的数组, 顺序与声明这些常量的顺序相同
A C D F G I O U V 
所有程序包|所有类和接口