Uses of Class
org.jooq.util.jaxb.Generator

Packages that use Generator
org.jooq.util.jaxb   
 

Uses of Generator in org.jooq.util.jaxb
 

Fields in org.jooq.util.jaxb declared as Generator
protected  Generator Configuration.generator
           
 

Methods in org.jooq.util.jaxb that return Generator
 Generator Configuration.getGenerator()
          Gets the value of the generator property.
 Generator Generator.withDatabase(Database value)
           
 Generator Generator.withGenerate(Generate value)
           
 Generator Generator.withName(String value)
           
 Generator Generator.withStrategy(Strategy value)
           
 Generator Generator.withTarget(Target value)
           
 

Methods in org.jooq.util.jaxb with parameters of type Generator
 void Configuration.setGenerator(Generator value)
          Sets the value of the generator property.
 Configuration Configuration.withGenerator(Generator value)
           
 



Copyright © 2012. All Rights Reserved.