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.
|
Modifier and Type | Method and Description |
---|---|
ITypeMapping |
IIDHandler.getObjectTypeMapping() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTypeMapping
This is a default implementation for the
ITypeMapping interface which provides default behavor for all common
types. |
Modifier and Type | Method and Description |
---|---|
abstract ITypeMapping |
AbstractTypeMappingFactory.create(java.lang.String description) |
ITypeMapping |
ITypeMapping.Provider.createTypeMapping(IMappingStrategy mappingStrategy,
EStructuralFeature feature)
Create an
ITypeMapping implementation. |
ITypeMapping |
IMappingStrategy.createValueMapping(EStructuralFeature feature)
Factory for value mappings of single-valued attributes.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ITypeMapping> |
IClassMapping.getValueMappings() |
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html