Package science.aist.neo4j.reflective
Class MapRelationship<S,E,K>
- java.lang.Object
-
- science.aist.neo4j.reflective.MapRelationship<S,E,K>
-
- Type Parameters:
S
- Type of start nodeE
- Type of end nodeK
- Type of key in Map fromMapRelationshipInformation
public class MapRelationship<S,E,K> extends Object
RelationshipInformation handles the metadata for theReflectiveNeo4JNodeRepositoryImpl
It contains specific information on relationships between science.neo4j.nodes- Since:
- 1.0
- Author:
- Oliver Krauss
-
-
Constructor Summary
Constructors Modifier Constructor Description MapRelationship()
protected
MapRelationship(Long id, S start, E end, K key)
MapRelationship(S start, E end, K key)
-