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 |
---|---|
java.util.Map<EClass,IClassMapping> |
IMappingStrategy.getClassMappings()
Returns all class mappings of this strategy.
|
java.util.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) 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