mirror of
https://gitee.com/best_handsome/mybatis-plus-join
synced 2025-07-11 00:02:22 +08:00
移除自定义别名
This commit is contained in:
parent
558bfb6f61
commit
3910a2de79
@ -66,17 +66,6 @@ public class MPJTableInfoHelper {
|
|||||||
return TABLE_INFO_CACHE.get(clazz);
|
return TABLE_INFO_CACHE.get(clazz);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>
|
|
||||||
* 获取所有实体映射表信息
|
|
||||||
* </p>
|
|
||||||
*
|
|
||||||
* @return 数据库表反射信息集合
|
|
||||||
*/
|
|
||||||
public static List<MPJTableInfo> getTableInfos() {
|
|
||||||
return Collections.unmodifiableList(new ArrayList<>(TABLE_INFO_CACHE.values()));
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <p>
|
* <p>
|
||||||
* 实体类反射获取表信息【初始化】
|
* 实体类反射获取表信息【初始化】
|
||||||
|
Loading…
x
Reference in New Issue
Block a user