Uses of Interface
org.objectweb.jorm.comp.generator.api.Generator

Packages that use Generator
org.objectweb.jorm.comp.generator.api   
org.objectweb.jorm.comp.generator.lib   
 

Uses of Generator in org.objectweb.jorm.comp.generator.api
 

Subinterfaces of Generator in org.objectweb.jorm.comp.generator.api
 interface JormGenerator
          An implementation of this interface starts the generations of the jorm objects and user object.
 

Methods in org.objectweb.jorm.comp.generator.api that return Generator
 Generator GeneratorFactory.createGenerator()
          This method must return a new instance of the user Generator.
 

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

Classes in org.objectweb.jorm.comp.generator.lib that implement Generator
 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 CompositeNameGenerator
          This class is a generator of XXXPNG objects.
 class JormGeneratorImpl
          This class start the generations of the jorm objects and user object.
 class MappingGenerator
          This class is a generator of XPMapping objects.
 class ObjectGenerator
          This class contains the common elements for generating jorm objects (mapping, binding, accessors)
 class PNameGenerator
          This class is a generator of XXXBinder objects.