Package | Description |
---|---|
com.orientechnologies.teleporter.mapper.rdbms |
Modifier and Type | Field and Description |
---|---|
protected Map<OEntity,List<OEVClassMapper>> |
OER2GraphMapper.entity2EVClassMappers |
protected Map<OVertexType,List<OEVClassMapper>> |
OER2GraphMapper.vertexType2EVClassMappers |
Modifier and Type | Method and Description |
---|---|
Map<OEntity,List<OEVClassMapper>> |
OER2GraphMapper.getEntity2EVClassMappers() |
List<OEVClassMapper> |
OER2GraphMapper.getEVClassMappersByEntity(OEntity entity) |
List<OEVClassMapper> |
OER2GraphMapper.getEVClassMappersByVertex(OVertexType vertexType) |
Map<OVertexType,List<OEVClassMapper>> |
OER2GraphMapper.getVertexType2EVClassMappers() |
Modifier and Type | Method and Description |
---|---|
void |
OER2GraphMapper.upsertEVClassMappingRules(OEntity currentEntity,
OVertexType currentVertexType,
OEVClassMapper classMapper) |
Modifier and Type | Method and Description |
---|---|
String |
OER2GraphMapper.getAttributeByPropertyAboveMappers(String propertyName,
List<OEVClassMapper> classMappers) |
Copyright © 2015–2023 OrientDB. All rights reserved.