Uses of Interface
org.objectweb.jorm.api.JormConfigurator

Packages that use JormConfigurator
org.objectweb.jorm.compiler.api   
org.objectweb.jorm.compiler.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.api
 

Subinterfaces of JormConfigurator in org.objectweb.jorm.compiler.api
 interface JormCompilerConfigurator
          Used to hold the configuration information related to a JORM compiler instance.
 

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

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

Uses of JormConfigurator in org.objectweb.jorm.lib
 

Classes in org.objectweb.jorm.lib that implement JormConfigurator
 class JormConfiguratorImpl
          Used to hold the configuration information related to the JORM runtime.
 

Methods in org.objectweb.jorm.lib that return JormConfigurator
 JormConfigurator Mapper.getJormConfigurator()
           
 

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)
           
 

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

Constructors in org.objectweb.jorm.mapper.rdb.lib with parameters of type JormConfigurator
MapperJDBC(JormConfigurator jc)
           
MapperJCA_JDBC(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.