Package com.github.yulichang.toolkit
Class TableList
java.lang.Object
com.github.yulichang.toolkit.TableList
- All Implemented Interfaces:
Serializable
- Author:
- yulichang
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleangetByClassFirst(Class<?> clazz) getPrefixByClass(Class<?> clazz) getPrefixByClassAssert(Class<?> clazz) getPrefixByClassParent(Class<?> clazz) getPrefixOther(Integer index, Class<?> clazz) void添加关联表
-
Constructor Details
-
TableList
public TableList()
-
-
Method Details
-
put
添加关联表- Parameters:
pIndex- 上级索引 可以为nullclazz- 关联表类hasAlias- 是否有别名alias- 别名index- 索引
-
getPrefix
-
getPrefixOther
-
getPrefixByClass
-
getPrefixByClassAssert
-
getPrefixByClassParent
-
getByClassFirst
-
contain
-
clear
public void clear()
-