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

Packages that use CommonHelper
org.objectweb.jorm.generator.lib   
org.objectweb.jorm.mapper.mem.generator   
org.objectweb.jorm.mapper.rdb.generator   
 

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

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

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

Subclasses of CommonHelper in org.objectweb.jorm.mapper.mem.generator
 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.
 

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

Subclasses of CommonHelper in org.objectweb.jorm.mapper.rdb.generator
 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
           
 

Fields in org.objectweb.jorm.mapper.rdb.generator declared as CommonHelper
static CommonHelper RdbGenInfos.commonHelper