| Interface | Description |
|---|---|
| GenId<T> |
通过接口生成主键
|
| Class | Description |
|---|---|
| GenId.NULL | |
| GenIdKeyGenerator |
生成主键
|
| GenIdSqlSource |
当需要插入前生成主键时,通过封装 SqlSource,实现在执行前生成主键
|
| KeySqlMsCustomize |
针对实体类上主键策略的处理,当方法使用 MyBatis 注解配置过主键策略时,会有警告信息,并跳过主键的自动配置
|
| KeySqlSqlSourceCustomize |
主键生成器,before 逻辑处理
|
Copyright © 2022. All rights reserved.