Uses of Class
org.objectweb.jorm.metainfo.lib.BasicCommonClassMapping

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

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

Subclasses of BasicCommonClassMapping in org.objectweb.jorm.mapper.fos.metainfo
 class FosClassMapping
           
 class FosGenClassMapping
           
 

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

Subclasses of BasicCommonClassMapping in org.objectweb.jorm.mapper.rdb.metainfo
 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 BasicCommonClassMapping in org.objectweb.jorm.metainfo.lib
 

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