Uses of Interface
org.neo4j.driver.TransactionContext
Packages that use TransactionContext
-
Uses of TransactionContext in org.neo4j.driver
Methods in org.neo4j.driver with parameters of type TransactionContextModifier and TypeMethodDescriptionTransactionCallback.execute
(TransactionContext context) Executes all given operations in the same transaction context.Method parameters in org.neo4j.driver with type arguments of type TransactionContextModifier 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.