Uses of Interface
org.objectweb.jorm.comp.generator.api.MOPFactory

Packages that use MOPFactory
org.objectweb.jorm.comp.generator.api   
org.objectweb.jorm.comp.generator.file   
org.objectweb.jorm.comp.generator.fos   
org.objectweb.jorm.comp.generator.lib   
org.objectweb.jorm.comp.generator.memory   
org.objectweb.jorm.comp.generator.rdb   
 

Uses of MOPFactory in org.objectweb.jorm.comp.generator.api
 

Methods in org.objectweb.jorm.comp.generator.api with parameters of type MOPFactory
 void JormGenerator.setMOPFactory(MOPFactory mopf)
          This setter method permit to specify which MOPFactory must be used in this JormGenerator instance.
 

Uses of MOPFactory in org.objectweb.jorm.comp.generator.file
 

Classes in org.objectweb.jorm.comp.generator.file that implement MOPFactory
 class FileMOPFactory
           
 

Uses of MOPFactory in org.objectweb.jorm.comp.generator.fos
 

Classes in org.objectweb.jorm.comp.generator.fos that implement MOPFactory
 class FosMOPFactory
           
 

Uses of MOPFactory in org.objectweb.jorm.comp.generator.lib
 

Methods in org.objectweb.jorm.comp.generator.lib with parameters of type MOPFactory
 void JormGeneratorImpl.setMOPFactory(MOPFactory mopf)
          This setter method permit to specify which MOPFactory must be used in this JormGenerator instance.
 

Constructors in org.objectweb.jorm.comp.generator.lib with parameters of type MOPFactory
JormGeneratorImpl(MOPFactory mopf)
          This constructor allows to specify which MOPFactory must be used in this JormGenerator instance.
 

Uses of MOPFactory in org.objectweb.jorm.comp.generator.memory
 

Classes in org.objectweb.jorm.comp.generator.memory that implement MOPFactory
 class MemoryMOPFactory
           
 

Uses of MOPFactory in org.objectweb.jorm.comp.generator.rdb
 

Classes in org.objectweb.jorm.comp.generator.rdb that implement MOPFactory
 class RdbMOPFactory