public interface TransactionWork<T>
| Modifier and Type | Method and Description |
|---|---|
T |
execute(TransactionalGraph graph)
Modify the graph (e.g.
|
T execute(TransactionalGraph graph) throws Exception
graph - The graph to mutate.ExceptionCopyright © 2010-2014. All Rights Reserved.