| Package | Description |
|---|---|
| sf.database.dao | |
| sf.ext.gen |
| Modifier and Type | Method and Description |
|---|---|
void |
DBMethod.genPojoCodes(String pkg,
String srcPath,
GenConfig config)
根据表名生成对应的pojo类
|
void |
DBClient.genPojoCodes(String pkg,
String srcPath,
GenConfig config) |
| Modifier and Type | Method and Description |
|---|---|
GenConfig |
GenConfig.preferBigDecimal(boolean prefer) |
GenConfig |
GenConfig.preferPrimitive(boolean primitive) |
GenConfig |
GenConfig.setBaseClass(String baseClass) |
GenConfig |
GenConfig.setDisplay(boolean display) |
GenConfig |
GenConfig.setSpace(int count) |
| Modifier and Type | Method and Description |
|---|---|
void |
MapperImplCodeGen.genCode(String srcPath,
String entityPkg,
String entityClass,
TableInfo tableDesc,
GenConfig config,
boolean isDisplay) |
void |
CodeGen.genCode(String srcPath,
String entityPkg,
String entityClass,
TableInfo tableDesc,
GenConfig config,
boolean isDisplay) |
void |
MapperCodeGen.genCode(String srcPath,
String entityPkg,
String entityClass,
TableInfo tableDesc,
GenConfig config,
boolean isDisplay) |
| Constructor and Description |
|---|
PojoGen(Connection conn,
String pkg,
String srcPath,
GenConfig config) |
Copyright © 2020. All rights reserved.