Uses of Interface
org.neo4j.driver.TransactionContext
-
Uses of TransactionContext in org.neo4j.driver
Modifier and TypeMethodDescriptionTransactionCallback.execute
(TransactionContext context) Executes all given operations in the same transaction context.Modifier and TypeMethodDescriptiondefault void
Session.executeWriteWithoutResult
(Consumer<TransactionContext> contextConsumer) Execute a unit of work as a single, managed transaction withwrite
access mode and retry behaviour.default void
Session.executeWriteWithoutResult
(Consumer<TransactionContext> contextConsumer, TransactionConfig config) Execute a unit of work as a single, managed transaction withwrite
access mode and retry behaviour.