Uses of Class
org.jooq.conf.MappedTable
Packages that use MappedTable
-
Uses of MappedTable in org.jooq.conf
Fields in org.jooq.conf with type parameters of type MappedTableMethods in org.jooq.conf that return MappedTableModifier and TypeMethodDescriptionObjectFactory.createMappedTable()
Create an instance ofMappedTable
The input table as defined inNamed.getName()
MappedTable.withInputExpression
(Pattern value) A regular expression matching the input table name as defined inNamed.getName()
MappedTable.withOutput
(String value) The output table as it will be rendered in SQL.Methods in org.jooq.conf that return types with arguments of type MappedTableMethods in org.jooq.conf with parameters of type MappedTableMethod parameters in org.jooq.conf with type arguments of type MappedTableModifier and TypeMethodDescriptionvoid
MappedSchema.setTables
(List<MappedTable> tables) MappedSchema.withTables
(Collection<MappedTable> values) MappedSchema.withTables
(List<MappedTable> tables)