移除自定义别名

This commit is contained in:
yulichang 2021-11-17 12:19:46 +08:00
parent 558bfb6f61
commit 3910a2de79

View File

@ -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>
* 实体类反射获取表信息初始化 * 实体类反射获取表信息初始化