Uses of Interface
org.neo4j.driver.TransactionCallback
-
Uses of TransactionCallback in org.neo4j.driver
Modifier 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.