Spring Data Neo4j

org.springframework.data.neo4j.template
Class GraphCallback.WithoutResult

java.lang.Object
  extended by org.springframework.data.neo4j.template.GraphCallback.WithoutResult
All Implemented Interfaces:
GraphCallback<Void>
Enclosing interface:
GraphCallback<T>

public abstract static class GraphCallback.WithoutResult
extends Object
implements GraphCallback<Void>


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.springframework.data.neo4j.template.GraphCallback
GraphCallback.WithoutResult
 
Constructor Summary
GraphCallback.WithoutResult()
           
 
Method Summary
 Void doWithGraph(GraphDatabase graph)
           
abstract  void doWithGraphWithoutResult(GraphDatabase graph)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphCallback.WithoutResult

public GraphCallback.WithoutResult()
Method Detail

doWithGraph

public Void doWithGraph(GraphDatabase graph)
                 throws Exception
Specified by:
doWithGraph in interface GraphCallback<Void>
Throws:
Exception

doWithGraphWithoutResult

public abstract void doWithGraphWithoutResult(GraphDatabase graph)
                                       throws Exception
Throws:
Exception

Spring Data Neo4j

Copyright © 2011 SpringSource. All Rights Reserved.