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

Packages that use MOP
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 MOP in org.objectweb.jorm.comp.generator.api
 

Methods in org.objectweb.jorm.comp.generator.api that return MOP
 MOP MOPFactory.createMappingMOP(CompilerParameter cp)
          This method must return a new instance of a MappingMOP
 MOP MOPFactory.createBindingMOP(CompilerParameter cp)
          This method must return a new instance of a BindingMOP
 

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

Classes in org.objectweb.jorm.comp.generator.file that implement MOP
 class FileBindingMOP
           
 class FileMappingMOP
           
 

Methods in org.objectweb.jorm.comp.generator.file that return MOP
 MOP FileMOPFactory.createMappingMOP(CompilerParameter cp)
          This method must return a new instance of a MappingMOP
 MOP FileMOPFactory.createBindingMOP(CompilerParameter cp)
          This method must return a new instance of a BindingMOP
 

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

Classes in org.objectweb.jorm.comp.generator.fos that implement MOP
 class FosBindingMOP
           
 class FosMappingMOP
           
 

Methods in org.objectweb.jorm.comp.generator.fos that return MOP
 MOP FosMOPFactory.createMappingMOP(CompilerParameter cp)
          This method must return a new instance of a MappingMOP
 MOP FosMOPFactory.createBindingMOP(CompilerParameter cp)
          This method must return a new instance of a BindingMOP
 

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

Fields in org.objectweb.jorm.comp.generator.lib declared as MOP
protected  MOP BindingGenerator.bmop
          The mapper specialization
 

Methods in org.objectweb.jorm.comp.generator.lib with parameters of type MOP
 void BindingGenerator.setBindingMOP(MOP _bmop)
          This sette method permits to specify which BindingMOP must be used
 void MappingGenerator.setMappingMOP(MOP _bmop)
          This sette method permits to specify which MappingMOP must be used
 

Constructors in org.objectweb.jorm.comp.generator.lib with parameters of type MOP
BindingGenerator(MOP _bmop)
          This constrcutor permits to specify which BindingMOP must be used
MappingGenerator(MOP _bmop)
          This constrcutor permits to specify which MappingMOP must be used
 

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

Classes in org.objectweb.jorm.comp.generator.memory that implement MOP
 class MemoryBindingMOP
          This class implements the BindingMOP interface in order to specialize the generation of the PBinding for the relationnal database spport.
 class MemoryMappingMOP
           
 

Methods in org.objectweb.jorm.comp.generator.memory that return MOP
 MOP MemoryMOPFactory.createMappingMOP(CompilerParameter cp)
          This method must return a new instance of a MappingMOP
 MOP MemoryMOPFactory.createBindingMOP(CompilerParameter cp)
          This method must return a new instance of a BindingMOP
 

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

Classes in org.objectweb.jorm.comp.generator.rdb that implement MOP
 class RdbBindingMOP
          This class implements the BindingMOP interface in order to specialize the generation of the PBinding for the relationnal database spport.
 class RdbMappingMOP
           
 

Methods in org.objectweb.jorm.comp.generator.rdb that return MOP
 MOP RdbMOPFactory.createMappingMOP(CompilerParameter cp)
          This method must return a new instance of a MappingMOP
 MOP RdbMOPFactory.createBindingMOP(CompilerParameter cp)
          This method must return a new instance of a BindingMOP