Modifier and Type | Method and Description |
---|---|
protected void |
OConfigurationHandler.buildConfigEdgesFromGraphModel(OER2GraphMapper mapper,
OConfiguration configuration,
Map<String,String> tableName2SourceIdName) |
OConfiguration |
OConfigurationHandler.buildConfigurationFromMapper(OER2GraphMapper mapper) |
protected Map<String,String> |
OConfigurationHandler.buildConfigVerticesFromGraphModel(OER2GraphMapper mapper,
OConfiguration configuration) |
Constructor and Description |
---|
OGraphEngineForDB(OER2GraphMapper mapper,
ODBMSDataTypeHandler handler) |
Modifier and Type | Class and Description |
---|---|
class |
OHibernate2GraphMapper
Extends OER2GraphMapper thus manages the source DB schema and the destination graph model with
their correspondences.
|
Modifier and Type | Field and Description |
---|---|
protected OER2GraphMapper |
OAbstractDBMSImportStrategy.mapper |
protected OER2GraphMapper |
OAbstractDBMSModelBuildingStrategy.mapper |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
protected void |
OAbstractDBMSImportStrategy.tablePerConcreteTypeImport(OHierarchicalBag bag,
OER2GraphMapper mapper,
ODBQueryEngine dbQueryEngine,
OGraphEngineForDB graphDBCommandEngine,
com.orientechnologies.orient.core.db.document.ODatabaseDocument orientGraph)
Performs import of all records of the entities contained in the hierarchical bag passed as
parameter.
|
protected void |
OAbstractDBMSImportStrategy.tablePerHierarchyImport(OHierarchicalBag bag,
OER2GraphMapper mapper,
ODBQueryEngine dbQueryEngine,
OGraphEngineForDB graphDBCommandEngine,
com.orientechnologies.orient.core.db.document.ODatabaseDocument orientGraph)
Performs import of all records of the entities contained in the hierarchical bag passed as
parameter.
|
protected void |
OAbstractDBMSImportStrategy.tablePerTypeImport(OHierarchicalBag bag,
OER2GraphMapper mapper,
ODBQueryEngine dbQueryEngine,
OGraphEngineForDB graphDBCommandEngine,
com.orientechnologies.orient.core.db.document.ODatabaseDocument orientGraph)
Performs import of all records of the entities contained in the hierarchical bag passed as
parameter.
|
Modifier and Type | Method and Description |
---|---|
boolean |
OGraphModelWriter.writeModelOnOrient(OER2GraphMapper mapper,
ODriverDataTypeHandler handler,
String dbName,
String protocol) |
Copyright © 2015–2021 OrientDB. All rights reserved.