Uses of Interface
org.objectweb.jorm.generator.api.Generator

Packages that use Generator
org.objectweb.jorm.compiler.api   
org.objectweb.jorm.compiler.lib   
org.objectweb.jorm.generator.lib   
 

Uses of Generator in org.objectweb.jorm.compiler.api
 

Methods in org.objectweb.jorm.compiler.api that return Generator
 Generator JormCompilerConfigurator.getGenerator()
          Gets the generator to be used by JORM.
 

Uses of Generator in org.objectweb.jorm.compiler.lib
 

Fields in org.objectweb.jorm.compiler.lib declared as Generator
protected  Generator JormCompiler.generator
          generator is a simple JormGenerator object, which is able to generate java file.
 

Methods in org.objectweb.jorm.compiler.lib that return Generator
 Generator JormCompilerConfiguratorImpl.getGenerator()
          Gets the generator to be used by JORM.
 

Uses of Generator in org.objectweb.jorm.generator.lib
 

Classes in org.objectweb.jorm.generator.lib that implement Generator
 class JormGenerator
          This class start the generations of the jorm objects and user object.