public class EntityGenerator extends Object
| 构造器和说明 |
|---|
EntityGenerator() |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
buildByTable(String packName,
TableWrap tw,
String clzName,
boolean camel) |
static void |
createByDb(String packName,
DbContext db) |
static void |
createByDb(String packDir,
String packName,
DbContext db) |
static void |
createByDb(String packDir,
String packName,
DbContext db,
String clzNameTml,
boolean camel) |
public static void createByDb(String packDir, String packName, DbContext db, String clzNameTml, boolean camel) throws IOException
IOExceptionpublic static void createByDb(String packDir, String packName, DbContext db) throws IOException
IOExceptionpublic static void createByDb(String packName, DbContext db) throws IOException
IOExceptionCopyright © 2020. All rights reserved.