See: Description

| Interface | Description |
|---|---|
| IClassMapping |
Basic interface for class mappings.
|
| IClassMappingAuditSupport |
Interface which complements
IClassMapping with methods to facilitate audit support. |
| IClassMappingDeltaSupport |
Interface which complements
IClassMapping with methods to facilitate revision delta support. |
| IListMapping |
Interface for mapping features with
isMany() == true. |
| IListMapping2 |
Extension interface to
IListMapping. |
| IListMappingDeltaSupport |
Interface to complement
IListMapping in order to provide list delta processing support. |
| IMappingStrategy |
The mapping strategy acts as a connection between the DBStore and the database management (and OR-mapping) classes.
|
| ITypeMapping |
Mapping of single values to and from the database.
|
| ITypeMapping.Descriptor |
A descriptor which describes one type mapping class.
|
| ITypeMapping.Factory |
A factory for typeMappings.
|
| ITypeMapping.Provider |
A provider for type mapping information.
|
| ITypeMapping.Registry |
A global (singleton) registry which collects all available type mappings which are either available in the CDO
core, as declared extensions, or registered manually.
|
| Class | Description |
|---|---|
| AbstractTypeMapping |
This is a default implementation for the
ITypeMapping interface which provides default behavor for all common
types. |
| AbstractTypeMappingFactory |
Abstract implementation for
ITypeMapping.Factory. |
| ColumnTypeModifier |
Can modify the column type of a
type mapping that is created by the type mapping registry. |
| ColumnTypeModifier.Factory |
Creates
ColumnTypeModifier instances. |
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.