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

Packages that use CommonHelper
org.objectweb.jorm.generator.lib   
org.objectweb.jorm.mapper.fos.generator   
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
          Mapping generator for abstract classes
 class AccessorGenerator
          This class is a generator of XXXAccessor objects.
 class BinderGenerator
          This class is a generator of XXXBinder classes.
 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 CommonJVMHelper
          This class is a helper for the byte code enhancement.
 class FPNCGenerator
           
 class FPNCGenerator.FPNCMatchInfo
           
 class KFPNCGenerator
           
 class KFPNCGenerator.NamingKeyFilterExpressionHelper
           
 class MappingGenerator
          This class is a generator of XPMapping objects.
 class NamingFilterExpressionHelper
          This class is a helper for managing the evaluation of medor expression in naming.
 class PNameGenerator
          This class is a generator of XXXBinder objects.
 class PNameGetterGenerator
          This class is a generator of XXXPNG objects.
 class SerializableGenerator
          This class generates a XXXSeriazable class for each persistent class.
 class StateGenerator
          The StateGenerator class uses ASM to generate an abstract state implementation for a JORM persistent class.
 

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

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

Subclasses of CommonHelper in org.objectweb.jorm.mapper.fos.generator
 class FosMappingMOP
           
 

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 RdbCommonHelper
          This helper contains all common tool methods shared by the RdbBindingMOP and the RdbMappingMOP.
 class RdbMappingMOP
           
 class RdbMappingMOP.PolymorphicFilterExpressionHelper
          This class is used to compute the filter for classes being part of an inheritance object graph and not having the filter in the primary key.
 

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