public interface TenancyHandler
租户信息处理器
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
doStatement(String statementId)
按照statementId处理
|
boolean |
doTable(String table)
按照表名处理
|
void |
setConfig(Properties properties)
配置设置
|
void setConfig(Properties properties)
配置设置
properties - mybatis Interceptor setPropertiesboolean doTable(String table)
按照表名处理
table - 表名boolean doStatement(String statementId)
按照statementId处理
statementId - mybatis statementIdCopyright © 2017. All rights reserved.