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

Packages that use MappingStructure
org.objectweb.jorm.mapper.fos.metainfo   
org.objectweb.jorm.mapper.mem.metainfo   
org.objectweb.jorm.mapper.rdb.metainfo   
org.objectweb.jorm.metainfo.api   
org.objectweb.jorm.metainfo.lib   
 

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

Classes in org.objectweb.jorm.mapper.fos.metainfo that implement MappingStructure
 class FosClassMapping
           
 class FosGenClassMapping
           
 class FosPrimitiveElementMapping
          author P.
 

Methods in org.objectweb.jorm.mapper.fos.metainfo with parameters of type MappingStructure
 boolean FosMappingPrinter.canPrint(MappingStructure ms)
           
 

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

Methods in org.objectweb.jorm.mapper.mem.metainfo with parameters of type MappingStructure
 boolean MemMappingPrinter.canPrint(MappingStructure ms)
           
 

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

Classes in org.objectweb.jorm.mapper.rdb.metainfo that implement MappingStructure
 class RdbClassMapping
          This class defines information on the mapping of a class to relational structures In the case of inheritance, one must defines how the mapping definitions are inherited, and how to distinguish instances of the class to instances of super or sub classes.
 class RdbClassMultiMapping
          Implementation of the RdbClassMultiMapping interface.
 class RdbExternalTable
          As a meta-object, the parent is the main table
 class RdbGenClassMapping
          Description
 class RdbPrimitiveElementMapping
          Description
 class RdbTable
          Define the mapping of primitive elements onto the columns of a table.
 

Methods in org.objectweb.jorm.mapper.rdb.metainfo with parameters of type MappingStructure
 boolean RdbMappingPrinter.canPrint(MappingStructure ms)
           
 

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

Subinterfaces of MappingStructure in org.objectweb.jorm.metainfo.api
 interface ClassMapping
          This interface gathers methods to the ClassMapping and GenClassMapping interfaces.
 interface CommonClassMapping
          This interface gather methods to the ClassMapping and GenClassMapping interfaces.
 interface GenClassMapping
          todo: Description
 interface IdentifierMapping
          Les identifiants, c'est des NameDefs !!
 interface ParentClassMapping
           
 interface PrimitiveElementMapping
          todo: Description
 interface ReferenceMapping
          todo: Description
 

Methods in org.objectweb.jorm.metainfo.api with parameters of type MappingStructure
 boolean MappingPrinter.canPrint(MappingStructure pem)
          It retrieves true if the MappingPrinter is able to print the MappingStructure specified in parameter.
 

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

Classes in org.objectweb.jorm.metainfo.lib that implement MappingStructure
 class BasicClassMapping
          BasicClassMapping is THE basic implementation of the ClassMapping interface.
 class BasicCommonClassMapping
          Description
 class BasicGenClassMapping
          Description
 class BasicIdentifierMapping
          Description
 class BasicMappingStructure
          Description
 class BasicParentClassMapping
           
 class BasicReferenceMapping
          Description