Uses of Class
org.jooq.conf.MappedTable

Packages that use MappedTable
org.jooq.conf   
 

Uses of MappedTable in org.jooq.conf
 

Fields in org.jooq.conf with type parameters of type MappedTable
protected  List<MappedTable> MappedSchema.tables
           
 

Methods in org.jooq.conf that return MappedTable
 MappedTable MappedTable.withInput(String value)
           
 MappedTable MappedTable.withOutput(String value)
           
 

Methods in org.jooq.conf that return types with arguments of type MappedTable
 List<MappedTable> MappedSchema.getTables()
           
 

Methods in org.jooq.conf with parameters of type MappedTable
 MappedSchema MappedSchema.withTables(MappedTable... values)
           
 

Method parameters in org.jooq.conf with type arguments of type MappedTable
 MappedSchema MappedSchema.withTables(Collection<MappedTable> values)
           
 



Copyright © 2012. All Rights Reserved.