public static class FlexGlobalConfig.KeyConfig extends Object
Id 的配置| 限定符和类型 | 字段和说明 |
|---|---|
private boolean |
before |
private com.mybatisflex.annotation.KeyType |
keyType |
private String |
value |
| 构造器和说明 |
|---|
KeyConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
com.mybatisflex.annotation.KeyType |
getKeyType() |
String |
getValue() |
boolean |
isBefore() |
void |
setBefore(boolean before) |
void |
setKeyType(com.mybatisflex.annotation.KeyType keyType) |
void |
setValue(String value) |
public KeyConfig()
public com.mybatisflex.annotation.KeyType getKeyType()
public void setKeyType(com.mybatisflex.annotation.KeyType keyType)
public boolean isBefore()
public void setBefore(boolean before)
Copyright © 2023. All rights reserved.