Package com.pugwoo.dbhelper.cache
Class ClassInfoCache
java.lang.Object
com.pugwoo.dbhelper.cache.ClassInfoCache
缓存类相关信息
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetColumnFields(Class<?> clazz) 获得clazz的所有Column字段static MethodgetFieldGetMethod(Field field) 获得field对应的method的缓存数据static MethodgetFieldSetMethod(Field field) 获得field对应的method的缓存数据getRelatedColumns(Class<?> clazz) static Table
-
Constructor Details
-
ClassInfoCache
public ClassInfoCache()
-
-
Method Details
-
getFieldSetMethod
获得field对应的method的缓存数据- Parameters:
field- 字段- Returns:
- 不存在返回null
-
getFieldGetMethod
获得field对应的method的缓存数据- Parameters:
field- 字段- Returns:
- 不存在返回null
-
getColumnFields
获得clazz的所有Column字段 -
getTable
-
getRelatedColumns
-