SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool

Package com.solarmetric.rd.kodo.impl.jdbc.meta

Object-Relational Mapping

See:
          Description

Interface Summary
MappingFactory Factory for object-relational mapping information.
MappingInfoParser Interface for MappingInfo parsers.
MappingInfoSerializer Serializes ClassMappingInfos.
PrimaryKeyMapping Field mappings for primary key fields must implement this interface.
ReverseCustomizer Plugin in interface to customize the output of the ReverseMappingTool.
VersionableMapping Field mappings for fields that can be used to determine whether object state has changed during an optimistic transaction must implement this interface.
 

Class Summary
ClassIndicator Handles determining the object class of database records.
ClassMapping Mapping from a class to a relational schema.
ClassMappingInfo Holds information about a class mapping; this is used as an intermediate step during serialization and deserialization of ClassMappings to XML or some other format.
DBMappingFactory Factory that uses an XML mapping definition stored in the database to record the system mappings.
FieldMapping Maps a persistent field to the relational schema.
FieldMappingInfo Holds information about a field mapping; this is used as an intermediate step during serialization and deserialization of FieldMappings to XML or some other format.
FileMappingFactory Factory that uses multiple XML mapping files to construct the system mappings.
Indicator Base class for class and version indicators.
Mapping Base class for all mappings.
MappingInfo Base class for ClassMappingInfo and FieldMappingInfo.
MappingInfoRepository Simple repository for ClassMappingInfos.
MappingRepository Repository of class mapping information.
MappingTool Tool for manipulating class mappings and associated schema.
MetaDataMappingFactory Factory that places mapping information in JDO metadata extensions.
PropertiesReverseCustomizer Simple ReverseCustomizer that uses a properties file to to allow customization of basic class and field properties.
ReverseMappingTool Reverse-maps a schema into class mappings and the assiciated java code.
SingleFileMappingFactory Factory that use a single XML mapping file to construct the system mappings.
SingleRowDBMappingFactory Factory that uses an XML mapping definition stored in the database to record the system mappings.
VersionIndicator Handles optimistic lock versioning for a class.
XMLMappingInfoParser Custom SAX parser used to parse MappingInfo objects.
XMLMappingInfoSerializer Serializes ClassMappingInfos to XML matching the document type definition defined by the XMLMappingInfoParser.
 

Exception Summary
MappingInfoNotFoundException Exception type reserved for missing mapping information.
 

Package com.solarmetric.rd.kodo.impl.jdbc.meta Description

Object-Relational Mapping

This package extends the standard JDO metadata with object-relational mapping information.


SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool

Copyright 2001,2002,2003 SolarMetric, Inc. All Rights Reserved.