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
 

Subclasses of CommonHelper in org.objectweb.jorm.generator.lib
 class AbstractMappingGenerator
           
 class AccessorGenerator
          This class is a generator of XXXAccessor objects.
 class BinderGenerator
          This class is a generator of XXXBinder objects.
 class BindingGenerator
          This class is a generator of XXXBinding objects.
 class CommonGenerator
          This class contains the common elements for generating jorm objects (mapping, binding, accessors).
 class FPNCGenerator
           
 class MappingGenerator
          This class is a generator of XPMapping objects.
 class PNameGenerator
          This class is a generator of XXXBinder objects.
 class PNameGetterGenerator
          This class is a generator of XXXPNG objects.
 class SerializableGenerator
           
 

Fields in org.objectweb.jorm.generator.lib declared as CommonHelper
 CommonHelper PNameGenerator.helper
           
 CommonHelper FPNCGenerator.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