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

Packages that use MOPFactory
org.objectweb.jorm.compiler.api   
org.objectweb.jorm.compiler.lib   
org.objectweb.jorm.generator.api   
org.objectweb.jorm.generator.lib   
org.objectweb.jorm.mapper.fos.generator   
org.objectweb.jorm.mapper.mem.generator   
org.objectweb.jorm.mapper.rdb.generator   
 

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

Methods in org.objectweb.jorm.compiler.api that return MOPFactory
 MOPFactory JormCompilerConfigurator.getMOPFactory(java.lang.String mappername)
          Gets the MOP factory associated with the given mapper.
 

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

Methods in org.objectweb.jorm.compiler.lib that return MOPFactory
 MOPFactory JormCompilerConfiguratorImpl.getMOPFactory(java.lang.String mappername)
          Gets the MOP factory associated with the given mapper.
 

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

Methods in org.objectweb.jorm.generator.api with parameters of type MOPFactory
 void Generator.addMappingGenerator(java.lang.String mappername, MOPFactory mappinggenerator)
          Adds a mapping generator which generates a specific mapping part.
 

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

Methods in org.objectweb.jorm.generator.lib with parameters of type MOPFactory
 void JormGenerator.addMappingGenerator(java.lang.String mappername, MOPFactory mappinggenerator)
          Adds a mapping generator which generates a specific mapping part.
 

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

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

Uses of MOPFactory in org.objectweb.jorm.mapper.mem.generator
 

Classes in org.objectweb.jorm.mapper.mem.generator that implement MOPFactory
 class MemMOPFactory
           
 

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

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