| Package | Description |
|---|---|
| org.eclipse.emf.cdo.server.db.mapping |
Server concepts for dealing with mapping strategies and mappings for classes, lists and types.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IClassMappingUnitSupport
An extension interface for
class mappings that support units. |
| Modifier and Type | Method and Description |
|---|---|
IClassMapping |
IMappingStrategy.getClassMapping(EClass eClass)
Look up an existing class mapping for the given class.
|
| Modifier and Type | Method and Description |
|---|---|
Map<EClass,IClassMapping> |
IMappingStrategy.getClassMappings()
Returns all class mappings of this strategy.
|
Map<EClass,IClassMapping> |
IMappingStrategy.getClassMappings(boolean createOnDemand)
Returns all class mappings of this strategy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IListMapping3.setClassMapping(IClassMapping classMapping) |
Copyright (c) 2011-2015 Eike Stepper (Berlin, Germany) and others.