| Package | Description |
|---|---|
| org.neo4j.driver.v1 |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
Session.beginTransaction()
Begin a new explicit transaction.
|
Transaction |
Session.beginTransaction(String bookmark)
Deprecated.
This method is deprecated in favour of
Driver.session(Iterable) that accepts an initial
bookmark. Session will ensure that all nested transactions are chained with bookmarks to guarantee
causal consistency. This method will be removed in the next major release. |
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<Transaction> |
Session.beginTransactionAsync()
Begin a new explicit transaction.
|
| Modifier and Type | Method and Description |
|---|---|
T |
TransactionWork.execute(Transaction tx)
Executes all given operations against the same transaction.
|
Copyright © 2018. All rights reserved.