Spring Data Neo4j

Uses of Interface
org.springframework.data.neo4j.mapping.RelationshipProperties

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

Uses of RelationshipProperties in org.springframework.data.neo4j.mapping
 

Methods in org.springframework.data.neo4j.mapping that return RelationshipProperties
 RelationshipProperties Neo4jPersistentEntity.getRelationshipProperties()
           
 

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

Classes in org.springframework.data.neo4j.support.mapping that implement RelationshipProperties
 class Neo4jPersistentEntityImpl<T>
          Implementation of Neo4jPersistentEntity.
 

Methods in org.springframework.data.neo4j.support.mapping that return RelationshipProperties
 RelationshipProperties Neo4jPersistentEntityImpl.getRelationshipProperties()
           
 


Spring Data Neo4j

Copyright © 2012 SpringSource. All Rights Reserved.