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 |
---|---|
static IMappingStrategy |
CDODBUtil.createHorizontalMappingStrategy()
Creates a horizontal
mapping strategy that supports all valid combinations of auditing and
branching. |
static IMappingStrategy |
CDODBUtil.createHorizontalMappingStrategy(boolean auditing) |
static IMappingStrategy |
CDODBUtil.createHorizontalMappingStrategy(boolean auditing,
boolean branching) |
static IMappingStrategy |
CDODBUtil.createHorizontalMappingStrategy(boolean auditing,
boolean branching,
boolean withRanges) |
static IMappingStrategy |
CDODBUtil.createMappingStrategy(java.lang.String type)
Can only be used when Eclipse is running.
|
IMappingStrategy |
IDBStore.getMappingStrategy() |
Modifier and Type | Method and Description |
---|---|
static IDBStore |
CDODBUtil.createStore(IMappingStrategy mappingStrategy,
IDBAdapter dbAdapter,
IDBConnectionProvider dbConnectionProvider) |
static IDBStore |
CDODBUtil.createStore(IMappingStrategy mappingStrategy,
IDBAdapter dbAdapter,
IDBConnectionProvider dbConnectionProvider,
java.util.Map<java.lang.String,java.lang.String> properties) |
Modifier and Type | Interface and Description |
---|---|
interface |
IMappingStrategy2
Interface to complement
IMappingStrategy . |
Modifier and Type | Method and Description |
---|---|
IMappingStrategy |
AbstractTypeMapping.getMappingStrategy() |
Modifier and Type | Method and Description |
---|---|
ITypeMapping |
ITypeMapping.Provider.createTypeMapping(IMappingStrategy mappingStrategy,
EStructuralFeature feature)
Create an
ITypeMapping implementation. |
abstract DBType |
ColumnTypeModifier.modify(ITypeMapping.Provider provider,
IMappingStrategy mappingStrategy,
EStructuralFeature feature,
DBType dbType)
Can modify the column type of a
type mapping that is created by the type mapping registry . |
void |
AbstractTypeMapping.setMappingStrategy(IMappingStrategy mappingStrategy) |
void |
ITypeMapping.setMappingStrategy(IMappingStrategy mappingStrategy) |
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