Class JDBCDaoHelper
java.lang.Object
cool.scx.data.jdbc.JDBCDaoHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AnnotationConfigColumn[]filter(FieldFilter fieldFilter, AnnotationConfigTable tableInfo) 过滤static AnnotationConfigColumn[]filter(FieldFilter fieldFilter, Object entity, AnnotationConfigTable tableInfo) 过滤static JDBCTypegetDataTypeByJavaType(Type type)
-
Constructor Details
-
JDBCDaoHelper
public JDBCDaoHelper()
-
-
Method Details
-
filter
public static AnnotationConfigColumn[] filter(FieldFilter fieldFilter, AnnotationConfigTable tableInfo) 过滤- Parameters:
tableInfo- 带过滤的列表- Returns:
- 过滤后的列表
-
filter
public static AnnotationConfigColumn[] filter(FieldFilter fieldFilter, Object entity, AnnotationConfigTable tableInfo) 过滤- Parameters:
entity- atableInfo- 带过滤的列表- Returns:
- 过滤后的列表
-
getDataTypeByJavaType
-