Uses of Interface
org.neo4j.driver.TransactionCallback
Packages that use TransactionCallback
-
Uses of TransactionCallback in org.neo4j.driver
Methods in org.neo4j.driver with parameters of type TransactionCallbackModifier and TypeMethodDescriptiondefault <T> T
Session.executeRead
(TransactionCallback<T> callback) Execute a unit of work as a single, managed transaction withread
access mode and retry behaviour.<T> T
Session.executeRead
(TransactionCallback<T> callback, TransactionConfig config) Execute a unit of work as a single, managed transaction withread
access mode and retry behaviour.default <T> T
Session.executeWrite
(TransactionCallback<T> callback) Execute a unit of work as a single, managed transaction withwrite
access mode and retry behaviour.<T> T
Session.executeWrite
(TransactionCallback<T> callback, TransactionConfig config) Execute a unit of work as a single, managed transaction withwrite
access mode and retry behaviour.