public class TableManager extends Object
| 构造器和说明 |
|---|
TableManager() |
| 限定符和类型 | 方法和说明 |
|---|---|
static TableProperties |
addTable(String name,
String tblName) |
static TableProperties |
getTable(String name) |
static String |
getTableName(Class<?> clazz) |
static LinkedHashMap<String,TableProperties> |
getTbls() |
public static LinkedHashMap<String,TableProperties> getTbls()
public static TableProperties addTable(String name, String tblName)
public static TableProperties getTable(String name)
Copyright © 2018. All Rights Reserved.