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

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

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

Classes in org.objectweb.jorm.mapper.fos.metainfo that implement CommonClassMapping
 class FosClassMapping
           
 class FosGenClassMapping
           
 

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

Classes in org.objectweb.jorm.mapper.rdb.metainfo that implement CommonClassMapping
 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 RdbGenClassMapping
          Description
 

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

Subinterfaces of CommonClassMapping in org.objectweb.jorm.metainfo.api
 interface ClassMapping
          This interface gathers methods to the ClassMapping and GenClassMapping interfaces.
 interface GenClassMapping
          todo: Description
 

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

Classes in org.objectweb.jorm.metainfo.lib that implement CommonClassMapping
 class BasicClassMapping
          BasicClassMapping is THE basic implementation of the ClassMapping interface.
 class BasicCommonClassMapping
          Description
 class BasicGenClassMapping
          Description