| 程序包 | 说明 |
|---|---|
| com.baomidou.mybatisplus.enums |
枚举类
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Optimize |
Optimize.getOptimizeType(String optimizeType)
获取优化类型.如果没有找到默认DEFAULT
|
static Optimize |
Optimize.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Optimize[] |
Optimize.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All rights reserved.