Spring Data Neo4j

Uses of Class
org.springframework.data.neo4j.support.path.IterationController.IterationMode

Packages that use IterationController.IterationMode
org.springframework.data.neo4j.support.path   
 

Uses of IterationController.IterationMode in org.springframework.data.neo4j.support.path
 

Methods in org.springframework.data.neo4j.support.path that return IterationController.IterationMode
 IterationController.IterationMode PathMapper.WithoutResult.getIterationMode()
           
 IterationController.IterationMode IterationController.getIterationMode()
           
static IterationController.IterationMode IterationController.IterationMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IterationController.IterationMode[] IterationController.IterationMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


Spring Data Neo4j

Copyright © 2011 SpringSource. All Rights Reserved.