| Package | Description |
|---|---|
| org.neo4j.driver.v1 |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
Session.readTransaction(TransactionWork<T> work)
Execute given unit of work in a
read transaction. |
<T> T |
Session.writeTransaction(TransactionWork<T> work)
Execute given unit of work in a
write transaction. |
Copyright © 2017. All rights reserved.