Spring Data Neo4j

org.springframework.data.neo4j.mapping
Class RelationshipResult

java.lang.Object
  extended by org.springframework.data.neo4j.mapping.RelationshipResult

public class RelationshipResult
extends Object

Since:
12.10.11
Author:
mh

Nested Class Summary
static class RelationshipResult.Type
           
 
Field Summary
 org.neo4j.graphdb.Relationship relationship
           
 RelationshipResult.Type type
           
 
Constructor Summary
RelationshipResult(org.neo4j.graphdb.Relationship relationship, RelationshipResult.Type type)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

relationship

public final org.neo4j.graphdb.Relationship relationship

type

public final RelationshipResult.Type type
Constructor Detail

RelationshipResult

public RelationshipResult(org.neo4j.graphdb.Relationship relationship,
                          RelationshipResult.Type type)

Spring Data Neo4j

Copyright © 2011 SpringSource. All Rights Reserved.