Uses of Class
org.neo4j.driver.internal.async.UnmanagedTransaction
Packages that use UnmanagedTransaction
Package
Description
-
Uses of UnmanagedTransaction in org.neo4j.driver.internal.async
Methods in org.neo4j.driver.internal.async that return types with arguments of type UnmanagedTransactionModifier and TypeMethodDescriptionUnmanagedTransaction.beginAsync(Set<Bookmark> initialBookmarks, TransactionConfig config, String txType, boolean flush) NetworkSession.beginTransactionAsync(AccessMode mode, TransactionConfig config, String txType, ApiTelemetryWork apiTelemetryWork, boolean flush) NetworkSession.beginTransactionAsync(AccessMode mode, TransactionConfig config, ApiTelemetryWork apiTelemetryWork) NetworkSession.beginTransactionAsync(TransactionConfig config, String txType, ApiTelemetryWork apiTelemetryWork) NetworkSession.beginTransactionAsync(TransactionConfig config, ApiTelemetryWork apiTelemetryWork) Constructors in org.neo4j.driver.internal.async with parameters of type UnmanagedTransaction -
Uses of UnmanagedTransaction in org.neo4j.driver.internal.cursor
Constructor parameters in org.neo4j.driver.internal.cursor with type arguments of type UnmanagedTransactionModifierConstructorDescriptionResultCursorImpl(BoltConnection boltConnection, Query query, long fetchSize, Consumer<Throwable> throwableConsumer, Consumer<org.neo4j.driver.internal.DatabaseBookmark> bookmarkConsumer, boolean closeOnSummary, Supplier<Throwable> termSupplier, CompletableFuture<UnmanagedTransaction> beginFuture, ApiTelemetryWork apiTelemetryWork) -
Uses of UnmanagedTransaction in org.neo4j.driver.internal.reactive
Fields in org.neo4j.driver.internal.reactive declared as UnmanagedTransactionModifier and TypeFieldDescriptionprotected final UnmanagedTransactionAbstractReactiveTransaction.txMethods in org.neo4j.driver.internal.reactive with parameters of type UnmanagedTransactionModifier and TypeMethodDescriptionprotected abstract SAbstractReactiveSession.createTransaction(UnmanagedTransaction unmanagedTransaction) protected ReactiveTransactionInternalReactiveSession.createTransaction(UnmanagedTransaction unmanagedTransaction) protected RxTransactionInternalRxSession.createTransaction(UnmanagedTransaction unmanagedTransaction) Deprecated.Constructors in org.neo4j.driver.internal.reactive with parameters of type UnmanagedTransactionModifierConstructorDescriptionprotectedprotectedDeprecated. -
Uses of UnmanagedTransaction in org.neo4j.driver.internal.reactivestreams
Methods in org.neo4j.driver.internal.reactivestreams with parameters of type UnmanagedTransactionModifier and TypeMethodDescriptionInternalReactiveSession.createTransaction(UnmanagedTransaction unmanagedTransaction) Constructors in org.neo4j.driver.internal.reactivestreams with parameters of type UnmanagedTransaction