Package | Description |
---|---|
com.orientechnologies.teleporter.factory | |
com.orientechnologies.teleporter.mapper.rdbms | |
com.orientechnologies.teleporter.strategy.rdbms |
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 | Class and Description |
---|---|
class |
OER2GraphMapper
Implementation of OSource2GraphMapper that manages the source DB schema and the destination graph
model with their correspondences.
|
class |
OHibernate2GraphMapper
Extends OER2GraphMapper thus manages the source DB schema and the destination graph model with
their correspondences.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
OAbstractDBMSImportStrategy.executeImport(OSourceDatabaseInfo sourceDBInfo,
String outOrientGraphUri,
OSource2GraphMapper mapper,
ODBMSDataTypeHandler handler) |
void |
ODBMSNaiveStrategy.executeImport(OSourceDatabaseInfo sourceDBInfo,
String dbName,
OSource2GraphMapper genericMapper,
ODBMSDataTypeHandler handler) |
void |
ODBMSNaiveAggregationStrategy.executeImport(OSourceDatabaseInfo sourceDBInfo,
String dbName,
OSource2GraphMapper genericMapper,
ODBMSDataTypeHandler handler) |
Copyright © 2015–2023 OrientDB. All rights reserved.