Uses of Interface
org.neo4j.driver.async.AsyncTransaction
Packages that use AsyncTransaction
-
Uses of AsyncTransaction in org.neo4j.driver.async
Methods in org.neo4j.driver.async that return types with arguments of type AsyncTransactionModifier and TypeMethodDescriptionAsyncSession.beginTransactionAsync()
Begin a new unmanaged transaction.AsyncSession.beginTransactionAsync
(TransactionConfig config) Begin a new unmanaged transaction with the specifiedconfiguration
.Methods in org.neo4j.driver.async with parameters of type AsyncTransactionModifier and TypeMethodDescriptionAsyncTransactionWork.execute
(AsyncTransaction tx) Deprecated.Executes all given operations against the same transaction. -
Uses of AsyncTransaction in org.neo4j.driver.internal.async
Classes in org.neo4j.driver.internal.async that implement AsyncTransactionMethods in org.neo4j.driver.internal.async that return types with arguments of type AsyncTransactionModifier and TypeMethodDescriptionInternalAsyncSession.beginTransactionAsync()
InternalAsyncSession.beginTransactionAsync
(TransactionConfig config)