| 程序包 | 说明 |
|---|---|
| com.baomidou.mybatisplus.annotations |
注解方法类
|
| com.baomidou.mybatisplus.generator |
自动生成代码相关类
|
| com.baomidou.mybatisplus.toolkit |
工具包类
|
| 限定符和类型 | 方法和说明 |
|---|---|
static IdType |
IdType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static IdType[] |
IdType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected IdType |
ConfigGenerator.idType |
| 限定符和类型 | 方法和说明 |
|---|---|
IdType |
ConfigGenerator.getIdType() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ConfigGenerator.setIdType(IdType idType) |
| 限定符和类型 | 方法和说明 |
|---|---|
IdType |
TableInfo.getIdType() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
TableInfo.setIdType(IdType idType) |
Copyright © 2016. All rights reserved.