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

Packages that use MOP
org.objectweb.jorm.generator.api   
org.objectweb.jorm.mapper.fos.generator   
org.objectweb.jorm.mapper.mem.generator   
org.objectweb.jorm.mapper.rdb.generator   
 

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

Methods in org.objectweb.jorm.generator.api that return MOP
 MOP MOPFactory.createMappingMOP(JormCompilerParameter cp, java.lang.String mappername)
          This method must return a new instance of a MappingMOP.
 

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

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

Methods in org.objectweb.jorm.mapper.fos.generator that return MOP
 MOP FosMOPFactory.createMappingMOP(JormCompilerParameter cp, java.lang.String mappername)
          This method must return a new instance of a MappingMOP
 

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

Classes in org.objectweb.jorm.mapper.mem.generator that implement MOP
 class MemBindingMOP
          This class implements the BindingMOP interface in order to specialize the generation of the PBinding for the memory mapping.
 class MemMappingMOP
          This class implements the BindingMOP interface in order to specialize the generation of the PClassMapping for the memory mapping.
 

Methods in org.objectweb.jorm.mapper.mem.generator that return MOP
 MOP MemMOPFactory.createMappingMOP(JormCompilerParameter cp, java.lang.String mappername)
          This method must return a new instance of a MappingMOP
 MOP MemMOPFactory.createBindingMOP(JormCompilerParameter cp, java.lang.String mappername)
          This method must return a new instance of a BindingMOP
 

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

Classes in org.objectweb.jorm.mapper.rdb.generator that implement MOP
 class RdbMappingMOP
           
 

Methods in org.objectweb.jorm.mapper.rdb.generator that return MOP
 MOP RdbMOPFactory.createMappingMOP(JormCompilerParameter cp, java.lang.String mappername)
          This method must return a new instance of a MappingMOP