Package org.objectweb.jorm.mapper.rdb.lib

Interface Summary
PClassMappingDecoder  
PMapperRdb This interface is the speciailisation of the PMapper generic interface, for the relational databases (rdb mapper).
RdbPFilteredClass This interface is supposed to be implemented by (generated) polymorphic classes that inherits their super-class w/ an 'added' or 'extend' mapping.
RdbPPolymorphicClass This interface is supposed to be implemented by (generated) polymorphic classes.
RdbPrefetchablePCM  
RdbScriptWriter This interface is used to generate the database creation script.
 

Class Summary
ConnectionSpecJDBC Specifies the characteristics of the requested connections.
MapperJCA_JDBC This mapper supports JDBC connection management through JCA.
MapperJDBC This mapper supports JDBC connection management.
RdbColumnInfo This class is used to describe a mapping for the inheritance.
RdbExtentGenInfos  
RdbExtentMappingInfos This class is used to construct extent mapping information when calculating extents (see getNonFinalClassExtent) and that will then be used to generate the appropriate union of select/from/where clauses
RdbPMapCluster Defines the PMapCluster used to manage relational schema for the RDB mappers.
RdbPMappingStructuresManager Defines the way to manage relational schema for the RDB mappers.
RdbScriptPMSM This class is used to define a dummy PMappingStructuresManager to generate the database creation script.
RdbTupleCollection Is a TupleCollection encaspulating a prefetched buffer.