| Package | Description |
|---|---|
| org.neo4j.driver |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
Session.readTransaction(TransactionWork<T> work)
Execute a unit of work in a managed
read transaction. |
<T> T |
Session.readTransaction(TransactionWork<T> work,
TransactionConfig config)
Execute a unit of work in a managed
read transaction
with the specified configuration. |
<T> T |
Session.writeTransaction(TransactionWork<T> work)
Execute a unit of work in a managed
write transaction. |
<T> T |
Session.writeTransaction(TransactionWork<T> work,
TransactionConfig config)
Execute a unit of work in a managed
write transaction
with the specified configuration. |