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

Packages that use BasicClassMapping
org.objectweb.jorm.mapper.fos.metainfo   
org.objectweb.jorm.mapper.rdb.metainfo   
 

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

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

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

Subclasses of BasicClassMapping 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.