org.springframework.data.neo4j.template
Class GraphCallback.WithoutResult
java.lang.Object
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraphCallback.WithoutResult
public GraphCallback.WithoutResult()
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
Copyright © 2011 SpringSource. All Rights Reserved.