| Package | Description |
|---|---|
| app.myoss.cloud.mybatis.mapper.register | |
| app.myoss.cloud.mybatis.table |
| Constructor and Description |
|---|
MapperInterfaceRegister(TableConfig tableConfig)
初始化 通用 Mapper 接口注册器
|
| Modifier and Type | Method and Description |
|---|---|
static TableInfo |
TableMetaObject.getTableInfo(Class<?> entityClass,
TableConfig config,
org.apache.ibatis.session.Configuration configuration)
获取缓存中的"数据库表结构信息",或者获取初始化"数据库表结构信息"
|
static TableInfo |
TableMetaObject.getTableInfoByMapperInterface(Class<?> mapperInterface,
TableConfig config,
org.apache.ibatis.session.Configuration configuration)
获取缓存中的"数据库表结构信息",或者获取初始化"数据库表结构信息"
|
Copyright © 2018–2019. All rights reserved.