| 程序包 | 说明 |
|---|---|
| com.baomidou.mybatisplus.entity |
实体类
|
| com.baomidou.mybatisplus.enums |
枚举类
|
| 限定符和类型 | 方法和说明 |
|---|---|
IdType |
TableInfo.getIdType() |
IdType |
GlobalConfiguration.getIdType() |
static IdType |
GlobalConfiguration.getIdType(org.apache.ibatis.session.Configuration configuration) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
TableInfo.setIdType(IdType idType) |
| 限定符和类型 | 方法和说明 |
|---|---|
static IdType |
IdType.getIdType(int idType)
主键策略 (默认 ID_WORKER)
|
static IdType |
IdType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdType[] |
IdType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All rights reserved.