Spring Data Neo4j

Uses of Interface
org.springframework.data.neo4j.aspects.core.RelationshipBacked

Packages that use RelationshipBacked
org.springframework.data.neo4j.aspects.core   
 

Uses of RelationshipBacked in org.springframework.data.neo4j.aspects.core
 

Methods in org.springframework.data.neo4j.aspects.core with type parameters of type RelationshipBacked
<R extends RelationshipBacked>
R
NodeBacked.getRelationshipTo(NodeBacked target, Class<R> relationshipClass, String type)
          Finds the relationship of the specified type, from this entity's underlying node to the target entity's underlying node.
<R extends RelationshipBacked>
R
RelationshipBacked.projectTo(Class<R> targetType)
          Project this relationship entity as another relationship backed type.
<R extends RelationshipBacked,N extends NodeBacked>
R
NodeBacked.relateTo(N target, Class<R> relationshipClass, String relationshipType)
          delegates to relateTo with allowDuplicates set to false
<R extends RelationshipBacked,N extends NodeBacked>
R
NodeBacked.relateTo(N target, Class<R> relationshipClass, String relationshipType, boolean allowDuplicates)
           Creates a relationship to the target node, returning a relationship entity representing the created relationship.
 


Spring Data Neo4j

Copyright © 2013 SpringSource. All Rights Reserved.