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, Observation parentObservation) NetworkSession.beginTransactionAsync(AccessMode mode, TransactionConfig config, String txType, ApiTelemetryWork apiTelemetryWork, boolean flush, Observation parentObservation) NetworkSession.beginTransactionAsync(AccessMode mode, TransactionConfig config, ApiTelemetryWork apiTelemetryWork, Observation parentObservation) NetworkSession.beginTransactionAsync(TransactionConfig config, String txType, ApiTelemetryWork apiTelemetryWork, Observation parentObservation) NetworkSession.beginTransactionAsync(TransactionConfig config, ApiTelemetryWork apiTelemetryWork, Observation parentObservation) Constructors in org.neo4j.driver.internal.async with parameters of type UnmanagedTransactionModifierConstructorDescriptionInternalAsyncTransaction(UnmanagedTransaction tx, DriverObservationProvider observationProvider, Observation parentObservation) -
Uses of UnmanagedTransaction in org.neo4j.driver.internal.cursor
Constructor parameters in org.neo4j.driver.internal.cursor with type arguments of type UnmanagedTransactionModifierConstructorDescriptionResultCursorImpl(DriverBoltConnection boltConnection, Query query, long fetchSize, Consumer<org.neo4j.driver.internal.DatabaseBookmark> bookmarkConsumer, boolean closeOnSummary, CompletableFuture<UnmanagedTransaction> beginFuture, Consumer<String> databaseNameConsumer, ApiTelemetryWork apiTelemetryWork, DriverObservationProvider observationProvider, Class<?> resultType) -
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) Constructors in org.neo4j.driver.internal.reactive with parameters of type UnmanagedTransactionModifierConstructorDescriptionprotectedprotectedInternalReactiveTransaction(UnmanagedTransaction tx, DriverObservationProvider observationProvider) -
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 UnmanagedTransactionModifierConstructorDescriptionprotectedInternalReactiveTransaction(UnmanagedTransaction tx, DriverObservationProvider observationProvider)