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