| Class | Description |
|---|---|
| DirectedRelationship |
Represents a relationship type along with a direction.
|
| DirectedRelationshipForType |
A DirectedRelationship mapping to objects of a particular type.
|
| EntityGraphMapper |
Implementation of
EntityMapper that is driven by an instance of MetaData. |
| EntityMemo | |
| EntityRowModelMapper<T> | |
| GraphEntityMapper | |
| GraphRowListModelMapper | |
| MappedRelationship |
Light-weight record of a relationship mapped from the database
startNodeId - relationshipId - relationshipType - endNodeId
The relationshipId is recorded for relationship entities, and not for simple relationships. |
| MappingContext |
The MappingContext maintains a map of all the objects created during the hydration
of an object map (domain hierarchy).
|
| MapRowModelMapper | |
| RestModelMapper |
Map NodeModels and RelationshipModels obtained from cypher queries to domain entities
|
| RestStatisticsModel | |
| SingleUseEntityMapper |
Simple graph-to-entity mapper suitable for ad-hoc, one-off mappings.
|
| TransientRelationship |
A TransientRelationship represents a relationship that is not yet
established in the graph, where at least one of either the
start node or end node is also a new object.
|
Copyright © 2016 Neo Technology, Inc.. All rights reserved.