| 程序包 | 说明 |
|---|---|
| tk.mybatis.mapper.entity | |
| tk.mybatis.mapper.genid |
| 限定符和类型 | 方法和说明 |
|---|---|
Class<? extends GenId> |
EntityColumn.getGenIdClass() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
EntityColumn.setGenIdClass(Class<? extends GenId> genIdClass) |
| 限定符和类型 | 类和说明 |
|---|---|
static class |
GenId.NULL |
| 限定符和类型 | 字段和说明 |
|---|---|
static Map<Class<? extends GenId>,GenId> |
GenIdUtil.CACHE |
static Map<Class<? extends GenId>,GenId> |
GenIdUtil.CACHE |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
GenIdUtil.genId(Object target,
String property,
Class<? extends GenId> genClass,
String table,
String column)
生成 Id
|
Copyright © 2022. All Rights Reserved.