Uses of Package
org.objectweb.jorm.mapper.rdb.metainfo

Packages that use org.objectweb.jorm.mapper.rdb.metainfo
org.objectweb.jorm.mapper.rdb.generator   
org.objectweb.jorm.mapper.rdb.lib   
org.objectweb.jorm.mapper.rdb.metainfo   
 

Classes in org.objectweb.jorm.mapper.rdb.metainfo used by org.objectweb.jorm.mapper.rdb.generator
RdbExternalTable
          As a meta-object, the parent is the main table
RdbJoin
          Implementation of the RdbJoin interface.
RdbMapping
          Description
RdbPrimitiveElementMapping
          Description
RdbTable
          Define the mapping of primitive elements onto the columns of a table.
 

Classes in org.objectweb.jorm.mapper.rdb.metainfo used by org.objectweb.jorm.mapper.rdb.lib
RdbJoin
          Implementation of the RdbJoin interface.
RdbTable
          Define the mapping of primitive elements onto the columns of a table.
 

Classes in org.objectweb.jorm.mapper.rdb.metainfo used by org.objectweb.jorm.mapper.rdb.metainfo
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.
RdbClassMultiMapping
          Implementation of the RdbClassMultiMapping interface.
RdbExternalTable
          As a meta-object, the parent is the main table
RdbFilter
           
RdbGenClassMapping
          Description
RdbInheritanceQuery
          This class stores two queries in String format: a query with prefetch a query without prefetch These queries retrieve the Extent of a class in case of inheritance.
RdbJoin
          Implementation of the RdbJoin interface.
RdbMappingInfos
          The objective of this interface is to gather accessors to common rdb information.
RdbPrimitiveElementMapping
          Description
RdbTable
          Define the mapping of primitive elements onto the columns of a table.