Package | Description |
---|---|
com.orientechnologies.teleporter.mapper.rdbms | |
com.orientechnologies.teleporter.mapper.rdbms.classmapper |
Class and Description |
---|
OEEClassMapper
This class is responsible to map 2 classes of objects: OEntity and OEdgeType. the following
values are mapped: - name of the entity -> name of the edge type - each attribute of the entity
-> correspondent property of the edge type - each property of the edge type -> correspondent
attribute of the entity
|
OEVClassMapper
This class is responsible to map 2 classes of objects: OEntity and OVertexType. the following
values are mapped: - name of the entity -> name of the vertex type - each attribute of the entity
-> correspondent property of the vertex type - each property of the vertex type -> correspondent
attribute of the entity
|
Class and Description |
---|
OEntityClassMapper
This abstract class is extended by all the classes responsible to map 2 classes of objects where
one of them is an Entity.
|
Copyright © 2015–2020 OrientDB. All rights reserved.