Uses of Interface
org.neo4j.driver.async.AsyncTransaction
-
Uses of AsyncTransaction in org.neo4j.driver.async
Modifier and TypeMethodDescriptionAsyncSession.beginTransactionAsync()
Begin a new unmanaged transaction.AsyncSession.beginTransactionAsync
(TransactionConfig config) Begin a new unmanaged transaction with the specifiedconfiguration
.Modifier and TypeMethodDescriptionAsyncTransactionWork.execute
(AsyncTransaction tx) Deprecated.Executes all given operations against the same transaction. -
Uses of AsyncTransaction in org.neo4j.driver.internal.async
Modifier and TypeMethodDescriptionInternalAsyncSession.beginTransactionAsync()
InternalAsyncSession.beginTransactionAsync
(TransactionConfig config)