Modifier and Type | Method and Description |
---|---|
OConfiguration |
OConfigurationHandler.buildConfigurationFromJSONDoc(com.orientechnologies.orient.core.record.impl.ODocument jsonConfiguration) |
OConfiguration |
OConfigurationHandler.buildConfigurationFromJSONDoc(com.orientechnologies.orient.core.record.impl.ODocument jsonConfiguration,
boolean keepVerticesCoordinates)
Parsing method.
|
OConfiguration |
OConfigurationHandler.buildConfigurationFromMapper(OER2GraphMapper mapper) |
Modifier and Type | Method and Description |
---|---|
protected void |
OConfigurationHandler.buildConfigEdgesFromGraphModel(OER2GraphMapper mapper,
OConfiguration configuration,
Map<String,String> tableName2SourceIdName) |
protected Map<String,String> |
OConfigurationHandler.buildConfigVerticesFromGraphModel(OER2GraphMapper mapper,
OConfiguration configuration) |
com.orientechnologies.orient.core.record.impl.ODocument |
OConfigurationHandler.buildJSONDocFromConfiguration(OConfiguration configuration)
It returns a ODocument object containing the configuration (JSON format) starting from a
OConfiguration object.
|
Modifier and Type | Field and Description |
---|---|
protected OConfiguration |
OConfiguredClass.globalConfiguration |
Modifier and Type | Method and Description |
---|---|
OConfiguration |
OConfiguredClass.getGlobalConfiguration() |
static OConfiguration |
OConfiguration.getInstance() |
Modifier and Type | Method and Description |
---|---|
void |
OConfiguredClass.setGlobalConfiguration(OConfiguration globalConfiguration) |
Constructor and Description |
---|
OConfiguredClass(String elementName,
OConfiguration globalConfiguration) |
OConfiguredEdgeClass(String edgeName,
OConfiguration globalConfiguration) |
OConfiguredVertexClass(String vertexName,
OConfiguration globalConfiguration) |
Modifier and Type | Method and Description |
---|---|
OSource2GraphMapper |
OMapperFactory.buildMapper(String chosenMapper,
OSourceInfo sourceInfo,
String xmlPath,
List<String> includedTables,
List<String> excludedTables,
OConfiguration configuration) |
Modifier and Type | Field and Description |
---|---|
protected OConfiguration |
OER2GraphMapper.migrationConfig |
Modifier and Type | Method and Description |
---|---|
OConfiguration |
OER2GraphMapper.getMigrationConfig() |
Modifier and Type | Method and Description |
---|---|
void |
OER2GraphMapper.setMigrationConfig(OConfiguration migrationConfig) |
Constructor and Description |
---|
OER2GraphMapper(OSourceDatabaseInfo sourceDatabaseInfo,
List<String> includedTables,
List<String> excludedTables,
OConfiguration migrationConfig) |
OHibernate2GraphMapper(OSourceDatabaseInfo sourceDBInfo,
String xmlPath,
List<String> includedTables,
List<String> excludedTables,
OConfiguration migrationConfig) |
Modifier and Type | Method and Description |
---|---|
void |
OAbstractDBMSModelBuildingStrategy.addCoordinatesFromOldConfiguration(OConfiguration newConfig,
OConfiguration oldConfig) |
abstract OER2GraphMapper |
OAbstractDBMSImportStrategy.createSchemaMapper(OSourceDatabaseInfo sourceDBInfo,
String chosenMapper,
String xmlPath,
ONameResolver nameResolver,
ODBMSDataTypeHandler handler,
List<String> includedTables,
List<String> excludedTables,
OConfiguration migrationConfig) |
OER2GraphMapper |
ODBMSNaiveAggregationStrategy.createSchemaMapper(OSourceDatabaseInfo sourceDBInfo,
String chosenMapper,
String xmlPath,
ONameResolver nameResolver,
ODBMSDataTypeHandler handler,
List<String> includedTables,
List<String> excludedTables,
OConfiguration migrationConfig) |
OER2GraphMapper |
ODBMSNaiveStrategy.createSchemaMapper(OSourceDatabaseInfo sourceDBInfo,
String chosenMapper,
String xmlPath,
ONameResolver nameResolver,
ODBMSDataTypeHandler handler,
List<String> includedTables,
List<String> excludedTables,
OConfiguration migrationConfig) |
OER2GraphMapper |
ODBMSModelBuildingAggregationStrategy.createSchemaMapper(OSourceDatabaseInfo sourceDBInfo,
String outOrientGraphUri,
String chosenMapper,
String xmlPath,
ONameResolver nameResolver,
ODBMSDataTypeHandler handler,
List<String> includedTables,
List<String> excludedTables,
OConfiguration migrationConfig) |
OER2GraphMapper |
ODBMSSimpleModelBuildingStrategy.createSchemaMapper(OSourceDatabaseInfo sourceDBInfo,
String outOrientGraphUri,
String chosenMapper,
String xmlPath,
ONameResolver nameResolver,
ODBMSDataTypeHandler handler,
List<String> includedTables,
List<String> excludedTables,
OConfiguration migrationConfig) |
abstract OER2GraphMapper |
OAbstractDBMSModelBuildingStrategy.createSchemaMapper(OSourceDatabaseInfo sourceDBInfo,
String outOrientGraphUri,
String chosenMapper,
String xmlPath,
ONameResolver nameResolver,
ODBMSDataTypeHandler handler,
List<String> includedTables,
List<String> excludedTables,
OConfiguration migrationConfig) |
Constructor and Description |
---|
OGraphModelWriter(OConfiguration previousConfig) |
Copyright © 2015–2020 OrientDB. All rights reserved.