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