| 限定符和类型 | 字段和说明 |
|---|---|
protected boolean |
before
是否前执行
|
static RowKey |
ID_AUTO
自增 ID
|
static RowKey |
ID_UUID
UUID 的 ID
|
protected String |
keyColumn
主键字段
|
protected com.mybatisflex.annotation.KeyType |
keyType
主键类型
|
protected String |
value
主键类型为 Sequence 和 Generator 时的对应的内容
|
| 构造器和说明 |
|---|
RowKey() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getKeyColumn() |
com.mybatisflex.annotation.KeyType |
getKeyType() |
String |
getValue() |
boolean |
isBefore() |
static RowKey |
of(String keyColumn) |
static RowKey |
of(String keyColumn,
com.mybatisflex.annotation.KeyType keyType) |
static RowKey |
of(String keyColumn,
com.mybatisflex.annotation.KeyType keyType,
String keyTypeValue) |
static RowKey |
of(String keyColumn,
com.mybatisflex.annotation.KeyType keyType,
String keyTypeValue,
boolean before) |
protected com.mybatisflex.annotation.KeyType keyType
protected boolean before
public RowKey()
public static RowKey of(String keyColumn, com.mybatisflex.annotation.KeyType keyType, String keyTypeValue)
public static RowKey of(String keyColumn, com.mybatisflex.annotation.KeyType keyType, String keyTypeValue, boolean before)
public String getKeyColumn()
public com.mybatisflex.annotation.KeyType getKeyType()
public boolean isBefore()
Copyright © 2023. All rights reserved.