public interface ITableConfigSet
| 限定符和类型 | 方法和说明 |
|---|---|
void |
foreach(Consumer<ITableSetter> consumer)
对所有表统一处理
|
ITableConfigSet |
table(String tableName)
增加表tableName映射关系
|
ITableConfigSet |
table(String tableName,
Consumer<ITableSetter> consumer)
增加表tableName映射关系
|
ITableConfigSet table(String tableName)
tableName - ITableConfigSet table(String tableName, Consumer<ITableSetter> consumer)
tableName - consumer - void foreach(Consumer<ITableSetter> consumer)
consumer - Copyright © 2020. All rights reserved.