Uses of Class
org.jooq.conf.MappedSchema

Packages that use MappedSchema
org.jooq.conf   
 

Uses of MappedSchema in org.jooq.conf
 

Fields in org.jooq.conf with type parameters of type MappedSchema
protected  List<MappedSchema> RenderMapping.schemata
           
 

Methods in org.jooq.conf that return MappedSchema
 MappedSchema ObjectFactory.createMappedSchema()
          Create an instance of MappedSchema
 MappedSchema MappedSchema.withInput(String value)
           
 MappedSchema MappedSchema.withOutput(String value)
           
 MappedSchema MappedSchema.withTables(Collection<MappedTable> values)
           
 MappedSchema MappedSchema.withTables(List<MappedTable> tables)
           
 MappedSchema MappedSchema.withTables(MappedTable... values)
           
 

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

Methods in org.jooq.conf with parameters of type MappedSchema
 RenderMapping RenderMapping.withSchemata(MappedSchema... values)
           
 

Method parameters in org.jooq.conf with type arguments of type MappedSchema
 void RenderMapping.setSchemata(List<MappedSchema> schemata)
           
 RenderMapping RenderMapping.withSchemata(Collection<MappedSchema> values)
           
 RenderMapping RenderMapping.withSchemata(List<MappedSchema> schemata)
           
 



Copyright © 2012. All Rights Reserved.