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
          Description
 class RdbClassMultiMapping
          Implementation of the RdbClassMultiMapping interface.
 class RdbExternalTable
           
 class RdbGenClassMapping
          Description
 class RdbPrimitiveElementMapping
          Description
 class RdbTable
           
 

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
          The ClassMapping interface defines methods to describe how a class is mapped into JORM.
 interface GenClassMapping
          todo: Description
 interface HelperClassMapping
          todo: Description
 interface IdentifierMapping
          todo: Description
 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 BasicGenClassMapping
          Description
 class BasicHelperClassMapping
          Description
 class BasicIdentifierMapping
          Description
 class BasicMappingStructure
          Description
 class BasicReferenceMapping
          Description