Uses of Class
org.objectweb.jorm.comp.generator.lib.CommonHelper

Packages that use CommonHelper
org.objectweb.jorm.comp.generator.file   
org.objectweb.jorm.comp.generator.lib   
org.objectweb.jorm.comp.generator.memory   
org.objectweb.jorm.comp.generator.rdb   
 

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

Subclasses of CommonHelper in org.objectweb.jorm.comp.generator.file
 class FileBindingMOP
           
 class FileMappingMOP
           
 

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

Fields in org.objectweb.jorm.comp.generator.lib declared as CommonHelper
 CommonHelper PNameGenerator.helper
           
 CommonHelper CompositeNameGenerator.helper
           
 CommonHelper BinderGenerator.helper
           
 

Constructors in org.objectweb.jorm.comp.generator.lib with parameters of type CommonHelper
CommonHelper.PNGDesc(int pnameId, TypedElement elm)
           
 

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

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

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

Subclasses of CommonHelper in org.objectweb.jorm.comp.generator.rdb
 class RdbBindingMOP
          This class implements the BindingMOP interface in order to specialize the generation of the PBinding for the relationnal database spport.
 class RdbCommonHelper
          This helper contains all common tool methods shared by the RdbBindingMOP and the RdbMappingMOP.
 class RdbMappingMOP