Uses of Interface
org.neo4j.driver.reactive.RxTransaction
-
Uses of RxTransaction in org.neo4j.driver.internal.reactive
Modifier and TypeMethodDescriptionprotected RxTransaction
InternalRxSession.createTransaction
(UnmanagedTransaction unmanagedTransaction) Deprecated.Modifier and TypeMethodDescriptionorg.reactivestreams.Publisher<RxTransaction>
InternalRxSession.beginTransaction
(TransactionConfig config) Deprecated.Modifier and TypeMethodDescriptionprotected org.reactivestreams.Publisher<Void>
InternalRxSession.closeTransaction
(RxTransaction transaction, boolean commit) Deprecated. -
Uses of RxTransaction in org.neo4j.driver.reactive
Modifier and TypeMethodDescriptiondefault org.reactivestreams.Publisher<RxTransaction>
RxSession.beginTransaction()
Deprecated.Begin a new unmanaged transaction.org.reactivestreams.Publisher<RxTransaction>
RxSession.beginTransaction
(TransactionConfig config) Deprecated.Begin a new unmanaged transaction with the specifiedconfiguration
.Modifier and TypeMethodDescriptionRxTransactionWork.execute
(RxTransaction tx) Deprecated.Executes all given operations against the same transaction.