Package | Description |
---|---|
tk.mybatis.mapper.entity | |
tk.mybatis.mapper.genid |
Modifier and Type | Method and Description |
---|---|
Class<? extends GenId> |
EntityColumn.getGenIdClass() |
Modifier and Type | Method and Description |
---|---|
void |
EntityColumn.setGenIdClass(Class<? extends GenId> genIdClass) |
Modifier and Type | Class and Description |
---|---|
static class |
GenId.NULL |
Modifier and Type | Field and Description |
---|---|
static Map<Class<? extends GenId>,GenId> |
GenIdUtil.CACHE |
static Map<Class<? extends GenId>,GenId> |
GenIdUtil.CACHE |
Modifier and Type | Method and Description |
---|---|
static void |
GenIdUtil.genId(Object target,
String property,
Class<? extends GenId> genClass,
String table,
String column)
生成 Id
|
Copyright © 2018. All rights reserved.