Spring Data Neo4j

org.springframework.data.neo4j.support.path
Class EntityMapper.WithoutResult<S,E>

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

public abstract static class EntityMapper.WithoutResult<S,E>
extends EntityMapper<S,E,Void>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.springframework.data.neo4j.support.path.EntityMapper
EntityMapper.WithoutResult<S,E>
 
Constructor Summary
protected EntityMapper.WithoutResult(Neo4jTemplate template)
           
 
Method Summary
abstract  void doWithPath(EntityPath<S,E> entityPath)
           
 Void mapPath(EntityPath<S,E> entityPath)
           
 
Methods inherited from class org.springframework.data.neo4j.support.path.EntityMapper
mapPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityMapper.WithoutResult

protected EntityMapper.WithoutResult(Neo4jTemplate template)
Method Detail

mapPath

public Void mapPath(EntityPath<S,E> entityPath)
Specified by:
mapPath in class EntityMapper<S,E,Void>

doWithPath

public abstract void doWithPath(EntityPath<S,E> entityPath)

Spring Data Neo4j

Copyright © 2011 SpringSource. All Rights Reserved.