Uses of Interface
org.jooq.util.GeneratorStrategy

Uses of GeneratorStrategy in org.jooq.util
 

Classes in org.jooq.util that implement GeneratorStrategy
 class AbstractGeneratorStrategy
          Common base class for convenience method abstraction
 class DefaultGeneratorStrategy
          The default naming strategy for the DefaultGenerator
 

Methods in org.jooq.util that return GeneratorStrategy
 GeneratorStrategy Generator.getStrategy()
          Get this generator's underlying naming strategy
 GeneratorStrategy DefaultGenerator.getStrategy()
           
 

Methods in org.jooq.util with parameters of type GeneratorStrategy
 void Generator.setStrategy(GeneratorStrategy strategy)
          Set a naming strategy to this generator
 void DefaultGenerator.setStrategy(GeneratorStrategy strategy)
           
 



Copyright © 2012. All Rights Reserved.