Modifier and Type | Method and Description |
---|---|
OQueryResult |
ODBQueryEngine.buildAggregateTableFromHierarchicalBag(OHierarchicalBag bag) |
String |
OCommonQueryBuilder.buildAggregateTableFromHierarchicalBag(OHierarchicalBag bag) |
String |
OQueryBuilder.buildAggregateTableFromHierarchicalBag(OHierarchicalBag bag) |
Modifier and Type | Method and Description |
---|---|
OHierarchicalBag |
OEntity.getHierarchicalBag() |
Modifier and Type | Method and Description |
---|---|
List<OHierarchicalBag> |
ODataBaseSchema.getHierarchicalBags() |
Modifier and Type | Method and Description |
---|---|
void |
OEntity.setHierarchicalBag(OHierarchicalBag hierarchicalBag) |
Modifier and Type | Method and Description |
---|---|
void |
ODataBaseSchema.setHierarchicalBags(List<OHierarchicalBag> hierarchicalBags) |
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.
|
Copyright © 2015–2021 OrientDB. All rights reserved.