Uses of Interface
org.objectweb.jorm.metainfo.api.Mapping

Packages that use Mapping
org.objectweb.jorm.generator.lib   
org.objectweb.jorm.mapper.fos.metainfo   
org.objectweb.jorm.mapper.fos.xml2mi   
org.objectweb.jorm.mapper.mem.metainfo   
org.objectweb.jorm.mapper.mem.xml2mi   
org.objectweb.jorm.mapper.rdb.metainfo   
org.objectweb.jorm.mapper.rdb.xml2mi   
org.objectweb.jorm.metainfo.api   
org.objectweb.jorm.metainfo.lib   
org.objectweb.jorm.xml2mi.api   
org.objectweb.jorm.xml2mi.lib   
 

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

Methods in org.objectweb.jorm.generator.lib with parameters of type Mapping
 java.util.ArrayList CommonHelper.getCompositeReferences(Mapping mo)
          This method return a list containing the nameref implied in composite reference field
 boolean CommonHelper.containsCharArrayField(Mapping m)
          This method tests if a class contains a char[] field.
 boolean CommonHelper.containsCompositeName(Mapping mo)
          This method allows to know if a class represented by its Class meta object, contains a composite PName.
 NameDef CommonHelper.getRefNameDef(Mapping mo, Reference field)
           
 

Uses of Mapping in org.objectweb.jorm.mapper.fos.metainfo
 

Classes in org.objectweb.jorm.mapper.fos.metainfo that implement Mapping
 class FosMapping
           
 

Methods in org.objectweb.jorm.mapper.fos.metainfo that return Mapping
 Mapping FosMappingFactory.createMapping(java.lang.String mapperName, MetaObject parent)
          Creates a new BasicFosMapping object.
 

Uses of Mapping in org.objectweb.jorm.mapper.fos.xml2mi
 

Methods in org.objectweb.jorm.mapper.fos.xml2mi with parameters of type Mapping
 void FosParser.parseMapping(org.w3c.dom.Element mappingElem, Mapping mapping)
          Parses the mapping information related to a particular mapper and builds the corresponding Jorm meta-information.
 

Uses of Mapping in org.objectweb.jorm.mapper.mem.metainfo
 

Classes in org.objectweb.jorm.mapper.mem.metainfo that implement Mapping
 class BasicMemMapping
          Description
 

Methods in org.objectweb.jorm.mapper.mem.metainfo that return Mapping
 Mapping BasicMemMappingFactory.createMapping(java.lang.String mapperName, MetaObject parent)
          Creates a new BasicMemMapping object.
 

Uses of Mapping in org.objectweb.jorm.mapper.mem.xml2mi
 

Methods in org.objectweb.jorm.mapper.mem.xml2mi with parameters of type Mapping
 void MemParser.parseMapping(org.w3c.dom.Element mappingElem, Mapping mapping)
          Parses the mapping information related to a particular mapper and builds the corresponding Jorm meta-information.
 

Uses of Mapping in org.objectweb.jorm.mapper.rdb.metainfo
 

Classes in org.objectweb.jorm.mapper.rdb.metainfo that implement Mapping
 class RdbMapping
          Description
 

Methods in org.objectweb.jorm.mapper.rdb.metainfo that return Mapping
 Mapping RdbMappingFactory.createMapping(java.lang.String mapperName, MetaObject parent)
          Creates a new BasicRdbMapping object.
 

Uses of Mapping in org.objectweb.jorm.mapper.rdb.xml2mi
 

Methods in org.objectweb.jorm.mapper.rdb.xml2mi with parameters of type Mapping
 void RdbParser.parseMapping(org.w3c.dom.Element mappingElem, Mapping mapping)
          Parses the mapping information related to a particular mapper and builds the corresponding Jorm meta-information.
 

Uses of Mapping in org.objectweb.jorm.metainfo.api
 

Methods in org.objectweb.jorm.metainfo.api that return Mapping
 Mapping MappingFactory.createMapping(java.lang.String mapperName, MetaObject parent)
          Creates a Mapping object from the current factory.
 Mapping ClassProject.getMapping(java.lang.String mapperName)
          Returns a Mapping object.
 Mapping ClassProject.createMapping(java.lang.String mapperName)
          Creates a new Mapping object using a MappingFactory object.
 

Uses of Mapping in org.objectweb.jorm.metainfo.lib
 

Classes in org.objectweb.jorm.metainfo.lib that implement Mapping
 class BasicMapping
          Implementation of the mapping interface.
 

Methods in org.objectweb.jorm.metainfo.lib that return Mapping
 Mapping BasicClassProject.getMapping(java.lang.String mapperName)
          Returns a Mapping object.
 Mapping BasicClassProject.createMapping(java.lang.String mapperName)
          Creates a new Mapping object using a MappingFactory object.
 

Uses of Mapping in org.objectweb.jorm.xml2mi.api
 

Methods in org.objectweb.jorm.xml2mi.api with parameters of type Mapping
 void MappingParser.parseMapping(org.w3c.dom.Element mappingElem, Mapping mapping)
          Parses the mapping information related to a particular mapper and builds the corresponding Jorm meta-information.
 

Uses of Mapping in org.objectweb.jorm.xml2mi.lib
 

Methods in org.objectweb.jorm.xml2mi.lib with parameters of type Mapping
abstract  void BasicMappingParser.parseMapping(org.w3c.dom.Element mappingElem, Mapping mapping)
          Parses the mapping information related to a particular mapper and builds the corresponding Jorm meta-information.