| Package | Description |
|---|---|
| org.neo4j.ogm.driver | |
| org.neo4j.ogm.transaction |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
Driver.newTransaction(Transaction.Type type,
Iterable<String> bookmarks)
Begins new transaction
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTransaction |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
TransactionManager.getCurrentTransaction()
Returns the current transaction for this thread, or null if none exists
|
Transaction |
TransactionManager.openTransaction()
Opens a new READ_WRITE transaction against a database instance.
|
Transaction |
TransactionManager.openTransaction(Transaction.Type type,
Iterable<String> bookmarks)
Opens a new transaction of the specified type against a database instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionManager.commit(Transaction transaction)
Commits the specified transaction.
|
void |
TransactionManager.rollback(Transaction transaction)
Rolls back the specified transaction.
|
Copyright © 2018 Neo Technology, Inc.. All rights reserved.