SolarMetric Kodo JDO 2.5.8 generated on January 11 2004

Package com.solarmetric.kodo.impl.jdbc.ormapping

Object-Relational Mapping

See:
          Description

Interface Summary
Key Represents a mapping that contains key as well as value information, such such as the various Map mappings.
LoadPrimary Represents a field mapping that loads from the primary table for the class the field belongs to.
LoadSecondary Represents a field mapping that loads from a table apart from the primary table of the class or that should not be included in the initial SELECT.
Ordered Mapping that holds multiple elements in order.
PrimaryTable Represents a field that is stored in the class' primary table.
Relation Mapping that refers to another persistent Object type.
SecondaryTable Represents a field mapping that stores into a secondary table.
StorePrimary Represents a field mapping that stores into the primary table for the class the field belongs to.
StoreSecondary Represents a field mapping that stores into a table apart from the primary table for the class or that should be stored in a separate statement.
SubclassProvider This interface is responsible for storing subclass information into the database and for obtaining subclass information for data loaded from the database.
 

Class Summary
AbstractCollectionMapping Represents a collection of values.
AbstractMapMapping Abstract mapping to be extended by concrete Map mapping types.
BlobMapping Represents the mapping of a BLOB column in the owning class' primary table.
ClassMapping A mapping between a java class and its relational database representation.
ClobMapping Represents the mapping of a CLOB column in the owning class' primary table.
CollectionMapping Represents a collection of simple values such as Integers, Strings, etc.
ExplicitBlobMapping Represents the mapping of a field explicitly marked a BLOB by its metadata.
ExplicitOracleBlobMapping Represents the mapping of a field explicitly marked a BLOB by its metadata.
FieldMapping A mapping between a field of a java class and its relational database representation.
IntegerSubclassProvider SubclassProvider implementation that uses an integer as a subclass indicator value in the database rather than the full classname.
InterfaceMapping A mapping for fields of interface types.
LobMapping Represents the mapping of a locator object column in the owning class' primary table.
ManyToManyMapping Represents a M-M mapping with a persistent object type.
MapMapping The MapMapping holds an additional column: the key column.
Mapping Abstract base type for class and field mappings.
MetaDataVerifier Verifies that metadata for persistence capable types is consistent with the capabilities of the O/R mapping layer.
NToManyMapMapping Represents a Map of simple keys to First Class Object values.
OneToManyMapping Represents a 1-M relation with a persistent object type, where the related persistent type has a 1-1 relation back to the owning type of this FieldMapping.
OneToOneMapping Represents a 1-1 relation with a persistent object type, where the PK value of the related type is stored in the primary table of the owning class.
OracleBlobMapping Oracle-specific BLOB mapping that deals with Oracle's BLOB craziness.
OracleClobMapping Oracle-specific CLOB mapping that deals with Oracle's CLOB craziness.
OrderedCollectionMapping Represents an ordered collection of simple values such as Integers, Strings, etc.
OrderedManyToManyMapping Represents an ordered M-M mapping with a persistent object type.
StringificationMapping Mapping that allows storage of a second class object via customization stringification fields, utilizing the externalizer and factory metadata extensions.
SubclassProviderImpl  
ValueMapping Represents a simple FieldMapping of a value to a column of the owning class' primary table.
 

Package com.solarmetric.kodo.impl.jdbc.ormapping Description

Object-Relational Mapping

This package provides a framework for mapping persistent JDO objects to the backing relational data store. This mapping is usually transparent, through the application developer can perform it manually if desired.


SolarMetric Kodo JDO 2.5.8 generated on January 11 2004

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