Uses of Class
org.jooq.conf.MappedTable
-
Packages that use MappedTable Package Description org.jooq.conf -
-
Uses of MappedTable in org.jooq.conf
Fields in org.jooq.conf with type parameters of type MappedTable Modifier and Type Field Description protected java.util.List<MappedTable>
MappedSchema. tables
Methods in org.jooq.conf that return MappedTable Modifier and Type Method Description MappedTable
ObjectFactory. createMappedTable()
Create an instance ofMappedTable
MappedTable
MappedTable. withInput(java.lang.String value)
MappedTable
MappedTable. withInputExpression(java.util.regex.Pattern value)
MappedTable
MappedTable. withOutput(java.lang.String value)
Methods in org.jooq.conf that return types with arguments of type MappedTable Modifier and Type Method Description java.util.List<MappedTable>
MappedSchema. getTables()
Methods in org.jooq.conf with parameters of type MappedTable Modifier and Type Method Description MappedSchema
MappedSchema. withTables(MappedTable... values)
Method parameters in org.jooq.conf with type arguments of type MappedTable Modifier and Type Method Description void
MappedSchema. setTables(java.util.List<MappedTable> tables)
MappedSchema
MappedSchema. withTables(java.util.Collection<MappedTable> values)
MappedSchema
MappedSchema. withTables(java.util.List<MappedTable> tables)
-