Uses of Class
org.objectweb.jorm.lib.JormConfigurator

Packages that use JormConfigurator
org.objectweb.jorm.compiler.lib   
org.objectweb.jorm.generator.api   
org.objectweb.jorm.generator.lib   
org.objectweb.jorm.lib   
org.objectweb.jorm.mapper.rdb.lib   
org.objectweb.jorm.mi2xml.api   
org.objectweb.jorm.mi2xml.lib   
 

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

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

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

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

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

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

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

Methods in org.objectweb.jorm.generator.lib with parameters of type JormConfigurator
 void MappingGenerator.generate(Class co, TargetHolder holder, JormCompilerParameter cp, JormConfigurator jcc, java.util.Map genctxts)
          This method generates a XXXPMapping file corresponding to the pod parameter in the directory parameter
 void JormGenerator.setCompilerConfigurator(JormConfigurator jcc)
          Assigns the compiler configurator to this generator.
 void JormGenerator.generate(Class mo, TargetHolder holder, JormCompilerParameter cp, JormConfigurator jcc)
          This method generates the jorm objects by delegation to the AccessorGenerator, the BindingGenerator and the MappingGenerator.
 void BindingGenerator.generate(Class co, TargetHolder holder, JormCompilerParameter cp, JormConfigurator jcc, java.util.Map genctxts)
          This method generates a XPBinding file corresponding to the pod parameter in the directory parameter
 

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

Uses of JormConfigurator in org.objectweb.jorm.lib
 

Methods in org.objectweb.jorm.lib with parameters of type JormConfigurator
 void Mapper.setJormConfigurator(JormConfigurator jormConfigurator)
           
 

Constructors in org.objectweb.jorm.lib with parameters of type JormConfigurator
MapperJCA(JormConfigurator jc)
           
Mapper(JormConfigurator c)
          It builds a JormCompiler with the specified JormCompilerParameter instance.
 

Uses of JormConfigurator in org.objectweb.jorm.mapper.rdb.lib
 

Constructors in org.objectweb.jorm.mapper.rdb.lib with parameters of type JormConfigurator
MapperJCA_JDBC(JormConfigurator jc)
           
MapperJDBC(JormConfigurator jc)
           
 

Uses of JormConfigurator in org.objectweb.jorm.mi2xml.api
 

Methods in org.objectweb.jorm.mi2xml.api with parameters of type JormConfigurator
 void Writer.init(JormConfigurator compilerConfigurator)
          Initializes a BasicDomWriter object.
 

Uses of JormConfigurator in org.objectweb.jorm.mi2xml.lib
 

Methods in org.objectweb.jorm.mi2xml.lib with parameters of type JormConfigurator
 void BasicDomWriter.init(JormConfigurator compilerConfigurator)
          Initializes a BasicDomWriter object.