Spring Data Graph

Uses of Class
org.springframework.data.neo4j.rest.RestNode

Packages that use RestNode
org.springframework.data.neo4j.rest   
 

Uses of RestNode in org.springframework.data.neo4j.rest
 

Methods in org.springframework.data.neo4j.rest with parameters of type RestNode
static org.neo4j.graphdb.Relationship RestRelationship.create(RestNode startNode, RestNode endNode, org.neo4j.graphdb.RelationshipType type, Map<String,Object> props)
           
 


Spring Data Graph

Copyright © 2011 SpringSource. All Rights Reserved.