跳过导航链接
A C D E I K L N O R S T U V 

A

AbstractInsertListener<T> - com.mybatisflex.annotation中的类
类型支持 insert 监听器。
AbstractInsertListener() - 类 的构造器com.mybatisflex.annotation.AbstractInsertListener
 
AbstractUpdateListener<T> - com.mybatisflex.annotation中的类
类型支持 update 监听器。
AbstractUpdateListener() - 类 的构造器com.mybatisflex.annotation.AbstractUpdateListener
 

C

Column - com.mybatisflex.annotation中的注释类型
数据库表中的列信息注解。
ColumnAlias - com.mybatisflex.annotation中的注释类型
别名注解,用于解决列名重复。
ColumnMask - com.mybatisflex.annotation中的注释类型
数据脱敏注解。
com.mybatisflex.annotation - 程序包 com.mybatisflex.annotation
MyBatis-Flex 相关注解。
compareTo(Listener) - 接口 中的方法com.mybatisflex.annotation.Listener
 

D

doInsert(T) - 类 中的方法com.mybatisflex.annotation.AbstractInsertListener
新增操作的前置操作。
doUpdate(T) - 类 中的方法com.mybatisflex.annotation.AbstractUpdateListener
更新操作的前置操作。

E

EnumValue - com.mybatisflex.annotation中的注释类型
枚举属性注解。

I

Id - com.mybatisflex.annotation中的注释类型
数据库表中的列信息注解。
InsertListener - com.mybatisflex.annotation中的接口
用于监听实体类数据被新增到数据库,可以在实体类被新增时做一些前置操作。

K

KeyType - com.mybatisflex.annotation中的枚举
ID 生成策略。
KeyType() - 枚举 的构造器com.mybatisflex.annotation.KeyType
 

L

Listener - com.mybatisflex.annotation中的接口
监听器接口。

N

NoneListener - com.mybatisflex.annotation中的类
空监听器。
NoneListener() - 类 的构造器com.mybatisflex.annotation.NoneListener
 

O

onInsert(Object) - 类 中的方法com.mybatisflex.annotation.AbstractInsertListener
 
onInsert(Object) - 接口 中的方法com.mybatisflex.annotation.InsertListener
新增操作的前置操作。
onInsert(Object) - 类 中的方法com.mybatisflex.annotation.NoneListener
 
onSet(Object, String, Object) - 类 中的方法com.mybatisflex.annotation.NoneListener
 
onSet(Object, String, Object) - 接口 中的方法com.mybatisflex.annotation.SetListener
实体类属性设置。
onUpdate(Object) - 类 中的方法com.mybatisflex.annotation.AbstractUpdateListener
 
onUpdate(Object) - 类 中的方法com.mybatisflex.annotation.NoneListener
 
onUpdate(Object) - 接口 中的方法com.mybatisflex.annotation.UpdateListener
更新操作的前置操作。
order() - 接口 中的方法com.mybatisflex.annotation.Listener
多个监听器时的执行顺序。

R

RelationManyToMany - com.mybatisflex.annotation中的注释类型
多对多映射。
RelationManyToOne - com.mybatisflex.annotation中的注释类型
多对一映射。
RelationOneToMany - com.mybatisflex.annotation中的注释类型
一对多映射。
RelationOneToOne - com.mybatisflex.annotation中的注释类型
一对一映射。

S

SetListener - com.mybatisflex.annotation中的接口
查询实体类数据时,对实体类的属性设置的监听。
supportType - 类 中的变量com.mybatisflex.annotation.AbstractInsertListener
支持的类型
supportType - 类 中的变量com.mybatisflex.annotation.AbstractUpdateListener
支持的类型

T

Table - com.mybatisflex.annotation中的注释类型
数据库表信息注解。

U

UpdateListener - com.mybatisflex.annotation中的接口
用于监听实体类数据被更新到数据库,可以在数据被更新的时候,设置一些默认数据。
UseDataSource - com.mybatisflex.annotation中的注释类型
多数据源切换注解。

V

valueOf(String) - 枚举 中的静态方法com.mybatisflex.annotation.KeyType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.mybatisflex.annotation.KeyType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
A C D E I K L N O R S T U V 
跳过导航链接

Copyright © 2024. All rights reserved.