| 程序包 | 说明 |
|---|---|
| com.mybatisflex.core.keygen | |
| com.mybatisflex.core.row |
| 限定符和类型 | 字段和说明 |
|---|---|
protected RowKey |
RowCustomKeyGenerator.rowKey |
| 限定符和类型 | 方法和说明 |
|---|---|
private org.apache.ibatis.executor.keygen.KeyGenerator[] |
RowKeyGenerator.buildRowKeyGenerators(RowKey[] rowKeys) |
private org.apache.ibatis.executor.keygen.KeyGenerator |
RowKeyGenerator.createByRowKey(RowKey rowKey) |
| 构造器和说明 |
|---|
RowCustomKeyGenerator(RowKey rowKey) |
| 限定符和类型 | 字段和说明 |
|---|---|
static RowKey |
RowKey.ID_AUTO
自增 ID
|
static RowKey |
RowKey.ID_UUID
UUID 的 ID
|
private RowKey[] |
Row.primaryKeys |
| 限定符和类型 | 方法和说明 |
|---|---|
(专用程序包) RowKey[] |
Row.obtainsPrimaryKeys() |
static RowKey[] |
RowCPI.obtainsPrimaryKeys(Row row) |
static RowKey |
RowKey.of(String keyColumn) |
static RowKey |
RowKey.of(String keyColumn,
KeyType keyType) |
static RowKey |
RowKey.of(String keyColumn,
KeyType keyType,
String keyTypeValue) |
static RowKey |
RowKey.of(String keyColumn,
KeyType keyType,
String keyTypeValue,
boolean before) |
| 限定符和类型 | 方法和说明 |
|---|---|
static Row |
Row.ofKey(RowKey... rowKeys) |
static Row |
Row.ofKey(RowKey[] rowKeys,
Object[] value) |
static Row |
Row.ofKey(RowKey rowKey,
Object value) |
Copyright © 2023. All rights reserved.