注释类型 KeySequence
-
@Documented @Inherited @Retention(RUNTIME) @Target(TYPE) public @interface KeySequence序列主键策略oracle
- 从以下版本开始:
- 2017.4.20
- 作者:
- zashitou
-
-
-
dbType
DbType dbType
数据库类型,未配置默认使用注入 IKeyGenerator 实现,多个实现必须指定- 默认值:
- com.baomidou.mybatisplus.annotation.DbType.OTHER
-
-