Uses of Interface
org.neo4j.driver.reactive.RxTransaction
Packages that use RxTransaction
-
Uses of RxTransaction in org.neo4j.driver.internal.reactive
Classes in org.neo4j.driver.internal.reactive that implement RxTransactionMethods in org.neo4j.driver.internal.reactive that return RxTransactionModifier and TypeMethodDescriptionprotected RxTransaction
InternalRxSession.createTransaction
(UnmanagedTransaction unmanagedTransaction) Deprecated.Methods in org.neo4j.driver.internal.reactive that return types with arguments of type RxTransactionModifier and TypeMethodDescriptionorg.reactivestreams.Publisher<RxTransaction>
InternalRxSession.beginTransaction
(TransactionConfig config) Deprecated.Methods in org.neo4j.driver.internal.reactive with parameters of type RxTransactionModifier and TypeMethodDescriptionprotected org.reactivestreams.Publisher<Void>
InternalRxSession.closeTransaction
(RxTransaction transaction, boolean commit) Deprecated. -
Uses of RxTransaction in org.neo4j.driver.reactive
Methods in org.neo4j.driver.reactive that return types with arguments of type RxTransactionModifier 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
.Methods in org.neo4j.driver.reactive with parameters of type RxTransactionModifier and TypeMethodDescriptionRxTransactionWork.execute
(RxTransaction tx) Deprecated.Executes all given operations against the same transaction.