| Package | Description |
|---|---|
| org.neo4j.driver |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
Session.beginTransaction()
Begin a new unmanaged transaction.
|
Transaction |
Session.beginTransaction(TransactionConfig config)
Begin a new unmanaged transaction with
the specified
configuration. |
| Modifier and Type | Method and Description |
|---|---|
T |
TransactionWork.execute(Transaction tx)
Executes all given operations against the same transaction.
|