Uses of Class
cool.scx.data.jdbc.mapping.AnnotationConfigTable
Packages that use AnnotationConfigTable
Package
Description
-
Uses of AnnotationConfigTable in cool.scx.data.jdbc
Methods in cool.scx.data.jdbc that return AnnotationConfigTable -
Uses of AnnotationConfigTable in cool.scx.data.jdbc.column_name_mapping
Constructors in cool.scx.data.jdbc.column_name_mapping with parameters of type AnnotationConfigTable -
Uses of AnnotationConfigTable in cool.scx.data.jdbc.sql_builder
Constructors in cool.scx.data.jdbc.sql_builder with parameters of type AnnotationConfigTableModifierConstructorDescriptionAggregateSQLBuilder(AnnotationConfigTable table, Dialect dialect, JDBCWhereParser whereParser, JDBCGroupByParser groupByParser, JDBCOrderByParser orderByParser) InsertSQLBuilder(AnnotationConfigTable table, Dialect dialect, JDBCColumnNameParser columnNameParser) SelectSQLBuilder(AnnotationConfigTable table, Dialect dialect, JDBCWhereParser whereParser, JDBCOrderByParser orderByParser) UpdateSQLBuilder(AnnotationConfigTable table, Dialect dialect, JDBCColumnNameParser columnNameParser, JDBCWhereParser whereParser, JDBCOrderByParser orderByParser)