Spring Data Neo4j

org.springframework.data.neo4j.mapping
Interface RelationshipProperties

All Known Implementing Classes:
Neo4jPersistentEntityImpl

public interface RelationshipProperties

Since:
07.10.11
Author:
mh

Method Summary
 Neo4jPersistentProperty getEndNodeProperty()
           
 String getRelationshipType()
           
 Neo4jPersistentProperty getStartNodeProperty()
           
 Neo4jPersistentProperty getTypeProperty()
           
 

Method Detail

getStartNodeProperty

Neo4jPersistentProperty getStartNodeProperty()

getEndNodeProperty

Neo4jPersistentProperty getEndNodeProperty()

getTypeProperty

Neo4jPersistentProperty getTypeProperty()

getRelationshipType

String getRelationshipType()

Spring Data Neo4j

Copyright © 2012 SpringSource. All Rights Reserved.