Package | Description |
---|---|
org.neo4j.driver.async |
Modifier and Type | Method and Description |
---|---|
CompletionStage<AsyncTransaction> |
AsyncSession.beginTransactionAsync()
Begin a new unmanaged transaction.
|
CompletionStage<AsyncTransaction> |
AsyncSession.beginTransactionAsync(TransactionConfig config)
Begin a new unmanaged transaction with the specified
configuration . |
Modifier and Type | Method and Description |
---|---|
T |
AsyncTransactionWork.execute(AsyncTransaction tx)
Executes all given operations against the same transaction.
|