|
SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
| AbstractCollectionMapping | Base class for collection mappings. |
| AbstractMapMapping | Base class for map mappings. |
| BaseClassMapping | Class mapping used for base classes in a persistent inheritance tree. |
| BlobMapping | Maps a single-column BLOB. |
| ClobMapping | Maps a CLOB. |
| CollectionMapping | Maps a collection of simple values. |
| ColumnClassIndicator | Abstract base class for class indicators that use a column to hold class information. |
| ColumnCollectionMapping | Base type for collection mappings that use a single column for their element value. |
| ColumnMapMapping | A map where both the key and value are single-column mappings. |
| ColumnMapping | Base class for single-column mappings. |
| ColumnToManyMapMapping | Maps a map of single-column keys to related objects. |
| ColumnVersionIndicator | Abstract base class for version indicators that use a column to hold version information. |
| ContainerMapping | Base class for collection and map mappings. |
| EmbeddedOneToOneMapping | Maps an embedded 1-1 relation. |
| FlatClassMapping | Mapping for subclasses that are stored in their parent class' table. |
| InClassNameIndicator | Determines the class of database records using a column holding the class name, and limits SELECTs using an IN (...) statement. |
| ManyToColumnMapMapping | Maps a map of persistence capable keys to single-column values. |
| ManyToManyMapMapping | Maps a map of FCO key and FCO values. |
| ManyToManyMapping | Maps a relation to a collection of other objects using an xref table. |
| ManyToNMapMapping | Maps a map of persistence capable keys to simple values. |
| ManyToPCObjectMapMapping | A map where the keys are related objects and the values are unknown persistent objects. |
| MapMapping | Maps a map of simple values. |
| NotInClassNameIndicator | Determines the class of database records using a column holding the class name, and limits SELECTs with a NOT IN (...) statement. |
| NToManyMapMapping | Maps a map of simple keys to related objects. |
| NToPCObjectMapMapping | A map where the keys are simple values and the values are unknown persistent objects. |
| OneToManyMapping | Maps a relation to a collection of other objects using an inverse foreign key in the related object table. |
| OneToOneMapping | Maps a relation to another object. |
| PCObjectCollectionMapping | Maps a collection of unknown persistent objects. |
| PCObjectMapMapping | A map where both the keys and values are unknown persistent objects. |
| PCObjectOneToOneMapping | Maps a 1-1 relation to an unknown persistent object. |
| PCObjectToManyMapMapping | A map where both the keys are unknown persistent objects and the values are related objects. |
| PCObjectToNMapMapping | A map where the keys are unknown persistent objects and the values are simple values. |
| ReferenceMapping | Base class of most field mappings. |
| StateImageIndicator | Bases versioning on the values of the object's persistent state. |
| StateImageIndicator.CustomUpdate | Row implementation we use to pass to versionable mappings so they can set up the where conditions we need to add to update statements. |
| TransformationMapping | Easily-extendable mapping for transforming a field value from one simple type to another. |
| ValueMapping | Maps a single-column value. |
| VersionDateIndicator | Handles optimistic lock versioning via a lock column containing timestamps in the data store. |
| VersionNumberIndicator | Handles optimistic lock versioning via a lock column containing numeric version numbers in the data store. |
| VerticalClassMapping | Mapping for classes that use a separate primary table than their parent class. |
Standard Mappings
This package provides the standard object-relational mapping types.
|
SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||