public class TableConfigSet extends Object implements ITableConfigSet
| 构造器和说明 |
|---|
TableConfigSet(GlobalConfig globalConfig) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
foreach(Consumer<ITableSetter> consumer)
对所有表统一处理
|
void |
initTables()
获取所有的数据库表信息
|
ITableConfigSet |
table(String tableName)
增加表tableName映射关系
|
ITableConfigSet |
table(String tableName,
Consumer<ITableSetter> consumer)
增加表tableName映射关系
|
public TableConfigSet(GlobalConfig globalConfig)
public ITableConfigSet table(String tableName)
ITableConfigSettable 在接口中 ITableConfigSetpublic ITableConfigSet table(String tableName, Consumer<ITableSetter> consumer)
ITableConfigSettable 在接口中 ITableConfigSetpublic void foreach(Consumer<ITableSetter> consumer)
ITableConfigSetforeach 在接口中 ITableConfigSetpublic void initTables()
Copyright © 2020. All rights reserved.