Uses of Class
org.jooq.conf.MappedTable
-
Uses of MappedTable in org.jooq.conf
Modifier 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.Modifier and TypeMethodDescriptionvoid
MappedSchema.setTables
(List<MappedTable> tables) MappedSchema.withTables
(Collection<MappedTable> values) MappedSchema.withTables
(List<MappedTable> tables)