Class | 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
|
OEntityClassMapper |
This abstract class is extended by all the classes responsible to map 2 classes of objects where
one of them is an 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
|
Copyright © 2015–2020 OrientDB. All rights reserved.