public abstract static class GraphCallback.WithoutResult extends Object implements GraphCallback<Void>
GraphCallback.WithoutResult
Constructor and Description |
---|
GraphCallback.WithoutResult() |
Modifier and Type | Method and Description |
---|---|
Void |
doWithGraph(GraphDatabase graph) |
abstract void |
doWithGraphWithoutResult(GraphDatabase graph) |
public Void doWithGraph(GraphDatabase graph) throws Exception
doWithGraph
in interface GraphCallback<Void>
Exception
public abstract void doWithGraphWithoutResult(GraphDatabase graph) throws Exception
Exception
Copyright © 2012 SpringSource. All Rights Reserved.