| Package | Description |
|---|---|
| org.neo4j.ogm.driver | |
| org.neo4j.ogm.transaction |
| Modifier and Type | Method and Description |
|---|---|
Function<TransactionManager,BiFunction<Transaction.Type,Iterable<String>,Transaction>> |
Driver.getTransactionFactorySupplier() |
| Modifier and Type | Field and Description |
|---|---|
protected Transaction.Type |
AbstractTransaction.type |
| Modifier and Type | Method and Description |
|---|---|
Transaction.Type |
AbstractTransaction.type() |
Transaction.Type |
Transaction.type()
Returns type of the transaction - READ_ONLY / READ_WRITE
The value corresponds to type returned by
Transaction.isReadOnly() |
static Transaction.Type |
Transaction.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Transaction.Type[] |
Transaction.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTransaction.extend(Transaction.Type otherType)
Extends the current transaction.
|
Transaction |
TransactionManager.openTransaction(Transaction.Type type,
Iterable<String> bookmarks)
Opens a new transaction of the specified type against a database instance.
|
Copyright © 2015–2020 Neo Technology, Inc.. All rights reserved.