Package | Description |
---|---|
com.orientechnologies.teleporter.context | |
com.orientechnologies.teleporter.strategy.rdbms |
Modifier and Type | Method and Description |
---|---|
ODBQueryEngine |
OTeleporterContext.getDbQueryEngine() |
Modifier and Type | Method and Description |
---|---|
void |
OTeleporterContext.setDbQueryEngine(ODBQueryEngine dbQueryEngine) |
Modifier and Type | Method and Description |
---|---|
protected void |
OAbstractDBMSImportStrategy.importEntitiesBelongingToHierarchies(ODBQueryEngine dbQueryEngine,
OGraphEngineForDB graphEngine,
com.orientechnologies.orient.core.db.document.ODatabaseDocument orientGraph) |
protected void |
ODBMSNaiveAggregationStrategy.importJoinTableRecordIntoEdgeClass(List<OEntity> mappedEntities,
ODBQueryEngine dbQueryEngine,
OGraphEngineForDB graphEngine,
com.orientechnologies.orient.core.db.document.ODatabaseDocument orientGraph) |
protected void |
OAbstractDBMSImportStrategy.importRecordsFromEntitiesIntoVertexClass(List<OEntity> mappedEntities,
String[][] aggregationColumns,
OVertexType currentOutVertexType,
ODBQueryEngine dbQueryEngine,
OGraphEngineForDB graphEngine,
com.orientechnologies.orient.core.db.document.ODatabaseDocument orientGraph)
It imports all vertices into a Vertex Class (so 1 or more mapped entities).
|
void |
OAbstractDBMSImportStrategy.importRecordsFromSplitEntityIntoVertexClasses(List<OEntity> mappedEntities,
List<OVertexType> mappedVertices,
ODBQueryEngine dbQueryEngine,
OGraphEngineForDB graphEngine,
com.orientechnologies.orient.core.db.document.ODatabaseDocument orientGraph)
It imports all the records from a split entity into all the Vertex Classes mapped with it (so 1
entity mapped with several vertex classes).
|
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.
|
Copyright © 2015–2024 OrientDB. All rights reserved.