Spring Data Graph

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

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

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

Methods in org.springframework.data.graph.neo4j.support.path that return IterationController.IterationMode
 IterationController.IterationMode IterationController.getIterationMode()
           
 IterationController.IterationMode PathMapper.WithoutResult.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 Graph

Copyright © 2011. All Rights Reserved.