Spring Data Neo4j

Uses of Class
org.springframework.data.neo4j.mapping.RelationshipResult

Packages that use RelationshipResult
org.springframework.data.neo4j.support.mapping   
 

Uses of RelationshipResult in org.springframework.data.neo4j.support.mapping
 

Methods in org.springframework.data.neo4j.support.mapping that return RelationshipResult
 RelationshipResult EntityStateHandler.createRelationshipBetween(Object source, Object target, String type, boolean allowDuplicates)
           
 RelationshipResult EntityStateHandler.relateTo(Object source, Object target, String type)
           
 RelationshipResult EntityStateHandler.removeRelationshipTo(Object source, Object target, String relationshipType)
           
 


Spring Data Neo4j

Copyright © 2011 SpringSource. All Rights Reserved.