| Package | Description |
|---|---|
| org.eclipse.emf.cdo.server.db |
Server concepts for dealing with DB stores and accessors.
|
| org.eclipse.emf.cdo.server.db.mapping |
Server concepts for dealing with mapping strategies and mappings for classes, lists and types.
|
| Class and Description |
|---|
| 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.
|
| Class and Description |
|---|
| ColumnTypeModifier
Can modify the column type of a
type mapping that is created by the type mapping registry. |
| IClassMapping
Basic interface for class mappings.
|
| IListMapping
Interface for mapping features with
isMany() == true. |
| 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.
|
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.