Spring Data Neo4j

org.springframework.data.neo4j.support.path
Class PathMapper.WithoutResult

java.lang.Object
  extended by org.springframework.data.neo4j.support.path.PathMapper.WithoutResult
All Implemented Interfaces:
IterationController, PathMapper<Void>
Enclosing interface:
PathMapper<T>

public abstract static class PathMapper.WithoutResult
extends Object
implements PathMapper<Void>, IterationController

callback instead of mapping


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.springframework.data.neo4j.support.path.PathMapper
PathMapper.WithoutResult
 
Nested classes/interfaces inherited from interface org.springframework.data.neo4j.support.path.IterationController
IterationController.IterationMode
 
Constructor Summary
PathMapper.WithoutResult()
           
 
Method Summary
abstract  void eachPath(org.neo4j.graphdb.Path path)
           
 IterationController.IterationMode getIterationMode()
           
 Void mapPath(org.neo4j.graphdb.Path path)
          map operation, converts the path to any other, specified type instance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathMapper.WithoutResult

public PathMapper.WithoutResult()
Method Detail

eachPath

public abstract void eachPath(org.neo4j.graphdb.Path path)

mapPath

public Void mapPath(org.neo4j.graphdb.Path path)
Description copied from interface: PathMapper
map operation, converts the path to any other, specified type instance

Specified by:
mapPath in interface PathMapper<Void>
Parameters:
path - given path
Returns:
mapped type instance

getIterationMode

public IterationController.IterationMode getIterationMode()
Specified by:
getIterationMode in interface IterationController

Spring Data Neo4j

Copyright © 2011 SpringSource. All Rights Reserved.