Uses of Interface
org.objectweb.jorm.compiler.api.JormCompilerConfigurator

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

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

Classes in org.objectweb.jorm.compiler.lib that implement JormCompilerConfigurator
 class JormCompilerConfiguratorImpl
          Used to hold the configuration information related to a JORM compiler instance.
 

Fields in org.objectweb.jorm.compiler.lib declared as JormCompilerConfigurator
protected  JormCompilerConfigurator JormCompiler.compilerConfigurator
          The compiler configurator
 

Methods in org.objectweb.jorm.compiler.lib that return JormCompilerConfigurator
 JormCompilerConfigurator JormCompiler.getCompilerConfigurator()
          It retrieves the CompilerParameter associated to the compiler
 

Constructors in org.objectweb.jorm.compiler.lib with parameters of type JormCompilerConfigurator
JormCompiler(JormCompilerParameter cp, JormCompilerConfigurator cc)
          It builds a JormCompiler with the specified JormCompilerParameter instance.
 

Uses of JormCompilerConfigurator in org.objectweb.jorm.generator.api
 

Methods in org.objectweb.jorm.generator.api with parameters of type JormCompilerConfigurator
 void Generator.setCompilerConfigurator(JormCompilerConfigurator jcc)
          Assigns the compiler configurator to this generator.
 void Generator.generate(Class mo, TargetHolder th, JormCompilerParameter cp, JormCompilerConfigurator jcc)
          Generates code for the given Class.
 

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

Methods in org.objectweb.jorm.generator.lib with parameters of type JormCompilerConfigurator
 void MappingGenerator.generate(Class clazz, TargetHolder holder, JormCompilerParameter cp, JormCompilerConfigurator jcc)
          Generates java code mapping for a jorm class.
 void JormGenerator.setCompilerConfigurator(JormCompilerConfigurator jcc)
          Assigns the compiler configurator to this generator.
 void JormGenerator.generate(Class mo, TargetHolder holder, JormCompilerParameter cp, JormCompilerConfigurator jcc)
          This method generates the jorm objects by delegation to the AccessorGenerator, the BindingGenerator and the MappingGenerator.
 void BindingGenerator.generate(Class clazz, TargetHolder holder, JormCompilerParameter cp, JormCompilerConfigurator jcc)
          This method generates a XPBinding file corresponding to the pod parameter in the directory parameter
 void AbstractMappingGenerator.generate(Class clazz, TargetHolder holder, JormCompilerParameter cp, JormCompilerConfigurator jcc)
           
 

Constructors in org.objectweb.jorm.generator.lib with parameters of type JormCompilerConfigurator
MappingGenerator(JormCompilerConfigurator jcc, JormCompilerParameter cp)
          This constrcutor permits to specify which BindingMOP must be used
AbstractMappingGenerator(JormCompilerConfigurator jcc, JormCompilerParameter cp)
          This constrcutor permits to specify which BindingMOP must be used