Uses of Class
cool.scx.data.jdbc.AnnotationConfigTable
Packages that use AnnotationConfigTable
-
Uses of AnnotationConfigTable in cool.scx.data.jdbc
Fields in cool.scx.data.jdbc declared as AnnotationConfigTableModifier and TypeFieldDescriptionprotected final AnnotationConfigTableJDBCDao.tableInfo实体类对应的 table 结构Methods in cool.scx.data.jdbc that return AnnotationConfigTableMethods in cool.scx.data.jdbc with parameters of type AnnotationConfigTableModifier and TypeMethodDescriptionstatic AnnotationConfigColumn[]JDBCDaoHelper.filter(FieldFilter fieldFilter, AnnotationConfigTable tableInfo) 过滤static AnnotationConfigColumn[]JDBCDaoHelper.filter(FieldFilter fieldFilter, Object entity, AnnotationConfigTable tableInfo) 过滤 -
Uses of AnnotationConfigTable in cool.scx.data.jdbc.parser
Constructors in cool.scx.data.jdbc.parser with parameters of type AnnotationConfigTableModifierConstructorDescriptionJDBCDaoGroupByParser(AnnotationConfigTable tableInfo) JDBCDaoOrderByParser(AnnotationConfigTable tableInfo) JDBCDaoWhereParser(AnnotationConfigTable tableInfo, Dialect dialect)