Spring Data Neo4j

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

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

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

Fields in org.springframework.data.neo4j.mapping declared as RelationshipResult.Type
 RelationshipResult.Type RelationshipResult.type
           
 

Methods in org.springframework.data.neo4j.mapping that return RelationshipResult.Type
static RelationshipResult.Type RelationshipResult.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RelationshipResult.Type[] RelationshipResult.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.springframework.data.neo4j.mapping with parameters of type RelationshipResult.Type
RelationshipResult(org.neo4j.graphdb.Relationship relationship, RelationshipResult.Type type)
           
 


Spring Data Neo4j

Copyright © 2011 SpringSource. All Rights Reserved.