Package | Description |
---|---|
com.orientechnologies.teleporter.mapper.rdbms |
Modifier and Type | Field and Description |
---|---|
protected Map<String,List<OEEClassMapper>> |
OER2GraphMapper.edgeType2EEClassMappers |
protected Map<String,List<OEEClassMapper>> |
OER2GraphMapper.entity2EEClassMappers |
Modifier and Type | Method and Description |
---|---|
Map<String,List<OEEClassMapper>> |
OER2GraphMapper.getEdgeType2EEClassMappers() |
List<OEEClassMapper> |
OER2GraphMapper.getEEClassMappersByEdge(OEdgeType edgeType) |
List<OEEClassMapper> |
OER2GraphMapper.getEEClassMappersByEntity(OEntity entity) |
Map<String,List<OEEClassMapper>> |
OER2GraphMapper.getEntity2EEClassMappers() |
Modifier and Type | Method and Description |
---|---|
void |
OER2GraphMapper.upsertEEClassMappingRules(OEntity currentEntity,
OEdgeType currentEdgeType,
OEEClassMapper classMapper) |
Copyright © 2015–2024 OrientDB. All rights reserved.