| Package | Description |
|---|---|
| org.neo4j.ogm.session | |
| org.neo4j.ogm.session.delegates |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
Neo4jSession.doInTransaction(GraphCallback<T> graphCallback) |
<T> T |
Capability.Transactions.doInTransaction(GraphCallback<T> graphCallback)
Applies the given
GraphCallback in the scope of this Session, giving fine-grained control over
behaviour. |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
TransactionsDelegate.doInTransaction(GraphCallback<T> graphCallback) |
Copyright © 2015 Neo Technology, Inc.. All rights reserved.