| 程序包 | 说明 |
|---|---|
| com.baomidou.mybatisplus.entity |
实体类
|
| com.baomidou.mybatisplus.incrementer | |
| com.baomidou.mybatisplus.toolkit |
工具包类
|
| 限定符和类型 | 方法和说明 |
|---|---|
IKeyGenerator |
GlobalConfiguration.getKeyGenerator() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
GlobalConfiguration.setKeyGenerator(IKeyGenerator keyGenerator) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DB2KeyGenerator
DB2 Sequence
|
class |
H2KeyGenerator
H2 Sequence
|
class |
OracleKeyGenerator
Oracle Key Sequence 生成器
|
class |
PostgreKeyGenerator
Postgre Sequence
|
| 限定符和类型 | 方法和说明 |
|---|---|
static IKeyGenerator |
GlobalConfigUtils.getKeyGenerator(org.apache.ibatis.session.Configuration configuration) |
Copyright © 2017. All rights reserved.