public class TableInfo extends Object
| Constructor and Description |
|---|
TableInfo() |
| Modifier and Type | Method and Description |
|---|---|
TableInfo |
addMapperInterfaceClass(Class<?> mapperInterface)
设置关联的 mapper interface class
|
String |
getActualTableName()
获取表名称,优先取
escapedTableName,如果没有则取 tableName |
public String getActualTableName()
escapedTableName,如果没有则取 tableNameCopyright © 2018–2019. All rights reserved.