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

Interface Summary
RdbMappingInfos The objective of this interface is to gather accessors to common rdb information.
 

Class Summary
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  
RdbFilterParameterTypeProvider  
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.
RdbMapping Description
RdbMappingFactory Implementation of the RdbMappingFactory interface.
RdbMappingPrinter  
RdbPrimitiveElementMapping Description
RdbTable Define the mapping of primitive elements onto the columns of a table.