public abstract class OAbstractDBMSModelBuildingStrategy extends Object implements OWorkflowStrategy
Modifier and Type | Field and Description |
---|---|
protected OER2GraphMapper |
mapper |
Constructor and Description |
---|
OAbstractDBMSModelBuildingStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
addCoordinatesFromOldConfiguration(OConfiguration newConfig,
OConfiguration oldConfig) |
protected abstract OConfigurationHandler |
buildConfigurationHandler() |
abstract OER2GraphMapper |
createSchemaMapper(OSourceDatabaseInfo sourceDBInfo,
String outOrientGraphUri,
String chosenMapper,
String xmlPath,
ONameResolver nameResolver,
ODBMSDataTypeHandler handler,
List<String> includedTables,
List<String> excludedTables,
OConfiguration migrationConfig) |
com.orientechnologies.orient.core.record.impl.ODocument |
executeStrategy(OSourceInfo sourceInfo,
String outOrientGraphUri,
String chosenMapper,
String xmlPath,
String nameResolverConvention,
List<String> includedTables,
List<String> excludedTables,
com.orientechnologies.orient.core.record.impl.ODocument migrationConfigDoc) |
protected OER2GraphMapper mapper
public com.orientechnologies.orient.core.record.impl.ODocument executeStrategy(OSourceInfo sourceInfo, String outOrientGraphUri, String chosenMapper, String xmlPath, String nameResolverConvention, List<String> includedTables, List<String> excludedTables, com.orientechnologies.orient.core.record.impl.ODocument migrationConfigDoc)
executeStrategy
in interface OWorkflowStrategy
public abstract OER2GraphMapper createSchemaMapper(OSourceDatabaseInfo sourceDBInfo, String outOrientGraphUri, String chosenMapper, String xmlPath, ONameResolver nameResolver, ODBMSDataTypeHandler handler, List<String> includedTables, List<String> excludedTables, OConfiguration migrationConfig)
protected abstract OConfigurationHandler buildConfigurationHandler()
public void addCoordinatesFromOldConfiguration(OConfiguration newConfig, OConfiguration oldConfig)
Copyright © 2015–2024 OrientDB. All rights reserved.